Conversation
Member
Author
4e9a9f1 to
5bfb879
Compare
Contributor
Benchmarks Rust
|
5bfb879 to
61a4508
Compare
e2e3b49 to
929f3da
Compare
61a4508 to
246d83e
Compare
sapphi-red
reviewed
Jun 4, 2025
...lldown/tests/esbuild/default/top_level_await_allowed_import_without_splitting/artifacts.snap
Outdated
Show resolved
Hide resolved
929f3da to
f11a80f
Compare
Base automatically changed from
06-04-test_ensure_correct_and_consistent_behavior_on_handling_import_._some-cjs-module.js_
to
main
June 4, 2025 12:41
246d83e to
ef0b17b
Compare
✅ Deploy Preview for rolldown-rs canceled.
|
Contributor
Merge activity
|
ef0b17b to
727b536
Compare
727b536 to
13b1f3a
Compare
sapphi-red
approved these changes
Jun 4, 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
Related to #4289.
@sapphi-red pointed out that dynamic imports in cjs is a thing that's quite specfic to nodejs. So to improve compatibilities of
import('some-cjs-module.js'), now rolldown always considers node esm spec for dynamic imports in cjs modules.