fix: runtime module should get executed first always#3978
Merged
Conversation
✅ Deploy Preview for rolldown-rs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
b1ceca8 to
c5cd23b
Compare
Contributor
Benchmarks Rust |
7e8527f to
4b9ffd5
Compare
Contributor
There was a problem hiding this comment.
Copilot reviewed 10 out of 27 changed files in this pull request and generated no comments.
Files not reviewed (17)
- crates/rolldown/tests/rolldown/function/advanced_chunks/basic/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/issue_2617/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/max_module_size/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/max_module_size_fallback/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/max_size/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/max_size2/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/max_size3/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/min_module_size/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/min_module_size_fallback/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/min_share_count/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/min_share_count_fallback/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/min_size/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/min_size_fallback/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/function/advanced_chunks/split_node_modules/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/issues/3437/artifacts.snap: Language not supported
- crates/rolldown/tests/rolldown/issues/3650/_config.json: Language not supported
- crates/rolldown/tests/rolldown/issues/3650/artifacts.snap: Language not supported
Comments suppressed due to low confidence (2)
crates/rolldown/src/stages/generate_stage/advanced_chunks.rs:150
- The use of the 'let-else' syntax may require a specific Rust version or feature flag; verify that this pattern is supported across all targeted build environments.
else {
crates/rolldown/tests/rolldown/issues/3650/first.js:1
- [nitpick] The alias 'v' for the value may be too terse for clarity in tests; consider using a more descriptive alias to improve readability.
import { value as v } from './second.js'
cc144ba to
e294c87
Compare
e294c87 to
0b6ea42
Compare
IWANABETHATGUY
approved these changes
Apr 6, 2025
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.

Description
Fixes #3650.