-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
perf: Disable all unnecessary default-features
#11208
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
base: main
Are you sure you want to change the base?
Conversation
|
|
Claude finished @kdy1's task —— View job Comprehensive Code Review ✅I've completed a thorough analysis of this performance optimization PR that disables unnecessary Analysis Summary✅ Code Quality & Best Practices
|
Binary Sizes
Commit: 844984e |
Description:
This is to drop dependencies that is not strictly required. The binary size gain of this PR for
@swc/coreis422.37500KBNote that removing a feature flag may break the build of the downstram crates, so I'll mark this as a breaking change of modified crates.
TODOs