You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
Even when transforming JSX, the
@jsxImportSource
pragma should cause the code to be transformed as the new "transforms".Input code
Config
Expected behavior
Output like Babel (tsc outputs something similar)
Note that the mode react runtime is
Classic
and notAutomatic
.Actual output
Version
swc_bundler: 0.46.0
swc_common: 0.11.0
swc_ecmascript: 0.46.0
Additional context
Trying to incorporate the new JSX transforms into Deno.
The text was updated successfully, but these errors were encountered: