-
-
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
fix(es/minifier): Fix removal of array pattern bindings #8730
Conversation
|
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.
swc-bump:
- swc_ecma_minifier
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 - Update `swc_core` to fix performance regression caused by the creation of the `tokio` runtime. - Apply various minifier bugfixes. - swc-project/swc#8730 - swc-project/swc#8733 - swc-project/swc#8725 - swc-project/swc#8726 - swc-project/swc#8727 - Apply swc-project/plugins#271 (Closes PACK-2714) ### Testing Instructions Closes PACK-2693
### What? - Update `swc_core` to fix performance regression caused by the creation of the `tokio` runtime. This PR practically reverts #62441. - Apply various minifier bug fixes. - swc-project/swc#8730 - swc-project/swc#8733 - swc-project/swc#8725 - swc-project/swc#8726 - swc-project/swc#8727 - Apply swc-project/plugins#271 (Closes PACK-2714) ### Why? Someone reported a performance regression. See swc-project/swc#8708 ### How? Closes PACK-2693 --------- Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
Description:
Related issue: