-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
React v17 JSX Transform #7993
Comments
kitsonk
added
feat
new feature (which has been agreed to/accepted)
cli
related to cli/ dir
labels
Oct 15, 2020
Ref: swc-project/swc#1103 |
1 task
Duplicate of #8440 (closing this because the other issue is more active). |
🤦 |
1 task
kdy1
added a commit
to swc-project/swc
that referenced
this issue
Feb 19, 2021
swc_ecma_transforms_react: - Implement new jsx transform. (#1103, denoland/deno#7993)
wycats
pushed a commit
to wycats/swc
that referenced
this issue
Feb 19, 2021
swc_ecma_transforms_react: - Implement new jsx transform. (swc-project#1103, denoland/deno#7993)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React introduces a new JSX transform that is supported in TypeScript 4.1: https://devblogs.microsoft.com/typescript/announcing-typescript-4-1-beta/#jsx-factories
We should consider the impact of this on Deno and specifically
--no-check
.The text was updated successfully, but these errors were encountered: