eslint / typescript-eslint-parser

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

Fix: Re-expose parse method (fixes #519) #521

Closed platinumazure closed 6 years ago

platinumazure commented 6 years ago

Just as a short-term workaround, I figured we could re-expose the parse method.

Between this major version and the next, I'd want to work with eslint-plugin-import (and anyone else trying to parse files while linting) to ensure they follow the same algorithm as ESLint. Then maybe we could remove parse again.