-
-
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
Finish auto accessor and stage 3 decorator #7193
Comments
Sorry for being nosy but the #5053 (reply in thread) is really confusing for me. Does this task mean finishing the whole spec of decorators as implemented in TSv5? I just want something to subscribe and know when it is done I can try swc again with my app. If this task is not the case, can you point me somewhere else, please? It seems you are the most competent person when it comes to decorators implementation in swc. Thank you for pushing this forward and your help 🙂 |
@miso-belica I found this https://swc.rs/docs/configuration/compilation#jsctransformdecoratorversion, not sure when the doc was updated, in my scenario it works. |
@yf-yang Thanks for the link. Any idea how to use this with React SWC plugin? |
**Description:** I'll create a follow-up PR for a full support for auto accessors. **Related issue:** - #7193.
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 feature
I implemented the stage 3 decorator partially with #6950, but I need to handle
I decided to split the PR as auto accessor is another task, and support for duplicate keys has significantly lower priority
The text was updated successfully, but these errors were encountered: