-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
TypeScript 4.8 Support #5227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
There is an unlisted breaking change in this TS version - the AST has been changed in a number of places - microsoft/TypeScript#49089. Unfortunately the TS team decided to never set the affected properties whilst keeping them on the types and marking them as |
Would something like this: https://github.com/gund/eslint-plugin-deprecation help? |
@eamodio that would definitely help us identify these properties - though it'll likely have other noise. But it'll be better than nothing! |
TS 4.8 has officially released today. |
When will typescript-eslint support TS 4.8? |
When it's ready, @rearl! |
https://devblogs.microsoft.com/typescript/announcing-typescript-4-8-rc/
This issue is just to track all of the new features and their implementation state in this project.
As with all releases, we will not necessarily to support all features until closer to the full release when everything the features are stabilised.
Please be patient.
🔲
lib.d.ts
Updates (no PR)We will need to regenerate our types within
scope-manager
.Other changes with no impact to us
--build
,--watch
, and--incremental
Performance Improvementsgit checkouts
){}
The text was updated successfully, but these errors were encountered: