-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Reflect metadata "design:type" incorrect for accessors #3998
Comments
@kdy1 am i to understand that anything added to that milestone isn't going to be fixed anytime soon? |
No. #4496 is not related to this at all |
ok, thanks! do you have a sense of when this class of issues would be fixed? |
Closing as the stc is now abandoned. #571 (comment) |
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
results in
Input code
No response
Config
No response
Playground link
https://play.swc.rs/?version=1.2.151&code=H4sIAAAAAAAAA1VQQWrEMAy8%2BxWDTw6k%2B4ANhZ56Kd1Df%2BB1lGBw7CArlFDy9zquW7Y3aTQzGskva2KBZpoCOXlaSOxoxepBuWBzxmtK%2BFLAy92y6Uoxk2DaQrjZhUx3RRb2ca4cgEk2jtBFDhzqUGraohOfIqq%2B0hrpb2LEcnHtsXJaiWV%2Fo73HSNmxXyVx18xdijkFuox032ajc9bdUAehRJJ9pfcWHs%2F4%2BLnnUnx%2FUVO5gC7Ofo7XU6H7BrYIrXsMUqG26H%2BCx5WVcAznxZE%2Bz6%2BZAn0DS8cRFF4BAAA%3D&config=H4sIAAAAAAAAA02NSwrDMAxE76J1FiFLr7vNIYQtBwf%2FkBSoCb177aSl3QnNmzcn7GLBnFCRhXhc0rLiEwxoqySWQ1WYwJEtjFpYwCgf9JpAGbP4wmm0Im1o2%2BNL3dBfbSVFh4q%2FNvJG2mdIlnmZob9ScUekYRvTPbIlpZJ3ucKQg29gPEbp4iDrh758b3M%2FIFXIAAAA
Expected behavior
I expect the
design:type
returned to match non-swc and should indicate[Function: String]
in this scenarioActual behavior
The design:type returned doesn't include the return type
Version
1.2.154
Additional context
No response
The text was updated successfully, but these errors were encountered: