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

Fix: Replace removed API with public flags (fixes #498) #505

Closed texastoland closed 5 years ago

texastoland commented 5 years ago

499 rebased.

texastoland commented 5 years ago

Have you guys seen https://github.com/ajafff/tsutils? I checked it for my implementation. It's maintained by a prominent contributor to TypeScript with a backwards compatibility layer. Is a TypeScript rewrite on the roadmap? Would it make sense to add as a dependency?

JamesHenry commented 5 years ago

Thanks!

A TypeScript rewrite is not on the cards, this library is maintained in accordance with ESLint's standard development stack.

texastoland commented 5 years ago

Have you seen tsutils anyway? It could provide a baseline for backwards compatibility.