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
Labels
Milestone
Description
Overview
typescript-eslint/packages/typescript-estree/src/parser.ts
Lines 90 to 91 in09c04fb
| createDefaultProgram(code,extra))|| | |
| createIsolatedProgram(code,extra) |
That last|| createIsolatedProgram(code, extra)should never be hit. We believe it was a just-in-case fallback added long ago that is no longer (and maybe never was) needed.
Removing that case may make#5855 easier.
Marking as accepting PRs with the caveat that everything still has to work as expected. Which may or may not be doable. Good luck! 😄
This issue is from a pairing I had with@bradzacher going over the parser internals.