-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
TypeScript 4.6 Support #4471
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
There are no changes to the parser or rules required, which means that we just need to:
|
Considering that there are no new changes to the parser or rules, when should we see an update? That runtime warning is very annoying and in some particular cases it gets printed multiple times (when used as pre-commit hook, due to multi-process use). |
#4615 merged a few hours before your comment. I would imagine we could see a release today, if not likely early next week. It seems like this package releases versions fairly regularly, so we probably won't be waiting long. |
We release automatically every Monday morning! |
https://devblogs.microsoft.com/typescript/announcing-typescript-4-6-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.
There are currently no changes which will impact this project
Other changes with no impact to us
super()
--target es2022
The text was updated successfully, but these errors were encountered: