Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use topological order when SideEffectsFlagPlugin optimize incoming connections #7717

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

ahabhgk
Copy link
Collaborator

@ahabhgk ahabhgk commented Aug 28, 2024

Summary

  • use topological order for SideEffectsFlagPlugin when optimize incoming connections
  • apply affected modules for SideEffectsFlagPlugin

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@ahabhgk ahabhgk requested a review from JSerFeng August 28, 2024 12:00
@github-actions github-actions bot added team The issue/pr is created by the member of Rspack. release: bug fix release: bug related release(mr only) labels Aug 28, 2024
Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 1cbf985
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66cf1236143ad3000862f3a0

@ahabhgk ahabhgk enabled auto-merge (squash) August 28, 2024 12:04
Copy link
Contributor

Test Compatibility Diff

main pr diff
61.901% 61.923% ✅ ⏫ 0.022
Unpassed tests

6 🔴 Stats chunkGroups: TODO
7 🔴 Stats chunkGroups: TODO
8 🔴 Stats chunkGroups: TODO
11 🔴 Compiler: TODO
12 🔴 Compiler: TODO
13 🔴 Compiler: TODO
14 🔴 Compiler: TODO
15 🔴 Compiler: TODO
18 🔴 Compiler methods isChild: TODO
30 🔴 Compiler: TODO
32 🔴 Compiler: TODO
36 🔴 Compiler: TODO
39 🔴 Compiler: TODO
41 🔴 Compiler: TODO
60 🔴 MultiCompiler: TODO
66 ⚪️ aggressive-splitting-entry: TODO
67 🔴 aggressive-splitting-on-demand: support webpack.optimize.AggressiveSplittingPlugin
68 🔴 all-stats: support webpack.optimize.AggressiveSplittingPlugin
71 🔴 async-commons-chunk: support require.ensure()
72 🟡 async-commons-chunk-auto: check the consistency with webpack
74 🔴 chunk-module-id-range: support ChunkModuleIdRangePlugin
75 🔴 chunks: support AMD require
76 🔴 chunks-development: support AMD require
80 🔴 color-enabled-custom: support color object
82 🔴 commons-chunk-min-size-0: Method RegExp.prototype.test called on incompatible receiver undefined
84 🟡 commons-plugin-issue-4980: check the consistency with webpack
85 🟡 concat-and-sideeffects: check the consistency with webpack
86 🔴 context-independence: hash changed
88 🔴 define-plugin: webpack.DefinePlugin.runtimeValue is not a function
89 🔴 details-error: custom error details
90 🔴 dll-reference-plugin-issue-7624: webpack.DllReferencePlugin is not a constructor
91 🔴 dll-reference-plugin-issue-7624-error: webpack.DllReferencePlugin is not a constructor
92 🔴 entry-filename: unstable
95 🟡 graph-correctness-entries: check the consistency with webpack
96 🟡 graph-correctness-modules: check the consistency with webpack
97 🟡 graph-roots: check the consistency with webpack
98 🟡 ignore-warnings: check the consistency with webpack
101 🟡 import-weak: check the consistency with webpack
102 🟡 import-weak-parser-option: check the consistency with webpack
104 🟡 issue-7577: check the consistency with webpack
105 🔴 limit-chunk-count-plugin: #4304
106 🔴 logging: unstable
107 🟡 logging-debug: check the consistency with webpack
110 🟡 module-assets: check the consistency with webpack
111 🟡 module-deduplication: check the consistency with webpack
112 🟡 module-deduplication-named: check the consistency with webpack
113 🔴 module-federation-custom-exposed-module-name: build failed
115 🟡 module-reasons: check the consistency with webpack
118 🟡 named-chunk-groups: check the consistency with webpack
120 ⚪️ named-chunks-plugin-async: TODO
121 🔴 no-emit-on-errors-plugin-with-child-error: support NoEmitOnErrorsPlugin
122 🔴 optimize-chunks: support require.ensure()
126 🔴 performance-disabled: support AMD require
127 🔴 performance-error: support AMD require
129 🔴 performance-no-hints: support AMD require
134 🔴 preset-detailed: support AMD require
138 🔴 preset-minimal: support AMD require
144 🔴 preset-normal: support AMD require
145 🔴 preset-normal-performance: support AMD require
146 🔴 preset-normal-performance-ensure-filter-sourcemaps: support AMD require
148 🔴 preset-verbose: suport AMD require
149 🔴 real-content-hash: unstable
150 🟡 related-assets: check the consistency with webpack
151 🔴 resolve-plugin-context: support resolve plugins
154 🔴 runtime-chunk-integration: support MinChunkSizePlugin
157 🟡 runtime-specific-used-exports: check the consistency with webpack
158 🔴 scope-hoisting-bailouts: unstable
159 🟡 scope-hoisting-multi: check the consistency with webpack
160 🟡 side-effects-issue-7428: check the consistency with webpack
161 🔴 side-effects-optimization: unstable
162 🟡 side-effects-simple-unused: check the consistency with webpack
163 🔴 simple: unstable
164 🔴 simple-more-info: unstable
166 🟡 split-chunks-automatic-name: check the consistency with webpack
167 🟡 split-chunks-chunk-name: check the consistency with webpack
168 🟡 split-chunks-combinations: check the consistency with webpack
169 🟡 split-chunks-issue-6413: check the consistency with webpack
170 🟡 split-chunks-issue-6696: check the consistency with webpack
171 🟡 split-chunks-issue-7401: check the consistency with webpack
172 🟡 split-chunks-keep-remaining-size: check the consistency with webpack
173 🔴 split-chunks-max-size: unstable
174 🟡 split-chunks-min-size-reduction: check the consistency with webpack
175 🟡 split-chunks-prefer-bigger-splits: check the consistency with webpack
176 🟡 split-chunks-runtime-specific: check the consistency with webpack
177 🔴 tree-shaking: support require.include
178 ⚪️ wasm-explorer-examples-sync: TODO
252 ⚪️ Examples aggressive-merging: TODO
253 ⚪️ Examples asset-advanced: TODO
260 ⚪️ Examples cjs-tree-shaking: TODO
267 ⚪️ Examples code-splitting-bundle-loader: TODO
284 ⚪️ Examples common-chunk-grandchildren: TODO
289 ⚪️ Examples custom-json-modules: TODO
290 ⚪️ Examples dll: TODO
291 ⚪️ Examples dll-app-and-vendor/0-vendor: TODO
292 ⚪️ Examples dll-app-and-vendor/1-app: TODO
293 ⚪️ Examples dll-entry-only: TODO
294 ⚪️ Examples dll-user: TODO
295 ⚪️ Examples explicit-vendor-chunk: TODO
310 ⚪️ Examples http2-aggressive-splitting: TODO
313 ⚪️ Examples lazy-compilation: TODO
324 ⚪️ Examples module-federation: TODO
337 ⚪️ Examples persistent-caching: TODO
354 ⚪️ Examples typescript: TODO
362 ⚪️ HotTestCases async-node child-compiler issue-9706: TODO
363 ⚪️ HotTestCases async-node chunks accept-system-import: TODO
364 ⚪️ HotTestCases async-node chunks accept-system-import-webpackhot: TODO
365 ⚪️ HotTestCases async-node chunks dynamic-system-import: TODO
366 ⚪️ HotTestCases async-node chunks split-chunks: TODO
367 ⚪️ HotTestCases async-node chunks split-chunks-webpackhot: TODO
368 ⚪️ HotTestCases async-node chunks system-import: TODO
373 ⚪️ HotTestCases async-node code-generation this-in-accept: TODO
374 ⚪️ HotTestCases async-node code-generation this-in-accept-webpackhot: TODO
375 ⚪️ HotTestCases async-node concat reload-compat-flag: TODO
376 ⚪️ HotTestCases async-node concat reload-external: TODO
381 ⚪️ HotTestCases async-node define issue-6962: TODO
382 ⚪️ HotTestCases async-node determinism issue-10174: TODO
383 ⚪️ HotTestCases async-node disposing remove-chunk-with-shared: TODO
384 ⚪️ HotTestCases async-node disposing remove-chunk-with-shared-in-other-runtime: TODO
385 ⚪️ HotTestCases async-node disposing runtime-independent-filename: TODO
386 ⚪️ HotTestCases async-node errors decline: TODO
387 ⚪️ HotTestCases async-node errors decline-webpackhot: TODO
388 ⚪️ HotTestCases async-node errors events: TODO
389 ⚪️ HotTestCases async-node errors self-decline: TODO
390 ⚪️ HotTestCases async-node errors unaccepted: TODO
391 ⚪️ HotTestCases async-node errors unaccepted-ignored: TODO
392 ⚪️ HotTestCases async-node esm-dependency-import import-meta-webpack-hot: TODO
393 ⚪️ HotTestCases async-node esm-dependency-import module-hot: TODO
394 ⚪️ HotTestCases async-node harmony auto-import: TODO
395 ⚪️ HotTestCases async-node harmony auto-import-default: TODO
396 ⚪️ HotTestCases async-node harmony auto-import-multiple: TODO
397 ⚪️ HotTestCases async-node harmony auto-reexport: TODO
398 ⚪️ HotTestCases async-node hashing exports-info-influence: TODO
399 ⚪️ HotTestCases async-node hashing full-hash-main: TODO
400 ⚪️ HotTestCases async-node hashing full-hash-syntax-error: TODO
401 ⚪️ HotTestCases async-node invalidate conditional-accept: TODO
402 ⚪️ HotTestCases async-node invalidate during-idle: TODO
412 ⚪️ HotTestCases async-node lazy-compilation https: TODO
421 ⚪️ HotTestCases async-node lazy-compilation simple: TODO
426 ⚪️ HotTestCases async-node loader-import-module css: TODO
427 ⚪️ HotTestCases async-node numeric-ids add-remove-chunks: TODO
428 ⚪️ HotTestCases async-node numeric-ids production: TODO
429 ⚪️ HotTestCases async-node parsing hot-api-optional-chaining: TODO
450 ⚪️ HotTestCases async-node runtime accept: TODO
451 ⚪️ HotTestCases async-node runtime bubble-async: TODO
452 ⚪️ HotTestCases async-node runtime bubble-update: TODO
453 ⚪️ HotTestCases async-node runtime circular: TODO
454 ⚪️ HotTestCases async-node runtime dispose-removed-chunk: TODO
455 ⚪️ HotTestCases async-node runtime dispose-removed-module: TODO
456 ⚪️ HotTestCases async-node runtime import-after-download: TODO
457 ⚪️ HotTestCases async-node runtime replace-runtime-module: TODO
458 ⚪️ HotTestCases async-node runtime require-disposed-module-warning: TODO
459 ⚪️ HotTestCases async-node runtime root-error: TODO
460 ⚪️ HotTestCases async-node runtime self-accept-and-dispose: TODO
461 ⚪️ HotTestCases async-node runtime self-accept-factory: TODO
462 ⚪️ HotTestCases async-node runtime update-multiple-modules: TODO
463 ⚪️ HotTestCases async-node runtime update-multiple-times: TODO
464 ⚪️ HotTestCases async-node sharing share-plugin: TODO
465 ⚪️ HotTestCases async-node status accept: TODO
466 ⚪️ HotTestCases async-node status check: TODO
467 ⚪️ HotTestCases async-node unexpected-invalidation used-exports: TODO
468 🔴 HotTestCases async-node worker move-between-runtime: #5597
469 ⚪️ HotTestCases async-node worker remove-add-worker: TODO
475 ⚪️ HotTestCases webworker child-compiler issue-9706: TODO
476 ⚪️ HotTestCases webworker chunks accept-system-import: TODO
477 ⚪️ HotTestCases webworker chunks accept-system-import-webpackhot: TODO
478 ⚪️ HotTestCases webworker chunks dynamic-system-import: TODO
479 ⚪️ HotTestCases webworker chunks split-chunks: TODO
480 ⚪️ HotTestCases webworker chunks split-chunks-webpackhot: TODO
481 ⚪️ HotTestCases webworker chunks system-import: TODO
486 ⚪️ HotTestCases webworker code-generation this-in-accept: TODO
487 ⚪️ HotTestCases webworker code-generation this-in-accept-webpackhot: TODO
488 ⚪️ HotTestCases webworker concat reload-compat-flag: TODO
489 ⚪️ HotTestCases webworker concat reload-external: TODO
494 ⚪️ HotTestCases webworker define issue-6962: TODO
495 ⚪️ HotTestCases webworker determinism issue-10174: TODO
496 ⚪️ HotTestCases webworker disposing remove-chunk-with-shared: TODO
497 ⚪️ HotTestCases webworker disposing remove-chunk-with-shared-in-other-runtime: TODO
498 ⚪️ HotTestCases webworker disposing runtime-independent-filename: TODO
499 ⚪️ HotTestCases webworker errors decline: TODO
500 ⚪️ HotTestCases webworker errors decline-webpackhot: TODO
501 ⚪️ HotTestCases webworker errors events: TODO
502 ⚪️ HotTestCases webworker errors self-decline: TODO
503 ⚪️ HotTestCases webworker errors unaccepted: TODO
504 ⚪️ HotTestCases webworker errors unaccepted-ignored: TODO
505 ⚪️ HotTestCases webworker esm-dependency-import import-meta-webpack-hot: TODO
506 ⚪️ HotTestCases webworker esm-dependency-import module-hot: TODO
507 ⚪️ HotTestCases webworker harmony auto-import: TODO
508 ⚪️ HotTestCases webworker harmony auto-import-default: TODO
509 ⚪️ HotTestCases webworker harmony auto-import-multiple: TODO
510 ⚪️ HotTestCases webworker harmony auto-reexport: TODO
511 ⚪️ HotTestCases webworker hashing exports-info-influence: TODO
512 ⚪️ HotTestCases webworker hashing full-hash-main: TODO
513 ⚪️ HotTestCases webworker hashing full-hash-syntax-error: TODO
514 ⚪️ HotTestCases webworker invalidate conditional-accept: TODO
515 ⚪️ HotTestCases webworker invalidate during-idle: TODO
525 ⚪️ HotTestCases webworker lazy-compilation https: TODO
534 ⚪️ HotTestCases webworker lazy-compilation simple: TODO
539 ⚪️ HotTestCases webworker loader-import-module css: TODO
540 ⚪️ HotTestCases webworker numeric-ids add-remove-chunks: TODO
541 ⚪️ HotTestCases webworker numeric-ids production: TODO
542 ⚪️ HotTestCases webworker parsing hot-api-optional-chaining: TODO
563 ⚪️ HotTestCases webworker runtime accept: TODO
564 ⚪️ HotTestCases webworker runtime bubble-async: TODO
565 ⚪️ HotTestCases webworker runtime bubble-update: TODO
566 ⚪️ HotTestCases webworker runtime circular: TODO
567 ⚪️ HotTestCases webworker runtime dispose-removed-chunk: TODO
568 ⚪️ HotTestCases webworker runtime dispose-removed-module: TODO
569 ⚪️ HotTestCases webworker runtime import-after-download: TODO
570 ⚪️ HotTestCases webworker runtime replace-runtime-module: TODO
571 ⚪️ HotTestCases webworker runtime require-disposed-module-warning: TODO
572 ⚪️ HotTestCases webworker runtime root-error: TODO
573 ⚪️ HotTestCases webworker runtime self-accept-and-dispose: TODO
574 ⚪️ HotTestCases webworker runtime self-accept-factory: TODO
575 ⚪️ HotTestCases webworker runtime update-multiple-modules: TODO
576 ⚪️ HotTestCases webworker runtime update-multiple-times: TODO
577 ⚪️ HotTestCases webworker sharing share-plugin: TODO
578 ⚪️ HotTestCases webworker status accept: TODO
579 ⚪️ HotTestCases webworker status check: TODO
580 ⚪️ HotTestCases webworker unexpected-invalidation used-exports: TODO
581 🔴 HotTestCases webworker worker move-between-runtime: #5597
591 ⚪️ HotTestCases web child-compiler issue-9706: TODO
592 ⚪️ HotTestCases web chunks accept-system-import: TODO
593 ⚪️ HotTestCases web chunks accept-system-import-webpackhot: TODO
594 ⚪️ HotTestCases web chunks dynamic-system-import: TODO
595 ⚪️ HotTestCases web chunks split-chunks: TODO
596 ⚪️ HotTestCases web chunks split-chunks-webpackhot: TODO
597 ⚪️ HotTestCases web chunks system-import: TODO
602 ⚪️ HotTestCases web code-generation this-in-accept: TODO
603 ⚪️ HotTestCases web code-generation this-in-accept-webpackhot: TODO
604 ⚪️ HotTestCases web concat reload-compat-flag: TODO
605 ⚪️ HotTestCases web concat reload-external: TODO
610 ⚪️ HotTestCases web define issue-6962: TODO
611 ⚪️ HotTestCases web determinism issue-10174: TODO
612 ⚪️ HotTestCases web disposing remove-chunk-with-shared: TODO
613 ⚪️ HotTestCases web disposing remove-chunk-with-shared-in-other-runtime: TODO
614 ⚪️ HotTestCases web disposing runtime-independent-filename: TODO
615 ⚪️ HotTestCases web errors decline: TODO
616 ⚪️ HotTestCases web errors decline-webpackhot: TODO
617 ⚪️ HotTestCases web errors events: TODO
618 ⚪️ HotTestCases web errors self-decline: TODO
619 ⚪️ HotTestCases web errors unaccepted: TODO
620 ⚪️ HotTestCases web errors unaccepted-ignored: TODO
621 ⚪️ HotTestCases web esm-dependency-import import-meta-webpack-hot: TODO
622 ⚪️ HotTestCases web esm-dependency-import module-hot: TODO
623 ⚪️ HotTestCases web harmony auto-import: TODO
624 ⚪️ HotTestCases web harmony auto-import-default: TODO
625 ⚪️ HotTestCases web harmony auto-import-multiple: TODO
626 ⚪️ HotTestCases web harmony auto-reexport: TODO
627 ⚪️ HotTestCases web hashing exports-info-influence: TODO
628 ⚪️ HotTestCases web hashing full-hash-main: TODO
629 ⚪️ HotTestCases web hashing full-hash-syntax-error: TODO
630 ⚪️ HotTestCases web invalidate conditional-accept: TODO
631 ⚪️ HotTestCases web invalidate during-idle: TODO
641 ⚪️ HotTestCases web lazy-compilation https: TODO
650 ⚪️ HotTestCases web lazy-compilation simple: TODO
655 ⚪️ HotTestCases web loader-import-module css: TODO
656 ⚪️ HotTestCases web numeric-ids add-remove-chunks: TODO
657 ⚪️ HotTestCases web numeric-ids production: TODO
658 ⚪️ HotTestCases web parsing hot-api-optional-chaining: TODO
679 ⚪️ HotTestCases web runtime accept: TODO
680 ⚪️ HotTestCases web runtime bubble-async: TODO
681 ⚪️ HotTestCases web runtime bubble-update: TODO
682 ⚪️ HotTestCases web runtime circular: TODO
683 ⚪️ HotTestCases web runtime dispose-removed-chunk: TODO
684 ⚪️ HotTestCases web runtime dispose-removed-module: TODO
685 ⚪️ HotTestCases web runtime import-after-download: TODO
686 ⚪️ HotTestCases web runtime replace-runtime-module: TODO
687 ⚪️ HotTestCases web runtime require-disposed-module-warning: TODO
688 ⚪️ HotTestCases web runtime root-error: TODO
689 ⚪️ HotTestCases web runtime self-accept-and-dispose: TODO
690 ⚪️ HotTestCases web runtime self-accept-factory: TODO
691 ⚪️ HotTestCases web runtime update-multiple-modules: TODO
692 ⚪️ HotTestCases web runtime update-multiple-times: TODO
693 ⚪️ HotTestCases web sharing share-plugin: TODO
694 ⚪️ HotTestCases web status accept: TODO
695 ⚪️ HotTestCases web status check: TODO
696 ⚪️ HotTestCases web unexpected-invalidation used-exports: TODO
697 🔴 HotTestCases web worker move-between-runtime: #5597
707 ⚪️ HotTestCases node child-compiler issue-9706: TODO
708 ⚪️ HotTestCases node chunks accept-system-import: TODO
709 ⚪️ HotTestCases node chunks accept-system-import-webpackhot: TODO
710 ⚪️ HotTestCases node chunks dynamic-system-import: TODO
711 ⚪️ HotTestCases node chunks split-chunks: TODO
712 ⚪️ HotTestCases node chunks split-chunks-webpackhot: TODO
713 ⚪️ HotTestCases node chunks system-import: TODO
718 ⚪️ HotTestCases node code-generation this-in-accept: TODO
719 ⚪️ HotTestCases node code-generation this-in-accept-webpackhot: TODO
720 ⚪️ HotTestCases node concat reload-compat-flag: TODO
721 ⚪️ HotTestCases node concat reload-external: TODO
726 ⚪️ HotTestCases node define issue-6962: TODO
727 ⚪️ HotTestCases node determinism issue-10174: TODO
728 ⚪️ HotTestCases node disposing remove-chunk-with-shared: TODO
729 ⚪️ HotTestCases node disposing remove-chunk-with-shared-in-other-runtime: TODO
730 ⚪️ HotTestCases node disposing runtime-independent-filename: TODO
731 ⚪️ HotTestCases node errors decline: TODO
732 ⚪️ HotTestCases node errors decline-webpackhot: TODO
733 ⚪️ HotTestCases node errors events: TODO
734 ⚪️ HotTestCases node errors self-decline: TODO
735 ⚪️ HotTestCases node errors unaccepted: TODO
736 ⚪️ HotTestCases node errors unaccepted-ignored: TODO
737 ⚪️ HotTestCases node esm-dependency-import import-meta-webpack-hot: TODO
738 ⚪️ HotTestCases node esm-dependency-import module-hot: TODO
739 ⚪️ HotTestCases node harmony auto-import: TODO
740 ⚪️ HotTestCases node harmony auto-import-default: TODO
741 ⚪️ HotTestCases node harmony auto-import-multiple: TODO
742 ⚪️ HotTestCases node harmony auto-reexport: TODO
743 ⚪️ HotTestCases node hashing exports-info-influence: TODO
744 ⚪️ HotTestCases node hashing full-hash-main: TODO
745 ⚪️ HotTestCases node hashing full-hash-syntax-error: TODO
746 ⚪️ HotTestCases node invalidate conditional-accept: TODO
747 ⚪️ HotTestCases node invalidate during-idle: TODO
757 ⚪️ HotTestCases node lazy-compilation https: TODO
766 ⚪️ HotTestCases node lazy-compilation simple: TODO
771 ⚪️ HotTestCases node loader-import-module css: TODO
772 ⚪️ HotTestCases node numeric-ids add-remove-chunks: TODO
773 ⚪️ HotTestCases node numeric-ids production: TODO
774 ⚪️ HotTestCases node parsing hot-api-optional-chaining: TODO
795 ⚪️ HotTestCases node runtime accept: TODO
796 ⚪️ HotTestCases node runtime bubble-async: TODO
797 ⚪️ HotTestCases node runtime bubble-update: TODO
798 ⚪️ HotTestCases node runtime circular: TODO
799 ⚪️ HotTestCases node runtime dispose-removed-chunk: TODO
800 ⚪️ HotTestCases node runtime dispose-removed-module: TODO
801 ⚪️ HotTestCases node runtime import-after-download: TODO
802 ⚪️ HotTestCases node runtime replace-runtime-module: TODO
803 ⚪️ HotTestCases node runtime require-disposed-module-warning: TODO
804 ⚪️ HotTestCases node runtime root-error: TODO
805 ⚪️ HotTestCases node runtime self-accept-and-dispose: TODO
806 ⚪️ HotTestCases node runtime self-accept-factory: TODO
807 ⚪️ HotTestCases node runtime update-multiple-modules: TODO
808 ⚪️ HotTestCases node runtime update-multiple-times: TODO
809 ⚪️ HotTestCases node sharing share-plugin: TODO
810 ⚪️ HotTestCases node status accept: TODO
811 ⚪️ HotTestCases node status check: TODO
812 ⚪️ HotTestCases node unexpected-invalidation used-exports: TODO
813 🔴 HotTestCases node worker move-between-runtime: #5597
823 🔴 TestCases normal amd define-needs-module: #4313
824 🔴 TestCases normal amd namedModules: #4313
825 🔴 TestCases normal amd namedModulesConstArrayDep: #4313
871 🔴 TestCases normal chunks context: #4304
880 🔴 TestCases normal chunks named-chunks: #4304
881 🔴 TestCases normal chunks nested-in-empty: #4304
882 🔴 TestCases normal chunks parsing: #4304
883 🔴 TestCases normal chunks runtime: #4304
884 🔴 TestCases normal chunks var-inject-error-handler: #4304
885 🟡 TestCases normal chunks weak-dependencies: #2787
886 🔴 TestCases normal chunks weak-dependencies-context: #4315
951 🟡 TestCases normal cjs-tree-shaking bailouts: #4313
1076 🔴 TestCases normal compile deduplication-bundle-loader: #4304
1097 🔴 TestCases normal context import-meta-webpack-context: #4305
1166 🔴 TestCases normal errors load-module-cycle: #3738
1167 🔴 TestCases normal errors load-module-cycle-multiple: #3738
1168 🔴 TestCases normal errors load-module-error: #3738
1296 🔴 TestCases normal json import-assertions-type-json: Rspack don't support import assertions since it's deprecated
1358 🔴 TestCases normal large big-assets: #3180
1359 ⚪️ TestCases normal large many-replacements: TODO
1367 🔴 TestCases normal loaders issue-10725: blocked by this.loadModule #3738
1368 🔴 TestCases normal loaders issue-2299: blocked by this.loadModule #3738
1369 🔴 TestCases normal loaders issue-4959: blocked by this.loadModule #3738
1373 🔴 TestCases normal loaders no-string: blocked by #3459
1378 🔴 TestCases normal loaders utils: #4397
1452 🔴 TestCases normal mjs type-module: compile time evaluation typeof and amd
1532 🔴 TestCases normal nonce set-nonce: #4401
1540 🔴 TestCases normal optimize side-effects-reexport-start-unknown: new tree-shaking re-implementation
1607 🔴 TestCases normal parsing amd-rename: #4313
1613 🔴 TestCases normal parsing chunks: #4304
1617 🟡 TestCases normal parsing complex-require: #4304, #4313
1618 🔴 TestCases normal parsing context: #3346
1619 🔴 TestCases normal parsing declared-api: #4313
1622 🔴 TestCases normal parsing es6.nominimize: #4304
1623 🟡 TestCases normal parsing evaluate: should not evaluate new RegExp for redefined RegExp
1625 🔴 TestCases normal parsing extract-amd: #4313
1626 🔴 TestCases normal parsing extract-amd.nominimize: #4313
1627 🟡 TestCases normal parsing extract-require: should not parse require in function arguments
1642 🔴 TestCases normal parsing harmony-injecting-order: #4313
1664 🔴 TestCases normal parsing issue-2084: #4313
1674 🔴 TestCases normal parsing issue-2641: #4313
1678 ⚪️ TestCases normal parsing issue-3252: TODO
1679 ⚪️ TestCases normal parsing issue-3273: TODO
1680 🔴 TestCases normal parsing issue-345: #4313
1682 🔴 TestCases normal parsing issue-387: #4313
1693 🔴 TestCases normal parsing issue-4940: #4313
1702 🔴 TestCases normal parsing issue-758: #4313, #4304
1708 🔴 TestCases normal parsing local-modules: #4313
1712 🔴 TestCases normal parsing nullish-coalescing: #4300
1716 🔴 TestCases normal parsing precreated-ast: #4442
1717 🔴 TestCases normal parsing renaming: #4313, #3346
1718 🔴 TestCases normal parsing resolve-weak-context: #4315
1721 🔴 TestCases normal parsing strict-mode: #4313
1723 🟡 TestCases normal parsing typeof: require.include
1725 🔴 TestCases normal parsing unsupported-amd: #4313
2240 🔴 TestCases normal resolving commomjs-local-module: #4313
2244 🔴 TestCases normal resolving issue-2986: #4348
2288 🔴 TestCases normal runtime chunk-callback-order: #4313
2296 🔴 TestCases normal runtime module-caching: #4304
2367 ⚪️ TestCases normal scope-hoisting renaming-shorthand-5027: TODO
2557 ⚪️ TestCases normal side-effects dynamic-reexports: TODO
2621 ⚪️ TestCases normal wasm v128: TODO
2720 🔴 TestCases hot amd define-needs-module: #4313
2721 🔴 TestCases hot amd namedModules: #4313
2722 🔴 TestCases hot amd namedModulesConstArrayDep: #4313
2768 🔴 TestCases hot chunks context: #4304
2777 🔴 TestCases hot chunks named-chunks: #4304
2778 🔴 TestCases hot chunks nested-in-empty: #4304
2779 🔴 TestCases hot chunks parsing: #4304
2780 🔴 TestCases hot chunks runtime: #4304
2781 🔴 TestCases hot chunks var-inject-error-handler: #4304
2782 🟡 TestCases hot chunks weak-dependencies: #2787
2783 🔴 TestCases hot chunks weak-dependencies-context: #4315
2848 🟡 TestCases hot cjs-tree-shaking bailouts: #4313
2973 🔴 TestCases hot compile deduplication-bundle-loader: #4304
2994 🔴 TestCases hot context import-meta-webpack-context: #4305
3063 🔴 TestCases hot errors load-module-cycle: #3738
3064 🔴 TestCases hot errors load-module-cycle-multiple: #3738
3065 🔴 TestCases hot errors load-module-error: #3738
3193 🔴 TestCases hot json import-assertions-type-json: Rspack don't support import assertions since it's deprecated
3255 🔴 TestCases hot large big-assets: #3180
3256 ⚪️ TestCases hot large many-replacements: TODO
3264 🔴 TestCases hot loaders issue-10725: blocked by this.loadModule #3738
3265 🔴 TestCases hot loaders issue-2299: blocked by this.loadModule #3738
3266 🔴 TestCases hot loaders issue-4959: blocked by this.loadModule #3738
3270 🔴 TestCases hot loaders no-string: blocked by #3459
3275 🔴 TestCases hot loaders utils: #4397
3349 🔴 TestCases hot mjs type-module: compile time evaluation typeof and amd
3429 🔴 TestCases hot nonce set-nonce: #4401
3437 🔴 TestCases hot optimize side-effects-reexport-start-unknown: new tree-shaking re-implementation
3504 🔴 TestCases hot parsing amd-rename: #4313
3510 🔴 TestCases hot parsing chunks: #4304
3514 🟡 TestCases hot parsing complex-require: #4304, #4313
3515 🔴 TestCases hot parsing context: #3346
3516 🔴 TestCases hot parsing declared-api: #4313
3519 🔴 TestCases hot parsing es6.nominimize: #4304
3520 🟡 TestCases hot parsing evaluate: should not evaluate new RegExp for redefined RegExp
3522 🔴 TestCases hot parsing extract-amd: #4313
3523 🔴 TestCases hot parsing extract-amd.nominimize: #4313
3524 🟡 TestCases hot parsing extract-require: should not parse require in function arguments
3539 🔴 TestCases hot parsing harmony-injecting-order: #4313
3561 🔴 TestCases hot parsing issue-2084: #4313
3571 🔴 TestCases hot parsing issue-2641: #4313
3575 ⚪️ TestCases hot parsing issue-3252: TODO
3576 ⚪️ TestCases hot parsing issue-3273: TODO
3577 🔴 TestCases hot parsing issue-345: #4313
3579 🔴 TestCases hot parsing issue-387: #4313
3590 🔴 TestCases hot parsing issue-4940: #4313
3599 🔴 TestCases hot parsing issue-758: #4313, #4304
3605 🔴 TestCases hot parsing local-modules: #4313
3609 🔴 TestCases hot parsing nullish-coalescing: #4300
3613 🔴 TestCases hot parsing precreated-ast: #4442
3614 🔴 TestCases hot parsing renaming: #4313, #3346
3615 🔴 TestCases hot parsing resolve-weak-context: #4315
3618 🔴 TestCases hot parsing strict-mode: #4313
3620 🟡 TestCases hot parsing typeof: require.include
3622 🔴 TestCases hot parsing unsupported-amd: #4313
4139 🔴 TestCases hot resolving commomjs-local-module: #4313
4143 🔴 TestCases hot resolving issue-2986: #4348
4187 🔴 TestCases hot runtime chunk-callback-order: #4313
4195 🔴 TestCases hot runtime module-caching: #4304
4266 ⚪️ TestCases hot scope-hoisting renaming-shorthand-5027: TODO
4456 ⚪️ TestCases hot side-effects dynamic-reexports: TODO
4520 ⚪️ TestCases hot wasm v128: TODO
4619 ⚪️ ConfigTestCases additional-pass simple simple: TODO
4620 ⚪️ ConfigTestCases amd disabled disabled: TODO
4621 ⚪️ ConfigTestCases asset-emitted normal normal: TODO
4630 ⚪️ ConfigTestCases asset-modules custom-condition custom-condition: TODO
4635 ⚪️ ConfigTestCases asset-modules data-url data-url: TODO
4648 ⚪️ ConfigTestCases asset-modules file-url file-url: TODO
4657 ⚪️ ConfigTestCases asset-modules global-options global-options: TODO
4658 ⚪️ ConfigTestCases asset-modules http-url http-url: TODO
4659 ⚪️ ConfigTestCases asset-modules ignore ignore: TODO
4667 ⚪️ ConfigTestCases asset-modules input-data-url-encoding input-data-url-encoding: TODO
4668 ⚪️ ConfigTestCases asset-modules opus opus: TODO
4669 ⚪️ ConfigTestCases asset-modules overridePath overridePath: TODO
4670 ⚪️ ConfigTestCases asset-modules path path: TODO
4679 ⚪️ ConfigTestCases asset-modules query-and-custom-condition query-and-custom-condition: TODO
4680 ⚪️ ConfigTestCases asset-modules query-and-custom-encoder query-and-custom-encoder: TODO
4681 ⚪️ ConfigTestCases asset-modules real-content-hash real-content-hash: TODO
4686 ⚪️ ConfigTestCases asset-modules rule-generator-outputPath rule-generator-outputPath: TODO
4687 ⚪️ ConfigTestCases asset-modules rule-generator-publicPath rule-generator-publicPath: TODO
4688 ⚪️ ConfigTestCases asset-modules rule-generator-publicPath-override rule-generator-publicPath-override: TODO
4697 ⚪️ ConfigTestCases asset-modules unsafe-cache-13827 unsafe-cache-13827: TODO
4710 ⚪️ ConfigTestCases asset-url target-node3 target-node3: TODO
4711 ⚪️ ConfigTestCases asset-url target-web1 target-web1: TODO
4725 ⚪️ ConfigTestCases assets delete-asset delete-asset: TODO
4726 ⚪️ ConfigTestCases async-commons-chunk all-selected all-selected: TODO
4727 ⚪️ ConfigTestCases async-commons-chunk duplicate duplicate: TODO
4728 ⚪️ ConfigTestCases async-commons-chunk existing-name existing-name: TODO
4729 ⚪️ ConfigTestCases async-commons-chunk nested nested: TODO
4734 ⚪️ ConfigTestCases async-commons-chunk simple simple: TODO
4738 ⚪️ ConfigTestCases async-library 1-use-library 1-use-library: TODO
4739 ⚫️ ConfigTestCases cache-dependencies managed-items managed-items: No plan
4740 ⚫️ ConfigTestCases cache-dependencies managed-items-unsafe-cache managed-items-unsafe-cache: No plan
4756 ⚪️ ConfigTestCases chunk-index order-multiple-entries order-multiple-entries: TODO
4757 ⚪️ ConfigTestCases clean dry dry: TODO
4762 ⚪️ ConfigTestCases clean ignore-fn ignore-fn: TODO
4763 ⚪️ ConfigTestCases clean ignore-hook ignore-hook: TODO
4764 ⚪️ ConfigTestCases clean ignore-rx ignore-rx: TODO
4765 ⚪️ ConfigTestCases clean link link: TODO
4770 ⚪️ ConfigTestCases code-generation require-context-id require-context-id: TODO
4771 ⚪️ ConfigTestCases code-generation use-strict use-strict: TODO
4790 ⚪️ ConfigTestCases concatenate-modules import-module import-module: TODO
4809 ⚪️ ConfigTestCases concatenate-modules split-chunk-entry-module split-chunk-entry-module: TODO
4901 ⚪️ ConfigTestCases contenthash assets assets: TODO
4902 ⚪️ ConfigTestCases contenthash include-chunk-id include-chunk-id: TODO
4903 ⚪️ ConfigTestCases context-exclusion simple simple: TODO
4904 ⚪️ ConfigTestCases context-replacement System.import System.import: TODO
4905 ⚪️ ConfigTestCases context-replacement a a: TODO
4906 ⚪️ ConfigTestCases context-replacement b b: TODO
4907 ⚪️ ConfigTestCases context-replacement c c: TODO
4908 ⚪️ ConfigTestCases context-replacement d d: TODO
4909 ⚪️ ConfigTestCases context-replacement e e: TODO
4935 ⚪️ ConfigTestCases css css-modules css-modules: TODO
4936 ⚪️ ConfigTestCases css css-modules-in-node css-modules-in-node: TODO
4948 ⚪️ ConfigTestCases css exports-in-node exports-in-node: TODO
4965 ⚪️ ConfigTestCases css urls urls: TODO
4966 ⚫️ ConfigTestCases custom-hash-function xxhash xxhash: No plan
4967 ⚪️ ConfigTestCases custom-modules json-custom json-custom: TODO
4968 ⚪️ ConfigTestCases custom-source-type localization localization: TODO
4969 ⚪️ ConfigTestCases deep-scope-analysis remove-export remove-export: TODO
4970 ⚪️ ConfigTestCases deep-scope-analysis remove-export-scope-hoisting remove-export-scope-hoisting: TODO
4975 ⚪️ ConfigTestCases delegated simple simple: TODO
4976 ⚪️ ConfigTestCases delegated-hash simple simple: TODO
4981 ⚪️ ConfigTestCases deprecations chunk-and-module chunk-and-module: TODO
4982 ⚪️ ConfigTestCases deprecations chunk-files chunk-files: TODO
4983 ⚪️ ConfigTestCases deprecations config config: TODO
4984 ⚪️ ConfigTestCases deprecations invalid-dependencies invalid-dependencies: TODO
4985 ⚪️ ConfigTestCases deprecations non-unique-hash non-unique-hash: TODO
4994 ⚪️ ConfigTestCases dll-plugin 0-create-dll 0-create-dll: TODO
4995 ⚪️ ConfigTestCases dll-plugin 0-issue-10475 0-issue-10475: TODO
4996 ⚪️ ConfigTestCases dll-plugin 1-issue-10475 1-issue-10475: TODO
4997 ⚪️ ConfigTestCases dll-plugin 1-use-dll 1-use-dll: TODO
4998 ⚪️ ConfigTestCases dll-plugin 2-use-dll-without-scope 2-use-dll-without-scope: TODO
4999 ⚪️ ConfigTestCases dll-plugin 3-use-dll-with-hashid 3-use-dll-with-hashid: TODO
5000 ⚪️ ConfigTestCases dll-plugin-entry 0-create-dll 0-create-dll: TODO
5001 ⚪️ ConfigTestCases dll-plugin-entry 1-use-dll 1-use-dll: TODO
5002 ⚪️ ConfigTestCases dll-plugin-entry 2-error-non-entry 2-error-non-entry: TODO
5003 ⚪️ ConfigTestCases dll-plugin-format 0-create-dll 0-create-dll: TODO
5004 ⚪️ ConfigTestCases dll-plugin-side-effects 0-create-dll 0-create-dll: TODO
5005 ⚪️ ConfigTestCases dll-plugin-side-effects 1-use-dll 1-use-dll: TODO
5052 🔴 ConfigTestCases entry depend-on-advanced depend-on-advanced: afterSeal hook blocks
5053 🔴 ConfigTestCases entry depend-on-bug depend-on-bug: DynamicEntryPlugin blocks
5054 🔴 ConfigTestCases entry depend-on-non-js depend-on-non-js: mini-extract-css-plugin blocks
5115 ⚪️ ConfigTestCases entry weird-names weird-names: TODO
5116 ⚪️ ConfigTestCases entry weird-names2 weird-names2: TODO
5117 ⚪️ ConfigTestCases errors asset-options-validation asset-options-validation: TODO
5118 ⚪️ ConfigTestCases errors case-emit case-emit: TODO
5125 ⚪️ ConfigTestCases errors entry-not-found entry-not-found: TODO
5126 ⚪️ ConfigTestCases errors exception-in-chunk-renderer exception-in-chunk-renderer: TODO
5139 ⚪️ ConfigTestCases externals async-externals async-externals: TODO
5151 ⚪️ ConfigTestCases externals externals-array externals-array: TODO
5156 ⚪️ ConfigTestCases externals externals-in-commons-chunk externals-in-commons-chunk: TODO
5161 ⚪️ ConfigTestCases externals externals-system-custom externals-system-custom: TODO
5170 ⚪️ ConfigTestCases externals import-attributes import-attributes: TODO
5193 ⚪️ ConfigTestCases externals optional-externals-root optional-externals-root: TODO
5194 ⚪️ ConfigTestCases externals optional-externals-umd optional-externals-umd: TODO
5195 ⚪️ ConfigTestCases externals optional-externals-umd2 optional-externals-umd2: TODO
5196 ⚪️ ConfigTestCases externals optional-externals-umd2-mixed optional-externals-umd2-mixed: TODO
5201 ⚪️ ConfigTestCases externals resolve resolve: TODO
5206 ⚪️ ConfigTestCases filename-template filename-function filename-function: TODO
5215 ⚪️ ConfigTestCases filename-template split-chunks-filename split-chunks-filename: TODO
5267 ⚪️ ConfigTestCases hash-length deterministic-module-ids deterministic-module-ids: TODO
5268 ⚪️ ConfigTestCases hash-length hashed-module-ids hashed-module-ids: TODO
5269 ⚪️ ConfigTestCases hash-length output-filename output-filename: TODO
5321 ⚪️ ConfigTestCases inner-graph altaskitButton altaskitButton: TODO
5329 ⚪️ ConfigTestCases inner-graph blockScopes blockScopes: TODO
5330 ⚪️ ConfigTestCases inner-graph class class: TODO
5331 ⚪️ ConfigTestCases inner-graph const const: TODO
5332 ⚪️ ConfigTestCases inner-graph defaultArrow defaultArrow: TODO
5333 ⚪️ ConfigTestCases inner-graph defaultClass defaultClass: TODO
5334 ⚪️ ConfigTestCases inner-graph defaultExpression defaultExpression: TODO
5335 ⚪️ ConfigTestCases inner-graph defaultFunction defaultFunction: TODO
5336 ⚪️ ConfigTestCases inner-graph defaultFunctionExpression defaultFunctionExpression: TODO
5337 ⚪️ ConfigTestCases inner-graph defaultId defaultId: TODO
5338 ⚪️ ConfigTestCases inner-graph defaultNamedFunction defaultNamedFunction: TODO
5339 ⚪️ ConfigTestCases inner-graph defaultNamedFunctionExpression defaultNamedFunctionExpression: TODO
5340 ⚪️ ConfigTestCases inner-graph eval-bailout eval-bailout: TODO
5341 ⚪️ ConfigTestCases inner-graph export export: TODO
5342 ⚪️ ConfigTestCases inner-graph importAll importAll: TODO
5343 ⚪️ ConfigTestCases inner-graph issue-11678 issue-11678: TODO
5344 ⚪️ ConfigTestCases inner-graph issue-12669 issue-12669: TODO
5345 ⚪️ ConfigTestCases inner-graph issue-12669-mini issue-12669-mini: TODO
5346 ⚪️ ConfigTestCases inner-graph localReference localReference: TODO
5347 ⚪️ ConfigTestCases inner-graph nested nested: TODO
5348 ⚪️ ConfigTestCases inner-graph pure pure: TODO
5349 ⚪️ ConfigTestCases inner-graph ramdaIdentical ramdaIdentical: TODO
5350 ⚪️ ConfigTestCases inner-graph specifier specifier: TODO
5351 ⚪️ ConfigTestCases inner-graph varNotWritten varNotWritten: TODO
5352 ⚪️ ConfigTestCases inner-graph varWritten varWritten: TODO
5388 ⚪️ ConfigTestCases json tree-shaking-default tree-shaking-default: TODO
5399 ⚪️ ConfigTestCases layer rules rules: TODO
5480 ⚪️ ConfigTestCases loaders #-issue-14755-# #-issue-14755-#: TODO
5523 ⚪️ ConfigTestCases loaders options options: TODO
5524 🔴 ConfigTestCases loaders pr-14384 pr-14384: Rspack does not export NormalModule and support beforeLoaders from JS side and whether to implemented is tracked here: https://github.com/orgs/web-infra-dev/projects/9
5535 ⚪️ ConfigTestCases managedPaths futureDefaults futureDefaults: TODO
5536 ⚪️ ConfigTestCases mangle mangle-with-object-prop mangle-with-object-prop: TODO
5567 ⚪️ ConfigTestCases optimization chunk chunk: TODO
5578 ⚪️ ConfigTestCases optimization hashed-module-ids hashed-module-ids: TODO
5596 ⚪️ ConfigTestCases optimization runtime-specific-used-exports2 runtime-specific-used-exports2: TODO
5661 ⚪️ ConfigTestCases parsing context context: TODO
5679 ⚪️ ConfigTestCases parsing harmony-this-concat harmony-this-concat: TODO
5688 ⚪️ ConfigTestCases parsing issue-14545 issue-14545: TODO
5689 ⚪️ ConfigTestCases parsing issue-14720 issue-14720: TODO
5690 ⚪️ ConfigTestCases parsing issue-2942 issue-2942: TODO
5707 ⚪️ ConfigTestCases parsing issue-8293 issue-8293: TODO
5708 ⚪️ ConfigTestCases parsing issue-9042 issue-9042: TODO
5722 ⚪️ ConfigTestCases parsing optional optional: TODO
5723 ⚪️ ConfigTestCases parsing optional-chaining optional-chaining: TODO
5728 ⚪️ ConfigTestCases parsing require-ignore require-ignore: TODO
5733 ⚪️ ConfigTestCases parsing requirejs requirejs: TODO
5734 ⚪️ ConfigTestCases parsing system.import system.import: TODO
5748 🔴 ConfigTestCases plugins banner-plugin-hashing banner-plugin-hashing: Lacking support of chunkhash
5749 ⚪️ ConfigTestCases plugins define-plugin define-plugin: TODO
5750 ⚪️ ConfigTestCases plugins define-plugin-bigint define-plugin-bigint: TODO
5754 ⚪️ ConfigTestCases plugins lib-manifest-plugin lib-manifest-plugin: TODO
5760 ⚪️ ConfigTestCases plugins min-chunk-size min-chunk-size: TODO
5761 ⚪️ ConfigTestCases plugins mini-css-extract-plugin mini-css-extract-plugin: TODO
5762 ⚪️ ConfigTestCases plugins profiling-plugin profiling-plugin: TODO
5763 ⚪️ ConfigTestCases plugins progress-plugin progress-plugin: TODO
5778 ⚪️ ConfigTestCases plugins source-map-dev-tool-plugin source-map-dev-tool-plugin: TODO
5796 ⚪️ ConfigTestCases process-assets html-plugin html-plugin: TODO
5797 ⚪️ ConfigTestCases race-conditions load-module load-module: TODO
5807 ⚪️ ConfigTestCases records issue-295 issue-295: TODO
5808 ⚪️ ConfigTestCases records issue-2991 issue-2991: TODO
5809 ⚪️ ConfigTestCases records issue-7339 issue-7339: TODO
5810 ⚪️ ConfigTestCases records issue-7492 issue-7492: TODO
5811 ⚪️ ConfigTestCases records stable-sort stable-sort: TODO
5812 ⚪️ ConfigTestCases require module-require module-require: TODO
5813 ⚪️ ConfigTestCases resolve context-resolve-with-ignore context-resolve-with-ignore: TODO
5814 ⚪️ ConfigTestCases resolve empty-context-module empty-context-module: TODO
5821 ⚪️ ConfigTestCases resolve issue-11335-context-module issue-11335-context-module: TODO
5822 ⚪️ ConfigTestCases resolve issue-15580 issue-15580: TODO
5827 ⚪️ ConfigTestCases resolve only-module only-module: TODO
5832 ⚪️ ConfigTestCases resolve-merging override override: TODO
5837 ⚪️ ConfigTestCases resolving prefer-absolute prefer-absolute: TODO
5842 ⚪️ ConfigTestCases rule-set chaining chaining: TODO
5843 ⚪️ ConfigTestCases rule-set compiler compiler: TODO
5844 ⚪️ ConfigTestCases rule-set custom custom: TODO
5849 ⚪️ ConfigTestCases rule-set resolve-options resolve-options: TODO
5850 ⚪️ ConfigTestCases rule-set simple simple: TODO
5851 ⚪️ ConfigTestCases rule-set simple-use-array-fn simple-use-array-fn: TODO
5852 ⚪️ ConfigTestCases rule-set simple-use-fn-array simple-use-fn-array: TODO
5877 ⚪️ ConfigTestCases scope-hoisting create-dll-plugin create-dll-plugin: TODO
5878 ⚪️ ConfigTestCases scope-hoisting dll-plugin dll-plugin: TODO
5905 ⚪️ ConfigTestCases sharing consume-module-ignore-warnings consume-module-ignore-warnings: TODO
5910 ⚪️ ConfigTestCases sharing consume-multiple-versions-ignore-warnings consume-multiple-versions-ignore-warnings: TODO
5951 ⚪️ ConfigTestCases side-effects issue-13063 issue-13063: TODO
5970 ⚪️ ConfigTestCases side-effects url url: TODO
5995 ⚪️ ConfigTestCases source-map context-module-source-path context-module-source-path: TODO
6013 ⚪️ ConfigTestCases source-map exclude-modules-source-map exclude-modules-source-map: TODO
6014 ⚪️ ConfigTestCases source-map module-names module-names: TODO
6044 🔴 ConfigTestCases source-map relative-source-map-path relative-source-map-path: #4304
6045 🔴 ConfigTestCases source-map relative-source-maps-by-loader relative-source-maps-by-loader: #5393
6054 ⚪️ ConfigTestCases source-map source-map-with-profiling-plugin source-map-with-profiling-plugin: TODO
6076 🔴 ConfigTestCases split-chunks custom-filename-function custom-filename-function: not support function type of splitChunks #4333
6082 🔴 ConfigTestCases split-chunks entry-point-error entry-point-error: should emit error if entry point and splitted chunk have the same name #4332
6091 🔴 ConfigTestCases split-chunks issue-11513 issue-11513: should support object type minSize #4331
6116 🔴 ConfigTestCases split-chunks no-options no-options: no js splitChunks plugin
6121 🔴 ConfigTestCases split-chunks runtime-chunk runtime-chunk: not have the same name for splitted chunk with webpack #4334
6155 🔴 ConfigTestCases split-chunks-common hot hot: block: require.main #3562
6171 🔴 ConfigTestCases split-chunks-common library library: block: require.ensure #4304
6193 ⚪️ ConfigTestCases target amd-container-named amd-container-named: TODO
6199 ⚪️ ConfigTestCases target amd-container-unnamed amd-container-unnamed: TODO
6200 ⚪️ ConfigTestCases target amd-named amd-named: TODO
6206 ⚪️ ConfigTestCases target amd-unnamed amd-unnamed: TODO
6240 ⚪️ ConfigTestCases target system-named-assets-path system-named-assets-path: TODO
6245 ⚪️ ConfigTestCases target umd-auxiliary-comments-object umd-auxiliary-comments-object: TODO
6246 ⚪️ ConfigTestCases target umd-auxiliary-comments-string umd-auxiliary-comments-string: TODO
6260 ⚪️ ConfigTestCases trusted-types devtool-eval devtool-eval: TODO
6269 ⚪️ ConfigTestCases trusted-types web-worker web-worker: TODO
6270 ⚪️ ConfigTestCases types filesystems filesystems: TODO
6275 ⚪️ ConfigTestCases utils lazy-set lazy-set: TODO
6276 ⚪️ ConfigTestCases wasm export-imported-global export-imported-global: TODO
6277 ⚪️ ConfigTestCases wasm identical identical: TODO
6278 ⚪️ ConfigTestCases wasm import-wasm-wasm import-wasm-wasm: TODO
6279 ⚪️ ConfigTestCases wasm missing-wasm-experiment missing-wasm-experiment: TODO
6280 ⚪️ ConfigTestCases wasm wasm-in-initial-chunk-error wasm-in-initial-chunk-error: TODO
6281 ⚪️ ConfigTestCases web attach-existing attach-existing: TODO
6286 ⚪️ ConfigTestCases web node-source-future-defaults node-source-future-defaults: TODO
6287 ⚪️ ConfigTestCases web node-source-global node-source-global: TODO
6288 ⚪️ ConfigTestCases web non-js-chunks-entrypoint non-js-chunks-entrypoint: TODO
6289 ⚪️ ConfigTestCases web non-js-chunks-entrypoint-runtime-chunk non-js-chunks-entrypoint-runtime-chunk: TODO
6310 ⚪️ ConfigTestCases web unique-jsonp unique-jsonp: TODO
6375 ⚪️ WatchTestCases add-defines: TODO
6376 ⚪️ WatchTestCases asset-concat: TODO
6380 ⚪️ WatchTestCases child-compilation-cache: TODO
6382 ⚪️ WatchTestCases emit-without-clean: TODO
6384 ⚪️ WatchTestCases loader-import-module: TODO
6385 ⚪️ WatchTestCases managedPath: TODO
6386 ⚪️ WatchTestCases new-split-chunk-entry-node: TODO
6387 ⚪️ WatchTestCases new-split-chunk-entry-web: TODO
6388 ⚪️ WatchTestCases reexport-mangle: TODO
6389 ⚪️ WatchTestCases unsafe-cache: TODO
6390 ⚪️ WatchTestCases unsafe-cache-duplicates: TODO
6391 ⚪️ WatchTestCases unsafe-cache-managed-paths: TODO
6398 ⚪️ WatchTestCases switching-harmony: TODO
6399 ⚪️ WatchTestCases automatic-prefetch-plugin: TODO
6400 ⚪️ WatchTestCases automatic-prefetch-plugin-9485: TODO
6401 ⚪️ WatchTestCases define-plugin: TODO
6402 ⚪️ WatchTestCases dll-reference-plugin: TODO
6403 ⚪️ WatchTestCases mini-css-extract-plugin: TODO
6405 ⚪️ WatchTestCases profiling-plugin: TODO
6406 ⚪️ WatchTestCases watch-ignore-plugin: TODO
6408 ⚪️ WatchTestCases parse-failed-esm: TODO
6409 ⚪️ WatchTestCases in-loader: TODO
6411 ⚪️ WatchTestCases static-import: TODO
6418 ⚪️ WatchTestCases unable-to-snapshot: TODO

@ahabhgk ahabhgk merged commit 216e6d4 into main Aug 29, 2024
28 checks passed
@ahabhgk ahabhgk deleted the feat-side-effect branch August 29, 2024 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants