vuejs / vue-eslint-parser

The ESLint custom parser for `.vue` files.
MIT License
446 stars 74 forks source link

Very slow with typescript-eslint parser and `project` #65

Open rndmerle opened 4 years ago

rndmerle commented 4 years ago

Hi! Since we've added the project: './tsconfig.json' option to parserOptions (to allow @typescript-eslint/prefer-nullish-coalescing rule for instance) the parsing is really really slow. On our project it went from 30s to 11min. If we exclude .vue files or remove the project option then it's fast again.

Anyone else went into this issue? Indeed I ran into https://github.com/typescript-eslint/typescript-eslint/issues/389 but the performance on our project when excluding .vue files is ok, so it's really the parsing of Githubissues.

  • Githubissues is a development platform for aggregating issues.