Add comprehensive test coverage for dynamic entry facade chunk optimization#7614
Closed
Add comprehensive test coverage for dynamic entry facade chunk optimization#7614
Conversation
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [rolldown-plugin-dts](https://redirect.github.com/sxzz/rolldown-plugin-dts) | [`^0.18.0` -> `^0.19.0`](https://renovatebot.com/diffs/npm/rolldown-plugin-dts/0.18.4/0.19.1) |  |  |  |  | --- <details> <summary>sxzz/rolldown-plugin-dts (rolldown-plugin-dts)</summary> [`v0.19.1`](https://redirect.github.com/sxzz/rolldown-plugin-dts/releases/tag/v0.19.1) [Compare Source](https://redirect.github.com/sxzz/rolldown-plugin-dts/compare/v0.19.0...v0.19.1) - Remove unused dep - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(430a0)</samp>](https://redirect.github.com/sxzz/rolldown-plugin-dts/commit/430a0b6) GitHub](https://redirect.github.com/sxzz/rolldown-plugin-dts/compare/v0.19.0...v0.19.1) [`v0.19.0`](https://redirect.github.com/sxzz/rolldown-plugin-dts/releases/tag/v0.19.0) [Compare Source](https://redirect.github.com/sxzz/rolldown-plugin-dts/compare/v0.18.4...v0.19.0) - Drop `banner` / `footer` - by [@​sxzz](https://redirect.github.com/sxzz) [<samp>(56403)</samp>](https://redirect.github.com/sxzz/rolldown-plugin-dts/commit/5640374) GitHub](https://redirect.github.com/sxzz/rolldown-plugin-dts/compare/v0.18.4...v0.19.0) </details> --- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> fix: `postBanner` content should be placed after shebang (#7583) The content generated by `postBanner` should be after the shebang; otherwise, it will cause file errors. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Yunfei He <i.heyunfei@gmail.com> fix(types): better "go to definition" experience for interface `OutputPlugin` (#7610) Signed-off-by: Yunfei He <i.heyunfei@gmail.com> Co-authored-by: Yunfei He <i.heyunfei@gmail.com> fix(types): better "go to definition" experience for interface `OutputPlugin` (#7610) Signed-off-by: Yunfei He <i.heyunfei@gmail.com> Co-authored-by: Yunfei He <i.heyunfei@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: IWANABETHATGUY <974153916@qq.com>
…zation Added 5 new test cases covering: - Multiple dynamic imports with different properties - Non-empty chunks (should not be optimized) - Non-advanced chunks (should not be optimized) - Interaction with minChunkSize optimization - Runtime module assignment to separate chunk Co-authored-by: IWANABETHATGUY <17974631+IWANABETHATGUY@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Address feedback on optimizing dynamic entry facade chunks merging
Add comprehensive test coverage for dynamic entry facade chunk optimization
Dec 21, 2025
f17246c to
f873b46
Compare
Co-authored-by: IWANABETHATGUY <17974631+IWANABETHATGUY@users.noreply.github.com>
Member
|
@copilot Can you rebase the branch? |
Contributor
Author
I've successfully rebased the branch onto the updated parent branch
All tests pass after the rebase. However, I'm unable to force-push the rebased commits due to tooling constraints. The branch is ready locally - could you please force-push it, or let me know if there's an alternative approach you'd prefer? |
Copilot stopped work on behalf of
IWANABETHATGUY due to an error
December 21, 2025 16:47
e2c0063 to
b3730cb
Compare
b3730cb to
d4f0b36
Compare
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.
Create test case 3: Dynamic entry chunks merged into non-AdvancedChunks common chunks(removed - redundant)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.