-
Notifications
You must be signed in to change notification settings - Fork 27.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
Can't compile "using" keyword #72584
Comments
additional report: PS: the official name for |
seems like 15.0.3-canary.8 breaks the transpile. It may be related to swc_core update to v5.0.1 |
may related: swc-project/swc#9673 |
confirmed that it's fixed in 15.0.4-canary.49
It's still not fixed. I've opened a separate issue around turbopack dev server with using keyword in #73739 |
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/shy-sound-kgyv86?file=%2Fapp%2Flayout.tsx%3A1%2C14
To Reproduce
Write some code with the
using
keyworde.g.
Current vs. Expected behavior
Provide environment information
Which area(s) are affected? (Select all that apply)
Output (export/standalone), SWC, Webpack
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
It works in 15.0.2, but not in 15.0.3 nor 15.0.4
The text was updated successfully, but these errors were encountered: