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

chore(typescript): converting task files to typescript #2948

Closed
wants to merge 0 commits into from

Conversation

cnishina
Copy link
Contributor

No description provided.

* @param {object} task Task that is being reported.
* @param {number} pid PID of process running the task.
*/
constructor(task: any, pid: number) {

Choose a reason for hiding this comment

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

you can declare the property here as well, with private task: any - now you don't need to declare it above, or assign the value below

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.

@alexeagle
Copy link

LG for typescript

@cnishina cnishina assigned cnishina and unassigned alexeagle Feb 17, 2016
@cnishina cnishina force-pushed the typescript branch 2 times, most recently from c5c36c1 to ece9c02 Compare February 17, 2016 21:46
@cnishina cnishina removed their assignment Feb 17, 2016
@juliemr juliemr self-assigned this Feb 17, 2016
@juliemr
Copy link
Member

juliemr commented Feb 19, 2016

Let's change the commit name to chore(typescript) - with the reasoning that it's not a feature that someone reading the changelog would care about.

@@ -0,0 +1,159 @@
import ConfigParser, {Config} from './configParser';
Copy link
Member

Choose a reason for hiding this comment

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

Should ConfigParser be in the{}?

Copy link
Member

Choose a reason for hiding this comment

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

Or is this the default thing working as intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The class ConfigParser is labeled as the default and does not require {}.

@juliemr
Copy link
Member

juliemr commented Feb 19, 2016

Looks good other than a couple questions.

@cnishina
Copy link
Contributor Author

Reference feature request: #1203

@cnishina cnishina deleted the typescript branch February 19, 2016 17:46
@cnishina cnishina changed the title feat(typescript): converting task files to typescript chore(typescript): converting task files to typescript Feb 19, 2016
@cnishina
Copy link
Contributor Author

Closed with commit 608104b

@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.

4 participants