-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: support legacy parameter decorators for typescript #29
Conversation
Hi @LukeCSamuel-RV thanks for PR. Would you please create a fixture in |
@pi0 I might need some guidance, running |
You can try it out via |
All good and thanks for the help, this is my first time contributing to OSS so I appreciate your quick responses! |
Thanks for PR :) |
During further investigation, I discovered that the
@babel/plugin-proposal-decorators
plugin does not enable support decorators applied to method/constructor properties. This PR is to enable support for these decorators as well.