-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
swc not emit any transformation for 'using' keyword. #7879
Comments
I tried version 1.3.81. It gives a different error now.
In this case, I don't have a So there is a bug still. cc @kdy1 |
Please file another issue with a repro |
Submitted here: #7902. |
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
No any transformation for resource management
Input code
Config
Playground link
https://play.swc.rs/?version=1.3.80&code=H4sIAAAAAAAAAystzsxLV6hQsFVI1NC0BgCXu343DgAAAA%3D%3D&config=H4sIAAAAAAAAA1VQzWrDMAy%2B5ymCzg2UjF32DrvuMnYwrhJcbMtICjSUvvvkNU4z44MlfX%2FWvet7u3AVDx%2F93Z5WKLssE3HaW%2B3ABT2xU%2BIvZAmUDQHjeRyH8xvsyMfpqVMcC%2FJBBGTN6m6VpGtB8RyKwqlNVepIecHW6o5y6nhGrWSU940FkUjQepOLstEghRym9ejrKRVGkf%2FACnV5jjv%2FaddtlpDosvwN214sc7U3tUT5KvBCNsddHYJ8Nnr7EeCtIIeEtoT4ki1xmUO2bN9QmAqJi4MhY%2FBBB0tNC3scLKmbsXLhZ%2FPtHr8zRB2tvwEAAA%3D%3D
SWC Info output
No response
Expected behavior
expect to any transformation for resource management.
Actual behavior
just as input code,
using x = a();
Version
1.3.80
Additional context
No response
The text was updated successfully, but these errors were encountered: