-
-
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
feat(preset-env): Upgrade browserslist-rs
#9023
Conversation
The CI is failed, can you take a look? ❤️ |
I failed to fix it. Let's ask help to @kdy1 . |
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:
- preset_env_base --breaking
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@babel/[email protected], npm/[email protected] |
Before this PR:
After this PR:
|
Does it look slower? That's weird. |
I think it's a noise |
Description:
Compilation time of browserslist-rs has beed reduced by 32%. See: browserslist/browserslist-rs#23
But, it's still slower that oxc-browserslist:
while browserslist-rs costs about 3.9s.
BREAKING CHANGE:
Related issue (if exists):
Close #9014