-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
TypeScript 4.9 Support #5688
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
You can always use our canary versions: https://github.com/typescript-eslint/typescript-eslint/tree/a4f85b8cfe38ba8ea2a2ac4a56d9b11a81a8a15a#versioning.
5.43.1-alpha.22 was released yesterday and does include support for I've also filed #6046 that we should document exactly how to use canary versions. See that issue's description for npm and yarn commands you can use.
No, We're blocked on fully supporting TypeScript 4.9 on #5926, which is waiting for a decision on naming alignment discussion with ESTree (estree/estree#292). I'm going to lock this thread because there's nothing to discuss until #5926 lands. Thanks for your interest everyone - hopefully it'll be soon! |
accessor support has merged and will be released as part of the standard cycle! so next release will officially have full support for TS 4.9, closing. |
https://devblogs.microsoft.com/typescript/announcing-typescript-4-9-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.
✅ The satisfies Operator (#5717)
This will require AST changes
✅ Auto-Accessors in Classes (#5926)
This will require AST changes.
This feature is based on the stage-3 decorators proposal.
We will need to implement the defined ESTree AST
✅
substitute
Replaced Withconstraint
onSubstitutionTypes
We will need to double-check our codebase for usages of the old property.
✅
lib.d.ts
UpdatesWe will need to regenerate our types within
scope-manager
.Other changes with no impact to us
in
OperatorNaN
return
KeywordsPromise.resolve
exports
is Prioritized OvertypesVersions
The text was updated successfully, but these errors were encountered: