Skip to content

Commit 3e26a29

Browse files
committed
test: update ESM linking comment
1 parent 10840b8 commit 3e26a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/rspack_plugin_esm_library/src

crates/rspack_plugin_esm_library/src/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ impl EsmLibraryPlugin {
625625

626626
// webpack require iterate the needed_namespace_objects and mutate `needed_namespace_objects`
627627
// at the same time, https://github.com/webpack/webpack/blob/1f99ad6367f2b8a6ef17cce0e058f7a67fb7db18/lib/optimize/ConcatenatedModule.js#L1514
628-
// Process the insertion-ordered set as a worklist. Newly discovered namespace objects are
628+
// Treat the insertion-ordered set as a worklist. Newly discovered namespace objects are
629629
// handled in the next round without cloning all previously visited modules.
630630
let mut next_namespace_object = 0;
631631
loop {

0 commit comments

Comments
 (0)