We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10840b8 commit 3e26a29Copy full SHA for 3e26a29
1 file changed
crates/rspack_plugin_esm_library/src/link.rs
@@ -625,7 +625,7 @@ impl EsmLibraryPlugin {
625
626
// webpack require iterate the needed_namespace_objects and mutate `needed_namespace_objects`
627
// 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
+ // Treat the insertion-ordered set as a worklist. Newly discovered namespace objects are
629
// handled in the next round without cloning all previously visited modules.
630
let mut next_namespace_object = 0;
631
loop {
0 commit comments