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: issue with global augmentation when tokens are not present #574

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

This PR solves issue with: https://github.com/eslint/typescript-eslint-parser/issues/570

i had to upgrade typescript-estree to latest version with solution for https://github.com/JamesHenry/typescript-estree/issues/27

additionally lodash is no longer used in project

mysticatea commented 5 years ago

I'm not familiar with this parser, in fact. When I see #573, the update of typescript-estree looks a breaking change, but I'm not sure.

armano2 commented 5 years ago

@mysticatea you should look on this one https://github.com/eslint/typescript-eslint-parser/pull/567

platinumazure commented 5 years ago

I'm going to rerun the Travis build just to make sure it still passes on latest master-- if it does, then I'll merge this in. Thanks for your patience!