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-rc.3] - 2026-02-04
⚡ Remove Unnecessary Default Export Assignment
🐛 Avoid Unnecessary Facade Chunks
🚀 Features
RUNTIME_MODULE_IDconstant for plugin authors (feat: exposeRUNTIME_MODULE_IDconstant for plugin authors #8199) by @shulaodapreserveValueImportsandimportsNotUsedAsValuesin tsconfig.json (feat: warn unsupported combination ofpreserveValueImportsandimportsNotUsedAsValuesin tsconfig.json #8169) by @sapphi-redinputMapoption tominify/minifySyncfunctions (feat: addinputMapoption tominify/minifySyncfunctions #8138) by @sapphi-red🐛 Bug Fixes
this.addWatchFile(fix(rust): preserve dependencies added bythis.addWatchFile#8198) by @hyf0RuntimeModuleTaskafterbuild_startto avoid race condition (fix: spawnRuntimeModuleTaskafterbuild_startto avoid race condition #8182) by @shulaoda\0rolldown/runtime.jswill go through transform hook and add test (fix: ensure\0rolldown/runtime.jswill go through transform hook and add test #8093) by @hyf0[name]inassetFileNamesdoes not include the directory part (fix:[name]inassetFileNamesdoes not include the directory part #8098) by @IWANABETHATGUYUnknown resolve errorerror message (fix: avoidUnknown resolve errorerror message #8111) by @sapphi-red💼 Other
not(feature = "experimental")(build: remove warnings for building rolldown withnot(feature = "experimental")#8110) by @coolreader18🚜 Refactor
VERSIONtoconstantsdirectory (refactor: moveVERSIONtoconstantsdirectory #8200) by @shulaodaSymbolFlags(refactor: simplify import symbol check usingSymbolFlags#8193) by @shulaodaremoveinstead ofcontains_key+remove(refactor(lazy-barrel): use singleremoveinstead ofcontains_key+remove#8123) by @shulaodaget_barrel_normal_module(refactor(lazy-barrel): avoid redundant call and inlineget_barrel_normal_module#8122) by @shulaoda📚 Documentation
resolveDynamicImporthook (docs(apis): clarify parameters ofresolveDynamicImporthook #8137) by @sapphi-red⚡ Performance
🧪 Testing
this.addWatchFiledependency should be preserved after reload (test(dev):this.addWatchFiledependency should be preserved after reload #8165) by @sapphi-redtransform_runtime_moduletest as ignored (test: mark flakytransform_runtime_moduletest as ignored #8178) by @copilottransform_runtime_moduletest shouldn't panic inside (test(rust):transform_runtime_moduletest shouldn't panic inside #8151) by @hyf0output.dynamicImportInCjstests as passed (test: markoutput.dynamicImportInCjstests as passed #8125) by @shulaoda⚙️ Miscellaneous Tasks
HashMap::newandHashSet::newby clippy (chore: disallowHashMap::newandHashSet::newby clippy #8135) by @sapphi-red❤️ New Contributors