Skip to content

Update TypeScript to 2.1 #2394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2017
Merged

Update TypeScript to 2.1 #2394

merged 1 commit into from
Jan 10, 2017

Conversation

TsvetanMilanov
Copy link
Contributor

@TsvetanMilanov TsvetanMilanov commented Jan 10, 2017

TypeScript 2.0 does not add "use strict"; in files which just declare class and does not export it. This breaks Node 4 because of the class keyword.

Also fix : #2370

TypeScript 2.0 does not add "use strict"; in files which just declare class and does not export it. This breaks Node 4 because of the class keyword.
@TsvetanMilanov TsvetanMilanov added this to the 2.5.0 milestone Jan 10, 2017
@TsvetanMilanov TsvetanMilanov self-assigned this Jan 10, 2017
Copy link
Contributor

@rosen-vladimirov rosen-vladimirov left a comment

Choose a reason for hiding this comment

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

After green build

@TsvetanMilanov TsvetanMilanov merged commit e74e77b into release Jan 10, 2017
@TsvetanMilanov TsvetanMilanov deleted the milanov/update-ts-to-2.1 branch January 10, 2017 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants