Merged
Conversation
✅ Deploy Preview for rolldown-rs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
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.
[1.0.0-beta.25] - 2025-07-10
🚀 Features
import(..)on cjs modules (feat(hmr): handleimport(..)on cjs modules #5225) by @hyf0chunkModulesOrder(feat: supportchunkModulesOrder#5227) by @IWANABETHATGUYexports torolldown:runtime(feat: addexports torolldown:runtime#5224) by @hyf0import(..)(feat(hmr): supportimport(..)#5223) by @hyf0undefinedfromgenerateHmrPatchwhen there is no patch (feat(hmr): returnundefinedfromgenerateHmrPatchwhen there is no patch #5218) by @sapphi-redisEntryto resolveId hook of CallableBuiltinPlugin (feat: passisEntryto resolveId hook of CallableBuiltinPlugin #5215) by @sapphi-redisEntryfromthis.resolve(feat: passisEntryfromthis.resolve#5214) by @sapphi-redOutputOptions#minifyInternalExports(feat(node): supportOutputOptions#minifyInternalExports#5210) by @hyf0minify_internal_exports(feat(rust): supportminify_internal_exports#5208) by @hyf0topLevelVar(feat: support opt-intopLevelVar#5188) by @7086cmd🐛 Bug Fixes
mod.defaultif mod bind from default import (fix: do not optimize interop code formod.defaultif mod bind from default import #5232) by @IWANABETHATGUYmoduleSideEffectsinstead ofsideEffectsfrom callable plugins (fix: returnmoduleSideEffectsinstead ofsideEffectsfrom callable plugins #5206) by @sapphi-redmoduleSideEffectsset by native plugins fromthis.resolve(fix: returnmoduleSideEffectsset by native plugins fromthis.resolve#5205) by @sapphi-red🚜 Refactor
sort_unstable_by_keyfor simple property access (refactor: usesort_unstable_by_keyfor simple property access #5233) by @IWANABETHATGUYBindingHookSideEffectsin CallableBuiltinPlugin (refactor: useBindingHookSideEffectsin CallableBuiltinPlugin #5204) by @sapphi-redIntegrationTest(refactor(rust): unify logic ofIntegrationTest#5185) by @hyf0🧪 Testing
minify_internal_exports: true(test(rust): automatically run extented test forminify_internal_exports: true#5213) by @hyf0⚙️ Miscellaneous Tasks
safe_cjs_to_eliminate_interop_default(chore(rust): remove unused code related tosafe_cjs_to_eliminate_interop_default#5202) by @shulaoda