This repository was archived by the owner on Jan 19, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
Support TypeScript 2.3 #232
Labels
Comments
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Apr 29, 2017
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Apr 29, 2017
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Apr 29, 2017
We will also need to support async iterators as well. I think we can just use a flag on the for loop node. |
Thank you for fixing. I want use this with ts 2.3. |
@inuscript We have typescript 2.3 support in the master branch. We are currently working towards releasing a new major version, v3. Not sure exactly on time frame of new release but should be fairly soon. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TypeScript 2.3 was recently released as the latest stable version and we should look to support it as soon as possible.
On initial inspection of a broken build, it looks like JSX will be the main area of focus for changes.
The text was updated successfully, but these errors were encountered: