Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

chore(typescript): runner and launcher converted to typescript #3149

Merged
merged 1 commit into from
Apr 21, 2016

Conversation

cnishina
Copy link
Contributor

No description provided.

@@ -1,4 +1,22 @@
// This will clash with the node 'global' namespace...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this comment need resolving?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note - if it doesn't require action, it should be a bit more verbose, because I'm not sure what it's trying to tell me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not require any immediate action but the tsc command will complain about global namespace being declared twice.

* and save results into a JSON file.
*/
class TaskResults {
results_: any[] = [];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe for a follow-up CL, but it might make sense to introduce a class type for results.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a TODO

@cnishina cnishina force-pushed the pr_TSrunnerLauncher branch from c514805 to 7dba2f9 Compare April 21, 2016 19:56
.done();
};

exports.init = init;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do export var init instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@juliemr
Copy link
Member

juliemr commented Apr 21, 2016

LGTM

@cnishina cnishina merged commit 47f54ad into angular:master Apr 21, 2016
@cnishina cnishina deleted the pr_TSrunnerLauncher branch April 26, 2016 22:41
@cnishina cnishina mentioned this pull request Jun 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants