-
Notifications
You must be signed in to change notification settings - Fork 642
feat: commonjs tree shaking. #5095
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for rolldown-rs canceled.
|
Benchmarks Rust
|
IWANABETHATGUY
commented
Jun 30, 2025
crates/rolldown/tests/esbuild/dce/package_json_side_effects_true_keep_common_js/artifacts.snap
Show resolved
Hide resolved
shulaoda
approved these changes
Jul 1, 2025
Feel free to reply if you found anything not expected, I will fixed it in next pr. |
This was referenced Jul 1, 2025
hyf0
pushed a commit
that referenced
this pull request
Jul 1, 2025
## [1.0.0-beta.23] - 2025-07-01 ### 💥 BREAKING CHANGES - debug: rename debug logs fields to be consitent (#5125) by @antfu ### 🚀 Features - debug: append `content` for asset data and unify `source` field to `content`. (#5130) by @hyf0 - debug: emit asset-related data (#5124) by @hyf0 - commonjs tree shaking. (#5095) by @IWANABETHATGUY - rolldown_plugin_wasm_helper: align behaviors for expected functionality (#5120) by @shulaoda - remove `experimental.enableComposingJsPlugins` (#5122) by @shulaoda - use same option object reference (#5114) by @sapphi-red - add util function to inspect why the facade symbol is created (#5115) by @IWANABETHATGUY - types: expose `ChunkingContext` type (#5112) by @sapphi-red - scan commonjs exports (#5111) by @IWANABETHATGUY - debug: remove unneeded source info of render chunk events (#5109) by @hyf0 - debug: only emit debug information for trace level (#5108) by @hyf0 - debug: emit chunk related informations (#5106) by @hyf0 ### 🐛 Bug Fixes - debug: add hook render chunk start and end events to Meta enum (#5117) by @hyf0 ### 🚜 Refactor - rust: unify outdated namings (#5127) by @hyf0 ### 📚 Documentation - advanced-chunks: clarify module capturing behavior (#5129) by @hyf0 ### 🧪 Testing - support array output options (#5113) by @sapphi-red ### ⚙️ Miscellaneous Tasks - remove unused code (#5128) by @IWANABETHATGUY - remove unnecessary `skipComposingJsPlugin` (#5123) by @shulaoda - deps: update crate-ci/typos action to v1.34.0 (#5119) by @renovate[bot] - deps: update NAPI-RS to 3.0.0-beta.11 (#5110) by @shulaoda Co-authored-by: shulaoda <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Finish linking and codegen for commonjs tree shaking, adding a testcase