-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Support TypeScript 4.2 #10048
Comments
I doubt this requires any changes in Prettier, but TypeScript 4.2 also supports namespaced JSX elements and attributes. |
TypeScript 4.2 is out! Is there anything I can do to make support happen sooner? Abstract constructor types are the one thing that's getting in my way. |
I think Prettier uses |
Turns out this issue was closed too early. See typescript-eslint/typescript-eslint#3183 |
No, TypeScript 4.2 supports have not been released yet. |
TypeScript 4.2 beta has been announced.
We should consider to support new syntax:
Leading/Middle Rest Elements in Tuple Types
Prettier already can format leading/middle rest elements. We should add more tests.
abstract
constructor signaturesnamespaced JSX elements and attributes
Anything else?
The text was updated successfully, but these errors were encountered: