Skip to content
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

support of Typescript 2.0 #63

Closed
Delagen opened this issue Jul 5, 2016 · 6 comments
Closed

support of Typescript 2.0 #63

Delagen opened this issue Jul 5, 2016 · 6 comments

Comments

@Delagen
Copy link

Delagen commented Jul 5, 2016

Error: Unsupported TypeScript version: 2.0.0-dev.20160703

@mgechev mgechev closed this as completed in 82121b7 Jul 6, 2016
@mgechev
Copy link
Owner

mgechev commented Jul 6, 2016

Fixed by 82121b7.

@mgechev
Copy link
Owner

mgechev commented Jul 6, 2016

@Delagen actually tslint doesn't support TypeScript 2.0 yet so codelyzer cannot support it neither.

Anyway, once tslint supports 2.0 codelyzer will be ready :-).

@Delagen
Copy link
Author

Delagen commented Jul 6, 2016

@mgechev you are kidding me? tslint works with typescript@2.0
palantir/tslint#1355

@mgechev
Copy link
Owner

mgechev commented Jul 6, 2016

It is still in dev, which means that it won't be installed by default with npm i tslint.

Would you verify that the rules work with tslint@3.12.0-dev.2? You can use npm i codelyzer@0.0.25.

@Delagen
Copy link
Author

Delagen commented Jul 6, 2016

@mgechev already 3.13.0 published to npm

@Delagen
Copy link
Author

Delagen commented Jul 6, 2016

Almost week has passed. And it must not install with npm I tslint as it in peerDependencies, but semver range >=1.7.3 does not prevent it to be 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants