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
class name is changed when decorator is also used, e.g.
class Foo
becomesclass Foo1
.Input code
Output code
Config
Expected behavior
class names should not be changed
Version
The version of @swc/core: 1.2.55
Additional context
libraries like https://typegraphql.com/ relies on the original class name to determine output graphql type name.
The text was updated successfully, but these errors were encountered: