Merged
Conversation
Contributor
How to use the Graphite Merge QueueAdd the label graphite: merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
✅ Deploy Preview for rolldown-rs canceled.
|
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: dalaoshu <[email protected]>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: dalaoshu <[email protected]>
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.43] - 2025-10-13
⚡ Parallel Sourcemap Generation with
experimental.nativeMagicStringBabel Parser + JS MagicStringBefore: Transform + sourcemap both blocked in JS ❌
After: Only transform in JS, sourcemaps in Rust thread ✅
Comparison in
apps/10000benchmark:See more details: Document & Benchmark
🚀 Features
processedHtmllogic (feat(rolldown_plugin_vite_html): alignprocessedHtmllogic #6494) by @shulaodanativeMagicStringoptions (feat: addnativeMagicStringoptions #6469) by @IWANABETHATGUYclose(feat(rust): eagerly cleanup resources when callingclose#6483) by @hyf0output.paths(feat: Supportoutput.paths#6470) by @IWANABETHATGUYpreserveEntrySignatureswithincludeDependenciesRecursivelyoption (feat: add validation forpreserveEntrySignatureswithincludeDependenciesRecursivelyoption #6468) by @hyf0on_hmr_updatrsto node (feat(dev/node): expose errors ofon_hmr_updatrsto node #6454) by @hyf0on_outputto node (feat(dev/node): expose errors ofon_outputto node #6453) by @hyf0on_hmr_updatrscallback (feat(dev): expose hmr errors onon_hmr_updatrscallback #6443) by @hyf0🐛 Bug Fixes
experimental.nativeMagicString: false(fix: fallback sourcemap generation forexperimental.nativeMagicString: false#6488) by @IWANABETHATGUYresolve.modulesinto account (fix: takeresolve.modulesinto account #6484) by @PickachuadvancedChunks#includeDependenciesRecursivelyto rust (fix: passadvancedChunks#includeDependenciesRecursivelyto rust #6448) by @hyf0minify: { compress: true }(fix: use transform.target as default for minify target whenminify: { compress: true }#6433) by @sapphi-red🚜 Refactor
Bundlerfor public usage (refactor(rust): only expose methods ofBundlerfor public usage #6480) by @hyf0BindingClientHmrUpdate(refactor(dev/node): use napi object instead clss forBindingClientHmrUpdate#6456) by @hyf0DevOnHmrUpdatesAPI (refactor(dev/node): improveDevOnHmrUpdatesAPI #6455) by @hyf0📚 Documentation
experimental.strictExecutionOrder(docs(options):experimental.strictExecutionOrder#6450) by @hyf0why-plugin-hook-filterin depth (docs: addingwhy-plugin-hook-filterin depth #6446) by @IWANABETHATGUY⚡ Performance
⚙️ Miscellaneous Tasks
DiagnosticOptions#stabilize_path(chore(rust): add comment forDiagnosticOptions#stabilize_path#6447) by @hyf0BindingHmrOutput(chore(rust): remove unusedBindingHmrOutput#6457) by @hyf0utils.rs(chore(rolldown_plugin_vite_html): tweakutils.rs#6460) by @shulaoda"type": "module"inpackage.json(chore(examples): add"type": "module"inpackage.json#6441) by @iiio2❤️ New Contributors