-
-
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
feat(plugin): Add versioned wrapper struct #7382
Conversation
14eba57
to
9a57c24
Compare
0576acb
to
9282a95
Compare
9282a95
to
b5e6e4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll not mark this as a breaking change to avoid updating swc_core
again needlessly, where it's not necessary because we didn't published @swc/core
with [email protected]
swc-bump:
- swc_common
- swc_plugin_proxy
- swc_plugin_runner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated review comment generated by auto-rebase script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated review comment generated by auto-rebase script
Description:
Second attempt to #5060, enabling versioned wrapper struct against serializable values for the plugin.
BREAKING CHANGE:
This PR is clear breaking changes for the plugin, requires bump up swc_core, @swc/core and relavant plugins (and next-swc).