eslint / typescript-eslint-parser

An ESLint custom parser which leverages TypeScript ESTree to allow for ESLint to lint TypeScript source code.
Other
915 stars 92 forks source link

Breaking: Support TypeScript 3.0 #504

Closed JamesHenry closed 5 years ago

JamesHenry commented 5 years ago

As per our existing conventions, this change is marked as Breaking despite the lack of breaking code changes. This is to be explicit to users that the change is significant within their setup. Also this branch is protected as usual, so upstream master changes (if any) will need to be merged into this branch.

This will only be considered for merging once TypeScript 3 is the stable release.

JamesHenry commented 5 years ago

TypeScript 3.0 has been released! We can give it a little time to bed in and then get this merged

buschtoens commented 5 years ago

Do you have a timeline for when you want to release this? Can we maybe get a beta? :)

j-f1 commented 5 years ago

If you’d like a beta, you can install eslint/typescript-eslint-parser#ts-3.0, which is this PR. (note that this will probably stop working once the PR gets merged and the branch is removed, though)

corbinu commented 5 years ago

@buschtoens I always maintain a fork here that is for the latest version of TypeScript here that I just install as a git dep: https://github.com/corbinu/eslint-plugin-typescript

Kocal commented 5 years ago

Thanks you @JamesHenry :slightly_smiling_face: