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
Describe the bug
When I run mangling for private fields or methods, the declaration is mangled while the usage is not. It leads to the unknown field/method usage.
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
When I run mangling for private fields or methods, the declaration is mangled while the usage is not. It leads to the unknown field/method usage.
Input code
Config
Expected behavior
Usage of the private field/method should be the same as the declaration.
Version
The version of @swc/core:
1.2.77
Additional context
Result code:
The text was updated successfully, but these errors were encountered: