-
Notifications
You must be signed in to change notification settings - Fork 2.3k
chore(typescript): runner and launcher converted to typescript #3149
Conversation
@@ -1,4 +1,22 @@ | |||
// This will clash with the node 'global' namespace... |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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[] = []; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a TODO
c514805
to
7dba2f9
Compare
.done(); | ||
}; | ||
|
||
exports.init = init; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
7dba2f9
to
0b00b5e
Compare
0b00b5e
to
f941c25
Compare
LGTM |
No description provided.