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

feat: support passing query to loader #4418

Merged
merged 6 commits into from
Oct 25, 2023
Merged

feat: support passing query to loader #4418

merged 6 commits into from
Oct 25, 2023

Conversation

h-a-n-a
Copy link
Collaborator

@h-a-n-a h-a-n-a commented Oct 25, 2023

Summary

resolves #4396

Test Plan

Added

Require Documentation?

  • No
  • Yes, the corresponding rspack-website PR is __

@github-actions github-actions bot added release: feature release: feature related release(mr only) team The issue/pr is created by the member of Rspack. labels Oct 25, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 25, 2023

Test Compatibility Diff

main pr diff
62.214% 62.383% ✅ ⏫ 0.169
Unpassed tests

1 🔴 TestCases normal amd define-needs-module: #4313
2 🔴 TestCases normal amd namedModules: #4313
3 🔴 TestCases normal amd namedModulesConstArrayDep: #4313
40 🔴 TestCases normal chunks context: #4304
41 🔴 TestCases normal chunks context-weak: #4305
42 🔴 TestCases normal chunks inline-options: #4306
43 🔴 TestCases normal chunks named-chunks: #4304
44 🔴 TestCases normal chunks nested-in-empty: #4304
45 🔴 TestCases normal chunks parsing: #4304
46 🔴 TestCases normal chunks runtime: #4304
47 🔴 TestCases normal chunks var-inject-error-handler: #4304
48 🟡 TestCases normal chunks weak-dependencies: #2787
49 🔴 TestCases normal chunks weak-dependencies-context: #4315
50 🔴 TestCases normal chunks weird-reference-to-entry: #4318
80 🔴 TestCases normal cjs-interop non-existing-export: #4323
81 🟡 TestCases normal cjs-tree-shaking bailouts: #4313, #4324
82 🟡 TestCases normal cjs-tree-shaking exports: #4324
83 🟡 TestCases normal cjs-tree-shaking mutate: #4323
84 🔴 TestCases normal cjs-tree-shaking object-define-property-replace: #4324
85 🔴 TestCases normal cjs-tree-shaking reexports: #4325
143 🔴 TestCases normal compile deduplication-bundle-loader: #4304
144 🔴 TestCases normal compile error-hide-stack: #4326
157 🔴 TestCases normal context import-meta-webpack-context: #4305
158 🔴 TestCases normal context issue-10969: #4329
159 🔴 TestCases normal context issue-5750: #4328
204 🔴 TestCases normal errors case-sensitive: #4347
205 🟡 TestCases normal errors crash-missing-import: #4348
206 🟡 TestCases normal errors harmony-import-missing: #4348
207 🟡 TestCases normal errors harmony-import-missing2: #4348
208 🔴 TestCases normal errors load-module-cycle: #3738
209 🔴 TestCases normal errors load-module-cycle-multiple: #3738
210 🔴 TestCases normal errors load-module-error: #3738
211 🟡 TestCases normal errors loader-error-warning: #4349
212 🟡 TestCases normal errors mjs-non-fully-specified: #4348
213 🟡 TestCases normal errors module-request: #4348
218 🟡 TestCases normal esm import-meta: #4350
219 🔴 TestCases normal inner-graph class-dynamic-props: need pure dependency
220 🔴 TestCases normal inner-graph extend-class2: need pure dependency
272 🟡 TestCases normal json default-default-with-concatenation: #3823
273 🔴 TestCases normal json import-assertions-type-json: #4358
274 🔴 TestCases normal json import-by-name: #4323
275 🟡 TestCases normal json import-by-name-with-concatenation: #3823, #4323
276 🟡 TestCases normal json import-with-default-with-concatenation: #3823
277 🟡 TestCases normal json reexport: #4323
303 🔴 TestCases normal large big-assets: #3180
304 ⚪️ TestCases normal large many-replacements: TODO
305 🔴 TestCases normal loaders context: #4397
306 🔴 TestCases normal loaders import-module: #4398
307 🔴 TestCases normal loaders issue-10725: blocked by this.loadModule #3738
308 🔴 TestCases normal loaders issue-2299: blocked by this.loadModule #3738
309 🔴 TestCases normal loaders issue-4959: blocked by this.loadModule #3738
310 🔴 TestCases normal loaders no-string: blocked by #3459
311 🟡 TestCases normal loaders query: #3180, #4397
312 🔴 TestCases normal loaders resolve: #3180
313 🔴 TestCases normal loaders utils: #4397
355 🟡 TestCases normal mjs non-enumerable: #4323
356 🟡 TestCases normal mjs type-module: #3544, #3203
402 🔴 TestCases normal nonce set-nonce: #4401
403 🔴 TestCases normal optimize side-effects-all-chain-unused: new tree-shaking re-implementation
404 🔴 TestCases normal optimize side-effects-immediate-unused: new tree-shaking re-implementation
405 🔴 TestCases normal optimize side-effects-reexport-start-unknown: new tree-shaking re-implementation
406 🔴 TestCases normal optimize side-effects-root-unused: new tree-shaking re-implementation
407 🔴 TestCases normal optimize side-effects-scope-hoisting: new tree-shaking re-implementation
408 🔴 TestCases normal optimize side-effects-transitive-unused: new tree-shaking re-implementation
448 🔴 TestCases normal parsing amd-rename: #4313
449 🟡 TestCases normal parsing asi: #4419
450 🟡 TestCases normal parsing chunks: #4304
451 🟡 TestCases normal parsing complex-require: #4420, #4304, #4313
452 🔴 TestCases normal parsing context: #3346
453 🔴 TestCases normal parsing declared-api: #4313
454 🔴 TestCases normal parsing es2020: #4421
455 🔴 TestCases normal parsing es6.nominimize: #4304
456 🔴 TestCases normal parsing evaluate: #4424
457 🔴 TestCases normal parsing evaluate-nullish: #4424
458 🔴 TestCases normal parsing extract-amd: #4313
459 🔴 TestCases normal parsing extract-amd.nominimize: #4313
460 🔴 TestCases normal parsing extract-require: #4424
461 🔴 TestCases normal parsing harmony-deep-exports: #4426, #4325
462 🔴 TestCases normal parsing harmony-duplicate-export: #4325
463 🔴 TestCases normal parsing harmony-export-import-specifier: #4426
464 🔴 TestCases normal parsing harmony-export-precedence: #4323
465 🔴 TestCases normal parsing harmony-info: #4323
466 🔴 TestCases normal parsing harmony-injecting-order: #4313
467 🔴 TestCases normal parsing harmony-reexport: new treeshaking re-implementation
468 🔴 TestCases normal parsing harmony-star-conflict: #4118, #4323
469 🔴 TestCases normal parsing hashbang: #4427
470 ⚪️ TestCases normal parsing issue-11283: TODO
471 ⚪️ TestCases normal parsing issue-2006: TODO
472 ⚪️ TestCases normal parsing issue-2084: TODO
473 ⚪️ TestCases normal parsing issue-2600: TODO
474 ⚪️ TestCases normal parsing issue-2641: TODO
475 ⚪️ TestCases normal parsing issue-3252: TODO
476 ⚪️ TestCases normal parsing issue-3273: TODO
477 🔴 TestCases normal parsing issue-345: #4313
478 🔴 TestCases normal parsing issue-387: #4313
479 ⚪️ TestCases normal parsing issue-4596: TODO
480 ⚪️ TestCases normal parsing issue-4608-1: TODO
481 ⚪️ TestCases normal parsing issue-4608-1-non-strict: TODO
482 ⚪️ TestCases normal parsing issue-4608-2: TODO
483 ⚪️ TestCases normal parsing issue-4940: TODO
484 🔴 TestCases normal parsing issue-627: #4429
485 ⚪️ TestCases normal parsing issue-7519: TODO
486 🔴 TestCases normal parsing issue-758: #4313, #4304
487 ⚪️ TestCases normal parsing issue-7728: TODO
488 ⚪️ TestCases normal parsing issue-7778: TODO
489 ⚪️ TestCases normal parsing local-modules: TODO
490 ⚪️ TestCases normal parsing missing-export-warning-nested: TODO
491 ⚪️ TestCases normal parsing nullish-coalescing: TODO
492 ⚪️ TestCases normal parsing precreated-ast: TODO
493 ⚪️ TestCases normal parsing renaming: TODO
494 ⚪️ TestCases normal parsing resolve-weak-context: TODO
495 ⚪️ TestCases normal parsing strict-mode: TODO
496 ⚪️ TestCases normal parsing typeof: TODO
497 ⚪️ TestCases normal parsing typeof-non-module: TODO
498 ⚪️ TestCases normal parsing unsupported-amd: TODO
499 ⚪️ TestCases normal parsing webpack-is-included: TODO
839 ⚪️ TestCases normal resolving browser-field: TODO
840 ⚪️ TestCases normal resolving commomjs-local-module: TODO
841 ⚪️ TestCases normal resolving context: TODO
842 ⚪️ TestCases normal resolving data-uri: TODO
843 ⚪️ TestCases normal resolving issue-11555: TODO
844 ⚪️ TestCases normal resolving issue-2986: TODO
845 ⚪️ TestCases normal resolving single-file-module: TODO
850 ⚪️ TestCases normal runtime chunk-callback-order: TODO
851 ⚪️ TestCases normal runtime error-handling: TODO
852 ⚪️ TestCases normal runtime issue-15518: TODO
853 ⚪️ TestCases normal runtime missing-module-exception: TODO
854 ⚪️ TestCases normal runtime missing-module-syntax-error: TODO
855 ⚪️ TestCases normal runtime module-caching: TODO
856 ⚪️ TestCases normal runtime require-function: TODO
869 ⚪️ TestCases normal scope-hoisting async-keyword-5615: TODO
870 ⚪️ TestCases normal scope-hoisting chained-reexport: TODO
871 ⚪️ TestCases normal scope-hoisting circular-external: TODO
872 ⚪️ TestCases normal scope-hoisting circular-namespace-object: TODO
873 ⚪️ TestCases normal scope-hoisting circular-root-export: TODO
874 ⚪️ TestCases normal scope-hoisting delete-issue-10831: TODO
875 ⚪️ TestCases normal scope-hoisting esModule: TODO
876 ⚪️ TestCases normal scope-hoisting export-namespace: TODO
877 ⚪️ TestCases normal scope-hoisting external-root: TODO
878 ⚪️ TestCases normal scope-hoisting import-order: TODO
879 ⚪️ TestCases normal scope-hoisting import-order-11617: TODO
880 ⚪️ TestCases normal scope-hoisting indirect-reexport: TODO
881 ⚪️ TestCases normal scope-hoisting inside-class: TODO
882 ⚪️ TestCases normal scope-hoisting intra-references: TODO
883 ⚪️ TestCases normal scope-hoisting issue-10308: TODO
884 ⚪️ TestCases normal scope-hoisting issue-10409: TODO
885 ⚪️ TestCases normal scope-hoisting issue-11840: TODO
886 ⚪️ TestCases normal scope-hoisting issue-11897: TODO
887 ⚪️ TestCases normal scope-hoisting issue-5020: TODO
888 ⚪️ TestCases normal scope-hoisting issue-5020-minimal: TODO
889 ⚪️ TestCases normal scope-hoisting issue-5096: TODO
890 ⚪️ TestCases normal scope-hoisting issue-5314: TODO
891 ⚪️ TestCases normal scope-hoisting issue-5443: TODO
892 ⚪️ TestCases normal scope-hoisting issue-5481: TODO
893 ⚪️ TestCases normal scope-hoisting issue-6407: TODO
894 ⚪️ TestCases normal scope-hoisting issue-7930: TODO
895 ⚪️ TestCases normal scope-hoisting json-reexport-6700: TODO
896 ⚪️ TestCases normal scope-hoisting name-conflicts: TODO
897 ⚪️ TestCases normal scope-hoisting order-without-side-effects: TODO
898 ⚪️ TestCases normal scope-hoisting orphan: TODO
899 ⚪️ TestCases normal scope-hoisting reexport-cjs: TODO
900 ⚪️ TestCases normal scope-hoisting reexport-exposed-cjs: TODO
901 ⚪️ TestCases normal scope-hoisting reexport-exposed-default-cjs: TODO
902 ⚪️ TestCases normal scope-hoisting reexport-exposed-harmony: TODO
903 ⚪️ TestCases normal scope-hoisting reexport-star-exposed-cjs: TODO
904 ⚪️ TestCases normal scope-hoisting reexport-star-external-cjs: TODO
905 ⚪️ TestCases normal scope-hoisting renaming-4967: TODO
906 ⚪️ TestCases normal scope-hoisting renaming-shorthand-5027: TODO
907 ⚪️ TestCases normal scope-hoisting require-root-5604: TODO
908 ⚪️ TestCases normal scope-hoisting side-effects-11662: TODO
909 ⚪️ TestCases normal scope-hoisting side-effects-11990: TODO
910 ⚪️ TestCases normal scope-hoisting side-effects-11990-star: TODO
911 ⚪️ TestCases normal scope-hoisting side-effects-9159: TODO
912 ⚪️ TestCases normal scope-hoisting simple: TODO
913 ⚪️ TestCases normal scope-hoisting this-in-import: TODO
914 ⚪️ TestCases normal side-effects dynamic-reexports: TODO
915 ⚪️ TestCases normal side-effects empty-modules: TODO
916 ⚪️ TestCases normal side-effects issue-11673: TODO
917 ⚪️ TestCases normal side-effects issue-12071: TODO
918 ⚪️ TestCases normal side-effects issue-12114: TODO
919 ⚪️ TestCases normal side-effects issue-12570: TODO
920 ⚪️ TestCases normal side-effects issue-12570-second-try: TODO
921 ⚪️ TestCases normal side-effects missing-module-7499: TODO
922 ⚪️ TestCases normal side-effects order-issue-7665: TODO
923 ⚪️ TestCases normal side-effects wrong-module-10146: TODO
924 ⚪️ TestCases normal wasm v128: TODO
1020 ⚪️ ConfigTestCases additional-pass simple simple: TODO
1021 ⚪️ ConfigTestCases amd disabled disabled: TODO
1022 ⚪️ ConfigTestCases asset-emitted normal normal: TODO
1023 ⚪️ ConfigTestCases asset-modules assetModuleFilename assetModuleFilename: TODO
1027 ⚪️ ConfigTestCases asset-modules custom-condition custom-condition: TODO
1028 ⚪️ ConfigTestCases asset-modules custom-encoder custom-encoder: TODO
1029 ⚪️ ConfigTestCases asset-modules data-url data-url: TODO
1030 ⚪️ ConfigTestCases asset-modules different-query different-query: TODO
1031 ⚪️ ConfigTestCases asset-modules emit emit: TODO
1032 ⚪️ ConfigTestCases asset-modules file-loader file-loader: TODO
1033 ⚪️ ConfigTestCases asset-modules file-url file-url: TODO
1034 ⚪️ ConfigTestCases asset-modules generator-asset-publicPath generator-asset-publicPath: TODO
1035 ⚪️ ConfigTestCases asset-modules generator-asset-publicPath-hash generator-asset-publicPath-hash: TODO
1036 ⚪️ ConfigTestCases asset-modules global-options global-options: TODO
1037 ⚪️ ConfigTestCases asset-modules http-url http-url: TODO
1038 ⚪️ ConfigTestCases asset-modules ignore ignore: TODO
1039 ⚪️ ConfigTestCases asset-modules input-data-url input-data-url: TODO
1040 ⚪️ ConfigTestCases asset-modules input-data-url-encoding input-data-url-encoding: TODO
1041 ⚪️ ConfigTestCases asset-modules opus opus: TODO
1042 ⚪️ ConfigTestCases asset-modules overridePath overridePath: TODO
1043 ⚪️ ConfigTestCases asset-modules path path: TODO
1044 ⚪️ ConfigTestCases asset-modules publicPath publicPath: TODO
1045 ⚪️ ConfigTestCases asset-modules query query: TODO
1046 ⚪️ ConfigTestCases asset-modules query-and-custom-condition query-and-custom-condition: TODO
1047 ⚪️ ConfigTestCases asset-modules query-and-custom-encoder query-and-custom-encoder: TODO
1048 ⚪️ ConfigTestCases asset-modules real-content-hash real-content-hash: TODO
1049 ⚪️ ConfigTestCases asset-modules resource-from-data-uri resource-from-data-uri: TODO
1050 ⚪️ ConfigTestCases asset-modules rule-generator-outputPath rule-generator-outputPath: TODO
1051 ⚪️ ConfigTestCases asset-modules rule-generator-publicPath rule-generator-publicPath: TODO
1052 ⚪️ ConfigTestCases asset-modules rule-generator-publicPath-override rule-generator-publicPath-override: TODO
1053 ⚪️ ConfigTestCases asset-modules source source: TODO
1054 ⚪️ ConfigTestCases asset-modules types types: TODO
1055 ⚪️ ConfigTestCases asset-modules unsafe-cache-13827 unsafe-cache-13827: TODO
1056 ⚪️ ConfigTestCases asset-url relative relative: TODO
1057 ⚪️ ConfigTestCases asset-url target-node1 target-node1: TODO
1058 ⚪️ ConfigTestCases asset-url target-node2 target-node2: TODO
1059 ⚪️ ConfigTestCases asset-url target-node3 target-node3: TODO
1060 ⚪️ ConfigTestCases asset-url target-web1 target-web1: TODO
1061 ⚪️ ConfigTestCases asset-url target-web2 target-web2: TODO
1062 ⚪️ ConfigTestCases asset-url target-webworker1 target-webworker1: TODO
1063 ⚪️ ConfigTestCases asset-url target-webworker2 target-webworker2: TODO
1064 ⚪️ ConfigTestCases assets delete-asset delete-asset: TODO
1065 ⚪️ ConfigTestCases async-commons-chunk all-selected all-selected: TODO
1066 ⚪️ ConfigTestCases async-commons-chunk duplicate duplicate: TODO
1067 ⚪️ ConfigTestCases async-commons-chunk existing-name existing-name: TODO
1068 ⚪️ ConfigTestCases async-commons-chunk nested nested: TODO
1069 ⚪️ ConfigTestCases async-commons-chunk node node: TODO
1070 ⚪️ ConfigTestCases async-commons-chunk simple simple: TODO
1071 ⚪️ ConfigTestCases async-library 0-create-library 0-create-library: TODO
1072 ⚪️ ConfigTestCases async-library 1-use-library 1-use-library: TODO
1073 ⚫️ ConfigTestCases cache-dependencies managed-items managed-items: No plan
1074 ⚫️ ConfigTestCases cache-dependencies managed-items-unsafe-cache managed-items-unsafe-cache: No plan
1075 ⚪️ ConfigTestCases chunk-graph issue-15173 issue-15173: TODO
1076 ⚪️ ConfigTestCases chunk-graph issue-9634 issue-9634: TODO
1077 ⚪️ ConfigTestCases chunk-index order-multiple-entries order-multiple-entries: TODO
1078 ⚪️ ConfigTestCases clean dry dry: TODO
1079 ⚪️ ConfigTestCases clean enabled enabled: TODO
1080 ⚪️ ConfigTestCases clean ignore-fn ignore-fn: TODO
1081 ⚪️ ConfigTestCases clean ignore-hook ignore-hook: TODO
1082 ⚪️ ConfigTestCases clean ignore-rx ignore-rx: TODO
1083 ⚪️ ConfigTestCases clean link link: TODO
1084 ⚪️ ConfigTestCases code-generation harmony-pure-default harmony-pure-default: TODO
1085 ⚪️ ConfigTestCases code-generation require-context-id require-context-id: TODO
1086 ⚪️ ConfigTestCases code-generation use-strict use-strict: TODO
1087 ⚪️ ConfigTestCases compiletime error-not-found error-not-found: TODO
1088 ⚪️ ConfigTestCases compiletime exports-presence exports-presence: TODO
1089 ⚪️ ConfigTestCases compiletime warn-not-found warn-not-found: TODO
1090 ⚪️ ConfigTestCases concatenate-modules destructuring-assignment-with-default-value-and-variable-collision-nested destructuring-assignment-with-default-value-and-variable-collision-nested: TODO
1091 ⚪️ ConfigTestCases concatenate-modules destructuring-assignment-with-default-value-and-variable-collision-simple destructuring-assignment-with-default-value-and-variable-collision-simple: TODO
1092 ⚪️ ConfigTestCases concatenate-modules import-module import-module: TODO
1093 ⚪️ ConfigTestCases concatenate-modules issue-13022 issue-13022: TODO
1094 ⚪️ ConfigTestCases concatenate-modules load-chunk-function load-chunk-function: TODO
1095 ⚪️ ConfigTestCases concatenate-modules rename-10168 rename-10168: TODO
1096 ⚪️ ConfigTestCases concatenate-modules side-effects side-effects: TODO
1097 ⚪️ ConfigTestCases concatenate-modules split-chunk-entry-module split-chunk-entry-module: TODO
1098 ⚪️ ConfigTestCases container 0-container-full 0-container-full: TODO
1099 ⚪️ ConfigTestCases container 0-transitive-overriding 0-transitive-overriding: TODO
1100 ⚪️ ConfigTestCases container 1-container-full 1-container-full: TODO
1101 ⚪️ ConfigTestCases container 1-transitive-overriding 1-transitive-overriding: TODO
1102 ⚪️ ConfigTestCases container 2-container-full 2-container-full: TODO
1103 ⚪️ ConfigTestCases container 2-transitive-overriding 2-transitive-overriding: TODO
1104 ⚪️ ConfigTestCases container 3-container-full 3-container-full: TODO
1105 ⚪️ ConfigTestCases container circular circular: TODO
1106 ⚪️ ConfigTestCases container container-entry container-entry: TODO
1107 ⚪️ ConfigTestCases container container-entry-overridables container-entry-overridables: TODO
1108 ⚪️ ConfigTestCases container container-reference container-reference: TODO
1109 ⚪️ ConfigTestCases container container-reference-override container-reference-override: TODO
1110 ⚪️ ConfigTestCases container error-handling error-handling: TODO
1111 ⚪️ ConfigTestCases container exposed-overridables exposed-overridables: TODO
1112 ⚪️ ConfigTestCases container module-federation module-federation: TODO
1113 ⚪️ ConfigTestCases container no-shared no-shared: TODO
1114 ⚪️ ConfigTestCases contenthash assets assets: TODO
1115 ⚪️ ConfigTestCases contenthash include-chunk-id include-chunk-id: TODO
1116 ⚪️ ConfigTestCases context-exclusion simple simple: TODO
1117 ⚪️ ConfigTestCases context-replacement System.import System.import: TODO
1118 ⚪️ ConfigTestCases context-replacement a a: TODO
1119 ⚪️ ConfigTestCases context-replacement b b: TODO
1120 ⚪️ ConfigTestCases context-replacement c c: TODO
1121 ⚪️ ConfigTestCases context-replacement d d: TODO
1122 ⚪️ ConfigTestCases context-replacement e e: TODO
1123 ⚪️ ConfigTestCases crossorigin set-crossorigin set-crossorigin: TODO
1124 ⚪️ ConfigTestCases css basic basic: TODO
1125 ⚪️ ConfigTestCases css basic-initial-only basic-initial-only: TODO
1126 ⚪️ ConfigTestCases css conflicting-order conflicting-order: TODO
1127 ⚪️ ConfigTestCases css css-modules css-modules: TODO
1128 ⚪️ ConfigTestCases css css-modules-in-node css-modules-in-node: TODO
1129 ⚪️ ConfigTestCases css exports exports: TODO
1130 ⚪️ ConfigTestCases css exports-in-node exports-in-node: TODO
1131 ⚪️ ConfigTestCases css external external: TODO
1132 ⚪️ ConfigTestCases css large large: TODO
1133 ⚪️ ConfigTestCases css urls urls: TODO
1134 ⚫️ ConfigTestCases custom-hash-function xxhash xxhash: No plan
1135 ⚪️ ConfigTestCases custom-modules json-custom json-custom: TODO
1136 ⚪️ ConfigTestCases custom-source-type localization localization: TODO
1137 ⚪️ ConfigTestCases deep-scope-analysis remove-export remove-export: TODO
1138 ⚪️ ConfigTestCases deep-scope-analysis remove-export-scope-hoisting remove-export-scope-hoisting: TODO
1139 ⚪️ ConfigTestCases defaulter immutable-config immutable-config: TODO
1140 ⚪️ ConfigTestCases delegated simple simple: TODO
1141 ⚪️ ConfigTestCases delegated-hash simple simple: TODO
1145 ⚪️ ConfigTestCases deprecations chunk-and-module chunk-and-module: TODO
1146 ⚪️ ConfigTestCases deprecations chunk-files chunk-files: TODO
1147 ⚪️ ConfigTestCases deprecations config config: TODO
1148 ⚪️ ConfigTestCases deprecations invalid-dependencies invalid-dependencies: TODO
1149 ⚪️ ConfigTestCases deprecations non-unique-hash non-unique-hash: TODO
1150 ⚪️ ConfigTestCases devtools harmony-eval harmony-eval: TODO
1151 ⚪️ ConfigTestCases devtools harmony-eval-source-map harmony-eval-source-map: TODO
1152 ⚪️ ConfigTestCases dll-plugin 0-create-dll 0-create-dll: TODO
1153 ⚪️ ConfigTestCases dll-plugin 0-issue-10475 0-issue-10475: TODO
1154 ⚪️ ConfigTestCases dll-plugin 1-issue-10475 1-issue-10475: TODO
1155 ⚪️ ConfigTestCases dll-plugin 1-use-dll 1-use-dll: TODO
1156 ⚪️ ConfigTestCases dll-plugin 2-use-dll-without-scope 2-use-dll-without-scope: TODO
1157 ⚪️ ConfigTestCases dll-plugin 3-use-dll-with-hashid 3-use-dll-with-hashid: TODO
1158 ⚪️ ConfigTestCases dll-plugin-entry 0-create-dll 0-create-dll: TODO
1159 ⚪️ ConfigTestCases dll-plugin-entry 1-use-dll 1-use-dll: TODO
1160 ⚪️ ConfigTestCases dll-plugin-entry 2-error-non-entry 2-error-non-entry: TODO
1161 ⚪️ ConfigTestCases dll-plugin-format 0-create-dll 0-create-dll: TODO
1162 ⚪️ ConfigTestCases dll-plugin-side-effects 0-create-dll 0-create-dll: TODO
1163 ⚪️ ConfigTestCases dll-plugin-side-effects 1-use-dll 1-use-dll: TODO
1164 ⚪️ ConfigTestCases ecmaVersion 2015 2015: TODO
1165 ⚪️ ConfigTestCases ecmaVersion 2020 2020: TODO
1166 ⚪️ ConfigTestCases ecmaVersion 5 5: TODO
1167 ⚪️ ConfigTestCases ecmaVersion browserslist browserslist: TODO
1168 ⚪️ ConfigTestCases ecmaVersion browserslist-config browserslist-config: TODO
1169 ⚪️ ConfigTestCases ecmaVersion browserslist-config-env browserslist-config-env: TODO
1170 ⚪️ ConfigTestCases ecmaVersion browserslist-missing browserslist-missing: TODO
1171 ⚪️ ConfigTestCases ecmaVersion browserslist-query browserslist-query: TODO
1172 ⚪️ ConfigTestCases ecmaVersion custom custom: TODO
1173 ⚪️ ConfigTestCases emit-asset different-source different-source: TODO
1174 ⚪️ ConfigTestCases emit-asset equal-source equal-source: TODO
1175 ⚪️ ConfigTestCases entry adding-multiple-entry-points adding-multiple-entry-points: TODO
1176 ⚪️ ConfigTestCases entry depend-on-advanced depend-on-advanced: TODO
1177 ⚪️ ConfigTestCases entry depend-on-bug depend-on-bug: TODO
1178 ⚪️ ConfigTestCases entry depend-on-non-js depend-on-non-js: TODO
1179 ⚪️ ConfigTestCases entry depend-on-simple depend-on-simple: TODO
1180 ⚪️ ConfigTestCases entry descriptor descriptor: TODO
1184 ⚪️ ConfigTestCases entry function function: TODO
1185 ⚪️ ConfigTestCases entry function-promise function-promise: TODO
1186 ⚪️ ConfigTestCases entry issue-1068 issue-1068: TODO
1187 ⚪️ ConfigTestCases entry issue-12562 issue-12562: TODO
1188 ⚪️ ConfigTestCases entry issue-13637 issue-13637: TODO
1189 ⚪️ ConfigTestCases entry issue-8110 issue-8110: TODO
1197 ⚪️ ConfigTestCases entry require-entry-point require-entry-point: TODO
1198 ⚪️ ConfigTestCases entry single-entry-point single-entry-point: TODO
1199 ⚪️ ConfigTestCases entry usage-info-in-multiple-entry-points usage-info-in-multiple-entry-points: TODO
1200 ⚪️ ConfigTestCases entry weird-names weird-names: TODO
1201 ⚪️ ConfigTestCases entry weird-names2 weird-names2: TODO
1202 ⚪️ ConfigTestCases errors asset-options-validation asset-options-validation: TODO
1203 ⚪️ ConfigTestCases errors case-emit case-emit: TODO
1204 ⚪️ ConfigTestCases errors depend-on-and-runtime depend-on-and-runtime: TODO
1205 ⚪️ ConfigTestCases errors depend-on-error depend-on-error: TODO
1206 ⚪️ ConfigTestCases errors entry-not-found entry-not-found: TODO
1207 ⚪️ ConfigTestCases errors exception-in-chunk-renderer exception-in-chunk-renderer: TODO
1208 ⚪️ ConfigTestCases errors import-missing import-missing: TODO
1209 ⚪️ ConfigTestCases errors multi-entry-missing-module multi-entry-missing-module: TODO
1210 ⚪️ ConfigTestCases errors self-reexport self-reexport: TODO
1211 ⚪️ ConfigTestCases externals async-externals async-externals: TODO
1212 ⚪️ ConfigTestCases externals concatenated concatenated: TODO
1213 ⚪️ ConfigTestCases externals concatenated-module concatenated-module: TODO
1214 ⚪️ ConfigTestCases externals externals-array externals-array: TODO
1215 ⚪️ ConfigTestCases externals externals-in-chunk externals-in-chunk: TODO
1216 ⚪️ ConfigTestCases externals externals-in-commons-chunk externals-in-commons-chunk: TODO
1217 ⚪️ ConfigTestCases externals externals-system externals-system: TODO
1218 ⚪️ ConfigTestCases externals externals-system-custom externals-system-custom: TODO
1219 ⚪️ ConfigTestCases externals global global: TODO
1220 ⚪️ ConfigTestCases externals harmony harmony: TODO
1221 ⚪️ ConfigTestCases externals non-umd-externals-umd non-umd-externals-umd: TODO
1222 ⚪️ ConfigTestCases externals non-umd-externals-umd2 non-umd-externals-umd2: TODO
1223 ⚪️ ConfigTestCases externals optional-externals-cjs optional-externals-cjs: TODO
1224 ⚪️ ConfigTestCases externals optional-externals-root optional-externals-root: TODO
1225 ⚪️ ConfigTestCases externals optional-externals-umd optional-externals-umd: TODO
1226 ⚪️ ConfigTestCases externals optional-externals-umd2 optional-externals-umd2: TODO
1227 ⚪️ ConfigTestCases externals optional-externals-umd2-mixed optional-externals-umd2-mixed: TODO
1228 ⚪️ ConfigTestCases externals prefer-provided-over-built-in prefer-provided-over-built-in: TODO
1229 ⚪️ ConfigTestCases externals resolve resolve: TODO
1230 ⚪️ ConfigTestCases externals this this: TODO
1231 ⚪️ ConfigTestCases filename-template filename-function filename-function: TODO
1232 ⚪️ ConfigTestCases filename-template module-filename-template module-filename-template: TODO
1233 ⚪️ ConfigTestCases filename-template script-src-filename script-src-filename: TODO
1234 ⚪️ ConfigTestCases filename-template split-chunks-filename split-chunks-filename: TODO
1235 ⚪️ ConfigTestCases finish-modules simple simple: TODO
1236 ⚪️ ConfigTestCases graph conditional-ensure conditional-ensure: TODO
1237 ⚪️ ConfigTestCases graph issue-11770 issue-11770: TODO
1238 ⚪️ ConfigTestCases graph issue-11856 issue-11856: TODO
1239 ⚪️ ConfigTestCases graph issue-11856.2 issue-11856.2: TODO
1240 ⚪️ ConfigTestCases graph issue-11863 issue-11863: TODO
1241 ⚪️ ConfigTestCases hash-length deterministic-module-ids deterministic-module-ids: TODO
1242 ⚪️ ConfigTestCases hash-length hashed-module-ids hashed-module-ids: TODO
1243 ⚪️ ConfigTestCases hash-length output-filename output-filename: TODO
1244 ⚪️ ConfigTestCases ignore checkContext checkContext: TODO
1245 ⚪️ ConfigTestCases ignore checkResource-one-argument checkResource-one-argument: TODO
1246 ⚪️ ConfigTestCases ignore checkResource-two-arguments checkResource-two-arguments: TODO
1247 ⚪️ ConfigTestCases ignore false-alias false-alias: TODO
1248 ⚪️ ConfigTestCases ignore multiple-with-externals multiple-with-externals: TODO
1249 ⚪️ ConfigTestCases ignore only-resource only-resource: TODO
1250 ⚪️ ConfigTestCases ignore only-resource-context only-resource-context: TODO
1251 ⚪️ ConfigTestCases ignore resource-and-context resource-and-context: TODO
1252 ⚪️ ConfigTestCases ignore resource-and-context-contextmodule resource-and-context-contextmodule: TODO
1253 ⚪️ ConfigTestCases inner-graph altaskitButton altaskitButton: TODO
1254 ⚪️ ConfigTestCases inner-graph basic basic: TODO
1255 ⚪️ ConfigTestCases inner-graph blockScopes blockScopes: TODO
1256 ⚪️ ConfigTestCases inner-graph class class: TODO
1257 ⚪️ ConfigTestCases inner-graph const const: TODO
1258 ⚪️ ConfigTestCases inner-graph defaultArrow defaultArrow: TODO
1259 ⚪️ ConfigTestCases inner-graph defaultClass defaultClass: TODO
1260 ⚪️ ConfigTestCases inner-graph defaultExpression defaultExpression: TODO
1261 ⚪️ ConfigTestCases inner-graph defaultFunction defaultFunction: TODO
1262 ⚪️ ConfigTestCases inner-graph defaultFunctionExpression defaultFunctionExpression: TODO
1263 ⚪️ ConfigTestCases inner-graph defaultId defaultId: TODO
1264 ⚪️ ConfigTestCases inner-graph defaultNamedFunction defaultNamedFunction: TODO
1265 ⚪️ ConfigTestCases inner-graph defaultNamedFunctionExpression defaultNamedFunctionExpression: TODO
1266 ⚪️ ConfigTestCases inner-graph eval-bailout eval-bailout: TODO
1267 ⚪️ ConfigTestCases inner-graph export export: TODO
1268 ⚪️ ConfigTestCases inner-graph importAll importAll: TODO
1269 ⚪️ ConfigTestCases inner-graph issue-11678 issue-11678: TODO
1270 ⚪️ ConfigTestCases inner-graph issue-12669 issue-12669: TODO
1271 ⚪️ ConfigTestCases inner-graph issue-12669-mini issue-12669-mini: TODO
1272 ⚪️ ConfigTestCases inner-graph localReference localReference: TODO
1273 ⚪️ ConfigTestCases inner-graph nested nested: TODO
1274 ⚪️ ConfigTestCases inner-graph pure pure: TODO
1275 ⚪️ ConfigTestCases inner-graph ramdaIdentical ramdaIdentical: TODO
1276 ⚪️ ConfigTestCases inner-graph specifier specifier: TODO
1277 ⚪️ ConfigTestCases inner-graph varNotWritten varNotWritten: TODO
1278 ⚪️ ConfigTestCases inner-graph varWritten varWritten: TODO
1279 ⚪️ ConfigTestCases issues issue-11871-imports-order issue-11871-imports-order: TODO
1280 ⚪️ ConfigTestCases issues issue-12924 issue-12924: TODO
1281 ⚪️ ConfigTestCases issues issue-12993 issue-12993: TODO
1282 ⚪️ ConfigTestCases issues issue-14974 issue-14974: TODO
1283 ⚪️ ConfigTestCases issues issue-3596 issue-3596: TODO
1284 ⚪️ ConfigTestCases issues issue-7470 issue-7470: TODO
1285 ⚪️ ConfigTestCases issues issue-7563 issue-7563: TODO
1286 ⚪️ ConfigTestCases json tree-shaking-default tree-shaking-default: TODO
1287 ⚪️ ConfigTestCases layer rules rules: TODO
1288 ⚪️ ConfigTestCases library 0-create-library 0-create-library: TODO
1289 ⚪️ ConfigTestCases library 1-use-library 1-use-library: TODO
1306 ⚪️ ConfigTestCases library invalid-name invalid-name: TODO
1322 ⚪️ ConfigTestCases loader-import-module css css: TODO
1323 ⚪️ ConfigTestCases loaders #-issue-14755-# #-issue-14755-#: TODO
1327 🔴 ConfigTestCases loaders hot-in-context hot-in-context: blocked by parser hook and ConstPlugin: #4300
1350 ⚪️ ConfigTestCases loaders options options: TODO
1351 🔴 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
1360 ⚪️ ConfigTestCases managedPaths futureDefaults futureDefaults: TODO
1361 ⚪️ ConfigTestCases mangle mangle-with-object-prop mangle-with-object-prop: TODO
1362 ⚪️ ConfigTestCases module externals externals: TODO
1363 ⚪️ ConfigTestCases module runtime-chunk runtime-chunk: TODO
1364 ⚪️ ConfigTestCases module split-chunks split-chunks: TODO
1365 ⚪️ ConfigTestCases module-name different-issuers-for-same-module different-issuers-for-same-module: TODO
1366 ⚪️ ConfigTestCases no-parse module.exports module.exports: TODO
1367 ⚪️ ConfigTestCases no-parse no-parse-function no-parse-function: TODO
1368 ⚪️ ConfigTestCases node node-prefix node-prefix: TODO
1369 ⚪️ ConfigTestCases optimization chunk chunk: TODO
1370 ⚪️ ConfigTestCases optimization depend-on-runtimes depend-on-runtimes: TODO
1371 ⚪️ ConfigTestCases optimization hashed-module-ids hashed-module-ids: TODO
1372 ⚪️ ConfigTestCases optimization minimizer minimizer: TODO
1373 ⚪️ ConfigTestCases optimization named-modules named-modules: TODO
1374 ⚪️ ConfigTestCases optimization runtime-specific-used-exports runtime-specific-used-exports: TODO
1375 ⚪️ ConfigTestCases optimization runtime-specific-used-exports2 runtime-specific-used-exports2: TODO
1376 ⚪️ ConfigTestCases output charset charset: TODO
1377 ⚪️ ConfigTestCases output function function: TODO
1378 ⚪️ ConfigTestCases output import-meta-name import-meta-name: TODO
1379 ⚪️ ConfigTestCases output inner-dirs-entries inner-dirs-entries: TODO
1380 ⚪️ ConfigTestCases output publicPath-node publicPath-node: TODO
1381 ⚪️ ConfigTestCases output publicPath-scriptType-module publicPath-scriptType-module: TODO
1382 ⚪️ ConfigTestCases output publicPath-web publicPath-web: TODO
1383 ⚪️ ConfigTestCases output string string: TODO
1384 ⚪️ ConfigTestCases output-module check-defaults check-defaults: TODO
1385 ⚪️ ConfigTestCases output-module simple simple: TODO
1386 ⚪️ ConfigTestCases parsing context context: TODO
1387 ⚪️ ConfigTestCases parsing extended-api extended-api: TODO
1388 ⚪️ ConfigTestCases parsing harmony-global harmony-global: TODO
1389 ⚪️ ConfigTestCases parsing harmony-this harmony-this: TODO
1390 ⚪️ ConfigTestCases parsing harmony-this-concat harmony-this-concat: TODO
1391 ⚪️ ConfigTestCases parsing import-ignore import-ignore: TODO
1392 ⚪️ ConfigTestCases parsing issue-11619 issue-11619: TODO
1393 ⚪️ ConfigTestCases parsing issue-14545 issue-14545: TODO
1394 ⚪️ ConfigTestCases parsing issue-14720 issue-14720: TODO
1395 ⚪️ ConfigTestCases parsing issue-2942 issue-2942: TODO
1396 ⚪️ ConfigTestCases parsing issue-336 issue-336: TODO
1397 ⚪️ ConfigTestCases parsing issue-4857 issue-4857: TODO
1398 ⚪️ ConfigTestCases parsing issue-5624 issue-5624: TODO
1399 ⚪️ ConfigTestCases parsing issue-8293 issue-8293: TODO
1400 ⚪️ ConfigTestCases parsing issue-9042 issue-9042: TODO
1401 ⚪️ ConfigTestCases parsing issue-9156 issue-9156: TODO
1402 ⚪️ ConfigTestCases parsing node-source-plugin-off node-source-plugin-off: TODO
1403 ⚪️ ConfigTestCases parsing node-stuff-plugin-off node-stuff-plugin-off: TODO
1404 ⚪️ ConfigTestCases parsing optional optional: TODO
1405 ⚪️ ConfigTestCases parsing optional-chaining optional-chaining: TODO
1406 ⚪️ ConfigTestCases parsing relative-filedirname relative-filedirname: TODO
1407 ⚪️ ConfigTestCases parsing require-ignore require-ignore: TODO
1408 ⚪️ ConfigTestCases parsing require.main require.main: TODO
1409 ⚪️ ConfigTestCases parsing requirejs requirejs: TODO
1410 ⚪️ ConfigTestCases parsing system.import system.import: TODO
1411 ⚪️ ConfigTestCases performance many-async-imports many-async-imports: TODO
1412 ⚪️ ConfigTestCases performance many-exports many-exports: TODO
1417 🔴 ConfigTestCases plugins banner-plugin-hashing banner-plugin-hashing: Lacking support of chunkhash
1418 ⚪️ ConfigTestCases plugins define-plugin define-plugin: TODO
1419 ⚪️ ConfigTestCases plugins define-plugin-bigint define-plugin-bigint: TODO
1458 ⚪️ ConfigTestCases plugins lib-manifest-plugin lib-manifest-plugin: TODO
1463 ⚪️ ConfigTestCases plugins min-chunk-size min-chunk-size: TODO
1464 ⚪️ ConfigTestCases plugins mini-css-extract-plugin mini-css-extract-plugin: TODO
1465 ⚪️ ConfigTestCases plugins profiling-plugin profiling-plugin: TODO
1466 ⚪️ ConfigTestCases plugins progress-plugin progress-plugin: TODO
1467 ⚪️ ConfigTestCases plugins provide-plugin provide-plugin: TODO
1468 ⚪️ ConfigTestCases plugins source-map-dev-tool-plugin source-map-dev-tool-plugin: TODO
1469 ⚪️ ConfigTestCases plugins source-map-dev-tool-pluginappend source-map-dev-tool-pluginappend: TODO
1470 ⚪️ ConfigTestCases plugins terser-plugin terser-plugin: TODO
1471 ⚪️ ConfigTestCases process-assets html-plugin html-plugin: TODO
1472 ⚪️ ConfigTestCases race-conditions load-module load-module: TODO
1473 ⚪️ ConfigTestCases rebuild finishModules finishModules: TODO
1474 ⚪️ ConfigTestCases rebuild rebuildWithNewDependencies rebuildWithNewDependencies: TODO
1475 ⚪️ ConfigTestCases records issue-295 issue-295: TODO
1476 ⚪️ ConfigTestCases records issue-2991 issue-2991: TODO
1477 ⚪️ ConfigTestCases records issue-7339 issue-7339: TODO
1478 ⚪️ ConfigTestCases records issue-7492 issue-7492: TODO
1479 ⚪️ ConfigTestCases records stable-sort stable-sort: TODO
1480 ⚪️ ConfigTestCases require module-require module-require: TODO
1481 ⚪️ ConfigTestCases resolve context-resolve-with-ignore context-resolve-with-ignore: TODO
1482 ⚪️ ConfigTestCases resolve empty-context-module empty-context-module: TODO
1488 ⚪️ ConfigTestCases resolve issue-11335-context-module issue-11335-context-module: TODO
1489 ⚪️ ConfigTestCases resolve issue-15580 issue-15580: TODO
1493 ⚪️ ConfigTestCases resolve only-module only-module: TODO
1494 ⚪️ ConfigTestCases resolve-merging override override: TODO
1498 ⚪️ ConfigTestCases resolving prefer-absolute prefer-absolute: TODO
1499 ⚪️ ConfigTestCases resolving prefer-root prefer-root: TODO
1500 ⚪️ ConfigTestCases rule-set chaining chaining: TODO
1501 ⚪️ ConfigTestCases rule-set compiler compiler: TODO
1502 ⚪️ ConfigTestCases rule-set custom custom: TODO
1503 ⚪️ ConfigTestCases rule-set query query: TODO
1504 ⚪️ ConfigTestCases rule-set resolve-options resolve-options: TODO
1505 ⚪️ ConfigTestCases rule-set simple simple: TODO
1506 ⚪️ ConfigTestCases rule-set simple-use-array-fn simple-use-array-fn: TODO
1507 ⚪️ ConfigTestCases rule-set simple-use-fn-array simple-use-fn-array: TODO
1508 ⚪️ ConfigTestCases rule-set undefined-values undefined-values: TODO
1509 ⚪️ ConfigTestCases runtime entries-in-runtime entries-in-runtime: TODO
1510 ⚪️ ConfigTestCases runtime invalid-esm-export invalid-esm-export: TODO
1511 ⚪️ ConfigTestCases runtime no-runtime-per-entry no-runtime-per-entry: TODO
1512 ⚪️ ConfigTestCases runtime opt-in-finally opt-in-finally: TODO
1513 ⚪️ ConfigTestCases scope-hoisting class-naming class-naming: TODO
1514 ⚪️ ConfigTestCases scope-hoisting create-dll-plugin create-dll-plugin: TODO
1515 ⚪️ ConfigTestCases scope-hoisting dll-plugin dll-plugin: TODO
1516 ⚪️ ConfigTestCases scope-hoisting esModule esModule: TODO
1517 ⚪️ ConfigTestCases scope-hoisting export-global export-global: TODO
1518 ⚪️ ConfigTestCases scope-hoisting harmony-pure-default harmony-pure-default: TODO
1519 ⚪️ ConfigTestCases scope-hoisting named-modules named-modules: TODO
1520 ⚪️ ConfigTestCases scope-hoisting strictThisContextOnImports strictThisContextOnImports: TODO
1521 ⚪️ ConfigTestCases sharing consume-module consume-module: TODO
1522 ⚪️ ConfigTestCases sharing consume-multiple-versions consume-multiple-versions: TODO
1523 ⚪️ ConfigTestCases sharing no-override-loaded no-override-loaded: TODO
1524 ⚪️ ConfigTestCases sharing provide-eager-module provide-eager-module: TODO
1525 ⚪️ ConfigTestCases sharing provide-module provide-module: TODO
1526 ⚪️ ConfigTestCases sharing provide-multiple-versions provide-multiple-versions: TODO
1527 ⚪️ ConfigTestCases sharing provide-shared-with-runtime-chunk provide-shared-with-runtime-chunk: TODO
1528 ⚪️ ConfigTestCases sharing share-multiple-versions share-multiple-versions: TODO
1529 ⚪️ ConfigTestCases sharing share-plugin share-plugin: TODO
1530 ⚪️ ConfigTestCases side-effects issue-13063 issue-13063: TODO
1538 ⚪️ ConfigTestCases side-effects type-reexports type-reexports: TODO
1539 ⚪️ ConfigTestCases side-effects url url: TODO
1552 ⚪️ ConfigTestCases source-map array-as-output-library array-as-output-library: TODO
1553 ⚪️ ConfigTestCases source-map array-as-output-library-in-object-output array-as-output-library-in-object-output: TODO
1554 ⚪️ ConfigTestCases source-map context-module-source-path context-module-source-path: TODO
1555 ⚪️ ConfigTestCases source-map default-filename-extensions-css default-filename-extensions-css: TODO
1556 ⚪️ ConfigTestCases source-map default-filename-extensions-js default-filename-extensions-js: TODO
1557 ⚪️ ConfigTestCases source-map default-filename-extensions-mjs default-filename-extensions-mjs: TODO
1558 ⚪️ ConfigTestCases source-map exclude-chunks-source-map exclude-chunks-source-map: TODO
1559 ⚪️ ConfigTestCases source-map exclude-modules-source-map exclude-modules-source-map: TODO
1560 ⚪️ ConfigTestCases source-map module-names module-names: TODO
1561 ⚪️ ConfigTestCases source-map namespace-source-path namespace-source-path: TODO
1562 ⚪️ ConfigTestCases source-map namespace-source-path-no-truncate namespace-source-path-no-truncate: TODO
1563 ⚪️ ConfigTestCases source-map namespace-source-path.library namespace-source-path.library: TODO
1564 ⚪️ ConfigTestCases source-map no-source-map no-source-map: TODO
1565 ⚪️ ConfigTestCases source-map nosources nosources: TODO
1566 ⚪️ ConfigTestCases source-map object-as-output-library object-as-output-library: TODO
1567 ⚪️ ConfigTestCases source-map relative-source-map-path relative-source-map-path: TODO
1568 ⚪️ ConfigTestCases source-map relative-source-maps-by-loader relative-source-maps-by-loader: TODO
1569 ⚪️ ConfigTestCases source-map resource-path resource-path: TODO
1570 ⚪️ ConfigTestCases source-map source-map-filename-contenthash source-map-filename-contenthash: TODO
1571 ⚪️ ConfigTestCases source-map source-map-with-profiling-plugin source-map-with-profiling-plugin: TODO
1572 ⚪️ ConfigTestCases source-map sources-array-production sources-array-production: TODO
1573 🔴 ConfigTestCases split-chunks asnyc-entries asnyc-entries: block by treeshaking issue #4336
1574 🔴 ConfigTestCases split-chunks chunk-filename-delimiter chunk-filename-delimiter: not support automaticNameDelimiter #4335
1575 🔴 ConfigTestCases split-chunks chunk-filename-delimiter-default chunk-filename-delimiter-default: splitted chunk ids should be the same as webpack #4334
1580 🔴 ConfigTestCases split-chunks custom-filename-function custom-filename-function: not support function type of splitChunks #4333
1585 🔴 ConfigTestCases split-chunks entry-point-error entry-point-error: should emit error if entry point and splitted chunk have the same name #4332
1592 🔴 ConfigTestCases split-chunks issue-11513 issue-11513: should support object type minSize #4331
1608 🔴 ConfigTestCases split-chunks move-to-entrypoint move-to-entrypoint: jest node env blocks
1609 🔴 ConfigTestCases split-chunks no-options no-options: no js splitChunks plugin
1613 🟡 ConfigTestCases split-chunks runtime-chunk runtime-chunk: not have the same name for splitted chunk with webpack #4334
1614 🔴 ConfigTestCases split-chunks runtime-chunk-async-node runtime-chunk-async-node: hang by unknown reasons #4342
1618 🔴 ConfigTestCases split-chunks runtime-chunk-node runtime-chunk-node: hang by unknown reasons #4342
1619 🔴 ConfigTestCases split-chunks runtime-chunk-node-13130 runtime-chunk-node-13130: hang by unknown reasons #4342
1623 🔴 ConfigTestCases split-chunks-common correct-order correct-order: block: #3562
1627 🔴 ConfigTestCases split-chunks-common hot hot: block: require.main #3562
1632 🔴 ConfigTestCases split-chunks-common inverted-order inverted-order: block: require.main #3562
1637 🔴 ConfigTestCases split-chunks-common library library: block: require.ensure #4304
1645 🔴 ConfigTestCases split-chunks-common simple simple: block: require.main #3562
1646 🔴 ConfigTestCases split-chunks-common target-node target-node: block: not support function type splitChunks.name #4333
1647 ⚪️ ConfigTestCases target amd-container-named amd-container-named: TODO
1648 ⚪️ ConfigTestCases target amd-container-require amd-container-require: TODO
1649 ⚪️ ConfigTestCases target amd-container-unnamed amd-container-unnamed: TODO
1650 ⚪️ ConfigTestCases target amd-named amd-named: TODO
1651 ⚪️ ConfigTestCases target amd-require amd-require: TODO
1652 ⚪️ ConfigTestCases target amd-unnamed amd-unnamed: TODO
1657 ⚪️ ConfigTestCases target electron-renderer electron-renderer: TODO
1658 ⚪️ ConfigTestCases target node-dynamic-import node-dynamic-import: TODO
1659 ⚪️ ConfigTestCases target strict-mode-global strict-mode-global: TODO
1660 ⚪️ ConfigTestCases target system-context system-context: TODO
1661 ⚪️ ConfigTestCases target system-export system-export: TODO
1662 ⚪️ ConfigTestCases target system-named system-named: TODO
1663 ⚪️ ConfigTestCases target system-named-assets-path system-named-assets-path: TODO
1664 ⚪️ ConfigTestCases target system-unnamed system-unnamed: TODO
1665 ⚪️ ConfigTestCases target umd-auxiliary-comments-object umd-auxiliary-comments-object: TODO
1666 ⚪️ ConfigTestCases target umd-auxiliary-comments-string umd-auxiliary-comments-string: TODO
1667 ⚪️ ConfigTestCases target umd-named-define umd-named-define: TODO
1668 ⚪️ ConfigTestCases trusted-types custom-policy-name custom-policy-name: TODO
1669 ⚪️ ConfigTestCases trusted-types default-policy-name default-policy-name: TODO
1670 ⚪️ ConfigTestCases trusted-types devtool-eval devtool-eval: TODO
1671 ⚪️ ConfigTestCases trusted-types no-policy-name no-policy-name: TODO
1672 ⚪️ ConfigTestCases trusted-types no-trusted-types no-trusted-types: TODO
1673 ⚪️ ConfigTestCases trusted-types web-worker web-worker: TODO
1674 ⚪️ ConfigTestCases types filesystems filesystems: TODO
1675 ⚪️ ConfigTestCases umd issue-15545 issue-15545: TODO
1676 ⚪️ ConfigTestCases utils lazy-set lazy-set: TODO
1677 ⚪️ ConfigTestCases wasm export-imported-global export-imported-global: TODO
1678 ⚪️ ConfigTestCases wasm identical identical: TODO
1679 ⚪️ ConfigTestCases wasm import-wasm-wasm import-wasm-wasm: TODO
1680 ⚪️ ConfigTestCases wasm missing-wasm-experiment missing-wasm-experiment: TODO
1681 ⚪️ ConfigTestCases wasm wasm-in-initial-chunk-error wasm-in-initial-chunk-error: TODO
1682 ⚪️ ConfigTestCases web attach-existing attach-existing: TODO
1683 ⚪️ ConfigTestCases web node-source node-source: TODO
1684 ⚪️ ConfigTestCases web node-source-future-defaults node-source-future-defaults: TODO
1685 ⚪️ ConfigTestCases web node-source-global node-source-global: TODO
1686 ⚪️ ConfigTestCases web non-js-chunks-entrypoint non-js-chunks-entrypoint: TODO
1687 ⚪️ ConfigTestCases web non-js-chunks-entrypoint-runtime-chunk non-js-chunks-entrypoint-runtime-chunk: TODO
1688 ⚪️ ConfigTestCases web nonce nonce: TODO
1689 ⚪️ ConfigTestCases web preexecuted-chunk preexecuted-chunk: TODO
1690 ⚪️ ConfigTestCases web prefetch-preload prefetch-preload: TODO
1691 ⚪️ ConfigTestCases web prefetch-split-chunks prefetch-split-chunks: TODO
1692 ⚪️ ConfigTestCases web retry-failed-import retry-failed-import: TODO
1693 ⚪️ ConfigTestCases web unique-jsonp unique-jsonp: TODO
1694 🔴 ConfigTestCases worker custom-worker custom-worker: #3656
1695 🔴 ConfigTestCases worker node-worker node-worker: needs compile time evaluateExpression
1696 🔴 ConfigTestCases worker node-worker-hmr node-worker-hmr: HMR plugin

@ahabhgk
Copy link
Collaborator

ahabhgk commented Oct 25, 2023

I don't suggest modify test under webpack-test, even if there are errors/warnings didn't match, this didn't mean we need to align all of these with webpack, this is only for tracking those mismatch

I made some change on this PR (revert changes under webpack-test and copy it into our test dir, and enable more webpack-tests which blocked by this)

ahabhgk
ahabhgk previously approved these changes Oct 25, 2023
@h-a-n-a h-a-n-a added this pull request to the merge queue Oct 25, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Oct 25, 2023
@ahabhgk ahabhgk added this pull request to the merge queue Oct 25, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 25, 2023
@ahabhgk ahabhgk added this pull request to the merge queue Oct 25, 2023
Merged via the queue into main with commit 1a4d646 Oct 25, 2023
13 checks passed
@ahabhgk ahabhgk deleted the feat/loader-option branch October 25, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: feature release: feature 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.

support js inline loader query options
2 participants