Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Overview
Back in the day, if a user didn't provide aparserOptions.project
,@typescript-eslint/parser
would create one behind-the-scenes for them. This was convenient but came at severe performance cost: the parser would recompute a bunch of informationfor each file added.
We wish to remove thecreateDefaultProgram
option. But, there may be some users who still rely on it. See#3627.
For now, our plan will be:
- In the upcoming major version, rename it to
deprecated__createDefaultProgram
- Remove it in thenext major version