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
Our current "supported" version range for typescript is
typescript-eslint/package.json
Line 77 inc82d121
"typescript":">=3.2.1 <3.9.0" |
Supporting as old as 3.2.1 puts a burden on us in regards to the typescript APIs that we're able to use.
3.2.1 was published November 29, 2018, and it doesn't support some the APIs we want to use for performance improvements (eg#1759).
We should review with the help of the TS folks to determine a "good enough" minimum version to set for our (eventual) 3.0.0 release.