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: deprecate compiler.rebuild #5583

Merged
merged 1 commit into from
Feb 4, 2024
Merged

feat: deprecate compiler.rebuild #5583

merged 1 commit into from
Feb 4, 2024

Conversation

h-a-n-a
Copy link
Collaborator

@h-a-n-a h-a-n-a commented Feb 2, 2024

Summary

  1. compiler.run is supposed to be used in both build and rebuild.
  2. Deprecated compiler.rebuild
  3. closes [Bug]: force rebuild when cacheable set to false #5587
  4. Enable webpack-test/hotCases/json/error-in-json

Require Documentation?

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

@github-actions github-actions bot added the release: feature release: feature related release(mr only) label Feb 2, 2024
@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Feb 2, 2024
@h-a-n-a
Copy link
Collaborator Author

h-a-n-a commented Feb 2, 2024

!eco-ci

@rspack-bot
Copy link

rspack-bot commented Feb 2, 2024

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
nx ✅ success
rspress ✅ success
rsbuild ❌ failure
compat ✅ success
examples ✅ success

@h-a-n-a h-a-n-a changed the title feat: isomorphic build and rebuild API feat: deprecate compiler.rebuild Feb 2, 2024
@h-a-n-a h-a-n-a requested a review from ahabhgk February 2, 2024 08:30
@h-a-n-a h-a-n-a marked this pull request as draft February 2, 2024 11:23
@h-a-n-a
Copy link
Collaborator Author

h-a-n-a commented Feb 2, 2024

!eco-ci

@rspack-bot
Copy link

rspack-bot commented Feb 2, 2024

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
nx ✅ success
rspress ✅ success
rsbuild ✅ success
compat ✅ success
examples ✅ success

Copy link
Contributor

github-actions bot commented Feb 2, 2024

Test Compatibility Diff

main pr diff
74.086% 74.235% ✅ ⏫ 0.149
Unpassed tests

1 ⚪️ aggressive-splitting-entry: TODO
2 ⚪️ aggressive-splitting-on-demand: TODO
3 ⚪️ all-stats: TODO
4 ⚪️ asset: TODO
5 ⚪️ asset-concat: TODO
6 ⚪️ async-commons-chunk: TODO
7 ⚪️ async-commons-chunk-auto: TODO
8 ⚪️ child-compiler-apply-entry-option: TODO
9 ⚪️ chunk-module-id-range: TODO
10 ⚪️ chunks: TODO
11 ⚪️ chunks-development: TODO
12 ⚪️ circular-correctness: TODO
13 ⚪️ color-disabled: TODO
14 ⚪️ color-enabled: TODO
15 ⚪️ color-enabled-custom: TODO
16 ⚪️ common-libs: TODO
17 ⚪️ commons-chunk-min-size-0: TODO
18 ⚪️ commons-chunk-min-size-Infinity: TODO
19 ⚪️ commons-plugin-issue-4980: TODO
20 ⚪️ concat-and-sideeffects: TODO
21 ⚪️ context-independence: TODO
22 ⚪️ custom-terser: TODO
23 ⚪️ define-plugin: TODO
24 ⚪️ details-error: TODO
25 ⚪️ dll-reference-plugin-issue-7624: TODO
26 ⚪️ dll-reference-plugin-issue-7624-error: TODO
27 ⚪️ entry-filename: TODO
28 ⚪️ exclude-with-loader: TODO
29 ⚪️ external: TODO
30 ⚪️ graph-correctness-entries: TODO
31 ⚪️ graph-correctness-modules: TODO
32 ⚪️ graph-roots: TODO
33 ⚪️ ignore-warnings: TODO
34 ⚪️ immutable: TODO
35 ⚪️ import-context-filter: TODO
36 ⚪️ import-weak: TODO
37 ⚪️ import-weak-parser-option: TODO
38 ⚪️ import-with-invalid-options-comments: TODO
39 ⚪️ issue-7577: TODO
40 ⚪️ limit-chunk-count-plugin: TODO
41 ⚪️ logging: TODO
42 ⚪️ logging-debug: TODO
43 ⚪️ max-modules: TODO
44 ⚪️ max-modules-default: TODO
45 ⚪️ module-assets: TODO
46 ⚪️ module-deduplication: TODO
47 ⚪️ module-deduplication-named: TODO
48 ⚪️ module-federation-custom-exposed-module-name: TODO
49 ⚪️ module-not-found-error: TODO
50 ⚪️ module-reasons: TODO
51 ⚪️ module-trace-disabled-in-error: TODO
52 ⚪️ module-trace-enabled-in-error: TODO
53 ⚪️ named-chunk-groups: TODO
54 ⚪️ named-chunks-plugin: TODO
55 ⚪️ named-chunks-plugin-async: TODO
56 ⚪️ no-emit-on-errors-plugin-with-child-error: TODO
57 ⚪️ optimize-chunks: TODO
58 ⚪️ output-module: TODO
59 ⚪️ parse-error: TODO
60 ⚪️ performance-different-mode-and-target: TODO
61 ⚪️ performance-disabled: TODO
62 ⚪️ performance-error: TODO
63 ⚪️ performance-no-async-chunks-shown: TODO
64 ⚪️ performance-no-hints: TODO
65 ⚪️ performance-oversize-limit-error: TODO
66 ⚪️ prefetch: TODO
67 ⚪️ prefetch-preload-mixed: TODO
68 ⚪️ preload: TODO
69 ⚪️ preset-detailed: TODO
70 ⚪️ preset-errors-only: TODO
71 ⚪️ preset-errors-only-error: TODO
72 ⚪️ preset-errors-warnings: TODO
73 ⚪️ preset-minimal: TODO
74 ⚪️ preset-minimal-simple: TODO
75 ⚪️ preset-mixed-array: TODO
76 ⚪️ preset-none: TODO
77 ⚪️ preset-none-array: TODO
78 ⚪️ preset-none-error: TODO
79 ⚪️ preset-normal: TODO
80 ⚪️ preset-normal-performance: TODO
81 ⚪️ preset-normal-performance-ensure-filter-sourcemaps: TODO
82 ⚪️ preset-summary: TODO
83 ⚪️ preset-verbose: TODO
84 ⚪️ real-content-hash: TODO
85 ⚪️ related-assets: TODO
86 ⚪️ resolve-plugin-context: TODO
87 ⚪️ reverse-sort-modules: TODO
88 ⚪️ runtime-chunk: TODO
89 ⚪️ runtime-chunk-integration: TODO
90 ⚪️ runtime-chunk-issue-7382: TODO
91 ⚪️ runtime-chunk-single: TODO
92 ⚪️ runtime-specific-used-exports: TODO
93 ⚪️ scope-hoisting-bailouts: TODO
94 ⚪️ scope-hoisting-multi: TODO
95 ⚪️ side-effects-issue-7428: TODO
96 ⚪️ side-effects-optimization: TODO
97 ⚪️ side-effects-simple-unused: TODO
98 ⚪️ simple: TODO
99 ⚪️ simple-more-info: TODO
100 ⚪️ split-chunks: TODO
101 ⚪️ split-chunks-automatic-name: TODO
102 ⚪️ split-chunks-chunk-name: TODO
103 ⚪️ split-chunks-combinations: TODO
104 ⚪️ split-chunks-issue-6413: TODO
105 ⚪️ split-chunks-issue-6696: TODO
106 ⚪️ split-chunks-issue-7401: TODO
107 ⚪️ split-chunks-keep-remaining-size: TODO
108 ⚪️ split-chunks-max-size: TODO
109 ⚪️ split-chunks-min-size-reduction: TODO
110 ⚪️ split-chunks-prefer-bigger-splits: TODO
111 ⚪️ split-chunks-runtime-specific: TODO
112 ⚪️ tree-shaking: TODO
113 ⚪️ wasm-explorer-examples-sync: TODO
115 ⚪️ HotTestCases node child-compiler issue-9706: TODO
116 ⚪️ HotTestCases node chunks accept-system-import: TODO
117 ⚪️ HotTestCases node chunks accept-system-import-webpackhot: TODO
118 ⚪️ HotTestCases node chunks dynamic-system-import: TODO
119 ⚪️ HotTestCases node chunks split-chunks: TODO
120 ⚪️ HotTestCases node chunks split-chunks-webpackhot: TODO
121 ⚪️ HotTestCases node chunks system-import: TODO
122 ⚪️ HotTestCases node chunks update-chunk-loading-runtime: TODO
123 ⚪️ HotTestCases node code-generation this-in-accept: TODO
124 ⚪️ HotTestCases node code-generation this-in-accept-webpackhot: TODO
125 ⚪️ HotTestCases node concat reload-compat-flag: TODO
126 ⚪️ HotTestCases node concat reload-external: TODO
127 ⚪️ HotTestCases node conditional-runtime accept-conditional: TODO
128 ⚪️ HotTestCases node define issue-6962: TODO
129 ⚪️ HotTestCases node determinism issue-10174: TODO
130 ⚪️ HotTestCases node disposing remove-chunk-with-shared: TODO
131 ⚪️ HotTestCases node disposing remove-chunk-with-shared-in-other-runtime: TODO
132 ⚪️ HotTestCases node disposing runtime-independent-filename: TODO
133 ⚪️ HotTestCases node errors decline: TODO
134 ⚪️ HotTestCases node errors decline-webpackhot: TODO
135 ⚪️ HotTestCases node errors events: TODO
136 ⚪️ HotTestCases node errors self-decline: TODO
137 ⚪️ HotTestCases node errors unaccepted: TODO
138 ⚪️ HotTestCases node errors unaccepted-ignored: TODO
139 ⚪️ HotTestCases node esm-dependency-import import-meta-webpack-hot: TODO
140 ⚪️ HotTestCases node esm-dependency-import module-hot: TODO
141 ⚪️ HotTestCases node harmony auto-import: TODO
142 ⚪️ HotTestCases node harmony auto-import-default: TODO
143 ⚪️ HotTestCases node harmony auto-import-multiple: TODO
144 ⚪️ HotTestCases node harmony auto-reexport: TODO
145 ⚪️ HotTestCases node hashing exports-info-influence: TODO
146 ⚪️ HotTestCases node hashing full-hash-main: TODO
147 ⚪️ HotTestCases node hashing full-hash-syntax-error: TODO
148 ⚪️ HotTestCases node invalidate conditional-accept: TODO
149 ⚪️ HotTestCases node invalidate during-idle: TODO
153 ⚪️ HotTestCases node lazy-compilation context: TODO
154 ⚪️ HotTestCases node lazy-compilation https: TODO
155 ⚪️ HotTestCases node lazy-compilation module-test: TODO
156 ⚪️ HotTestCases node lazy-compilation only-entries: TODO
157 ⚪️ HotTestCases node lazy-compilation simple: TODO
158 ⚪️ HotTestCases node lazy-compilation unrelated: TODO
159 ⚪️ HotTestCases node loader-import-module css: TODO
160 ⚪️ HotTestCases node numeric-ids add-remove-chunks: TODO
161 ⚪️ HotTestCases node numeric-ids production: TODO
162 ⚪️ HotTestCases node parsing hot-api-optional-chaining: TODO
163 ⚪️ HotTestCases node recover recover-after-error: TODO
164 ⚪️ HotTestCases node recover recover-after-loader-error: TODO
165 ⚪️ HotTestCases node recover recover-after-parsing-error: TODO
166 ⚪️ HotTestCases node recover recover-after-removal-self-accepted: TODO
167 ⚪️ HotTestCases node recover recover-after-self-error: TODO
168 ⚪️ HotTestCases node runtime accept: TODO
169 ⚪️ HotTestCases node runtime bubble-async: TODO
170 ⚪️ HotTestCases node runtime bubble-update: TODO
171 ⚪️ HotTestCases node runtime circular: TODO
172 ⚪️ HotTestCases node runtime dispose-removed-chunk: TODO
173 ⚪️ HotTestCases node runtime dispose-removed-module: TODO
174 ⚪️ HotTestCases node runtime import-after-download: TODO
175 ⚪️ HotTestCases node runtime replace-runtime-module: TODO
176 ⚪️ HotTestCases node runtime require-disposed-module-warning: TODO
177 ⚪️ HotTestCases node runtime root-error: TODO
178 ⚪️ HotTestCases node runtime self-accept-and-dispose: TODO
179 ⚪️ HotTestCases node runtime self-accept-factory: TODO
180 ⚪️ HotTestCases node runtime update-multiple-modules: TODO
181 ⚪️ HotTestCases node runtime update-multiple-times: TODO
182 ⚪️ HotTestCases node sharing share-plugin: TODO
183 ⚪️ HotTestCases node status accept: TODO
184 ⚪️ HotTestCases node status check: TODO
185 ⚪️ HotTestCases node unexpected-invalidation used-exports: TODO
186 ⚪️ HotTestCases node worker move-between-runtime: TODO
187 ⚪️ HotTestCases node worker remove-add-worker: TODO
188 ⚪️ HotTestCases node worker update-in-worker: TODO
189 ⚪️ HotTestCases async-node child-compiler issue-9706: TODO
190 ⚪️ HotTestCases async-node chunks accept-system-import: TODO
191 ⚪️ HotTestCases async-node chunks accept-system-import-webpackhot: TODO
192 ⚪️ HotTestCases async-node chunks dynamic-system-import: TODO
193 ⚪️ HotTestCases async-node chunks split-chunks: TODO
194 ⚪️ HotTestCases async-node chunks split-chunks-webpackhot: TODO
195 ⚪️ HotTestCases async-node chunks system-import: TODO
196 ⚪️ HotTestCases async-node chunks update-chunk-loading-runtime: TODO
197 ⚪️ HotTestCases async-node code-generation this-in-accept: TODO
198 ⚪️ HotTestCases async-node code-generation this-in-accept-webpackhot: TODO
199 ⚪️ HotTestCases async-node concat reload-compat-flag: TODO
200 ⚪️ HotTestCases async-node concat reload-external: TODO
201 ⚪️ HotTestCases async-node conditional-runtime accept-conditional: TODO
202 ⚪️ HotTestCases async-node define issue-6962: TODO
203 ⚪️ HotTestCases async-node determinism issue-10174: TODO
204 ⚪️ HotTestCases async-node disposing remove-chunk-with-shared: TODO
205 ⚪️ HotTestCases async-node disposing remove-chunk-with-shared-in-other-runtime: TODO
206 ⚪️ HotTestCases async-node disposing runtime-independent-filename: TODO
207 ⚪️ HotTestCases async-node errors decline: TODO
208 ⚪️ HotTestCases async-node errors decline-webpackhot: TODO
209 ⚪️ HotTestCases async-node errors events: TODO
210 ⚪️ HotTestCases async-node errors self-decline: TODO
211 ⚪️ HotTestCases async-node errors unaccepted: TODO
212 ⚪️ HotTestCases async-node errors unaccepted-ignored: TODO
213 ⚪️ HotTestCases async-node esm-dependency-import import-meta-webpack-hot: TODO
214 ⚪️ HotTestCases async-node esm-dependency-import module-hot: TODO
215 ⚪️ HotTestCases async-node harmony auto-import: TODO
216 ⚪️ HotTestCases async-node harmony auto-import-default: TODO
217 ⚪️ HotTestCases async-node harmony auto-import-multiple: TODO
218 ⚪️ HotTestCases async-node harmony auto-reexport: TODO
219 ⚪️ HotTestCases async-node hashing exports-info-influence: TODO
220 ⚪️ HotTestCases async-node hashing full-hash-main: TODO
221 ⚪️ HotTestCases async-node hashing full-hash-syntax-error: TODO
222 ⚪️ HotTestCases async-node invalidate conditional-accept: TODO
223 ⚪️ HotTestCases async-node invalidate during-idle: TODO
227 ⚪️ HotTestCases async-node lazy-compilation context: TODO
228 ⚪️ HotTestCases async-node lazy-compilation https: TODO
229 ⚪️ HotTestCases async-node lazy-compilation module-test: TODO
230 ⚪️ HotTestCases async-node lazy-compilation only-entries: TODO
231 ⚪️ HotTestCases async-node lazy-compilation simple: TODO
232 ⚪️ HotTestCases async-node lazy-compilation unrelated: TODO
233 ⚪️ HotTestCases async-node loader-import-module css: TODO
234 ⚪️ HotTestCases async-node numeric-ids add-remove-chunks: TODO
235 ⚪️ HotTestCases async-node numeric-ids production: TODO
236 ⚪️ HotTestCases async-node parsing hot-api-optional-chaining: TODO
237 ⚪️ HotTestCases async-node recover recover-after-error: TODO
238 ⚪️ HotTestCases async-node recover recover-after-loader-error: TODO
239 ⚪️ HotTestCases async-node recover recover-after-parsing-error: TODO
240 ⚪️ HotTestCases async-node recover recover-after-removal-self-accepted: TODO
241 ⚪️ HotTestCases async-node recover recover-after-self-error: TODO
242 ⚪️ HotTestCases async-node runtime accept: TODO
243 ⚪️ HotTestCases async-node runtime bubble-async: TODO
244 ⚪️ HotTestCases async-node runtime bubble-update: TODO
245 ⚪️ HotTestCases async-node runtime circular: TODO
246 ⚪️ HotTestCases async-node runtime dispose-removed-chunk: TODO
247 ⚪️ HotTestCases async-node runtime dispose-removed-module: TODO
248 ⚪️ HotTestCases async-node runtime import-after-download: TODO
249 ⚪️ HotTestCases async-node runtime replace-runtime-module: TODO
250 ⚪️ HotTestCases async-node runtime require-disposed-module-warning: TODO
251 ⚪️ HotTestCases async-node runtime root-error: TODO
252 ⚪️ HotTestCases async-node runtime self-accept-and-dispose: TODO
253 ⚪️ HotTestCases async-node runtime self-accept-factory: TODO
254 ⚪️ HotTestCases async-node runtime update-multiple-modules: TODO
255 ⚪️ HotTestCases async-node runtime update-multiple-times: TODO
256 ⚪️ HotTestCases async-node sharing share-plugin: TODO
257 ⚪️ HotTestCases async-node status accept: TODO
258 ⚪️ HotTestCases async-node status check: TODO
259 ⚪️ HotTestCases async-node unexpected-invalidation used-exports: TODO
260 ⚪️ HotTestCases async-node worker move-between-runtime: TODO
261 ⚪️ HotTestCases async-node worker remove-add-worker: TODO
262 ⚪️ HotTestCases async-node worker update-in-worker: TODO
263 ⚪️ HotTestCases web child-compiler issue-9706: TODO
264 ⚪️ HotTestCases web chunks accept-system-import: TODO
265 ⚪️ HotTestCases web chunks accept-system-import-webpackhot: TODO
266 ⚪️ HotTestCases web chunks dynamic-system-import: TODO
267 ⚪️ HotTestCases web chunks split-chunks: TODO
268 ⚪️ HotTestCases web chunks split-chunks-webpackhot: TODO
269 ⚪️ HotTestCases web chunks system-import: TODO
270 ⚪️ HotTestCases web chunks update-chunk-loading-runtime: TODO
271 ⚪️ HotTestCases web code-generation this-in-accept: TODO
272 ⚪️ HotTestCases web code-generation this-in-accept-webpackhot: TODO
273 ⚪️ HotTestCases web concat reload-compat-flag: TODO
274 ⚪️ HotTestCases web concat reload-external: TODO
275 ⚪️ HotTestCases web conditional-runtime accept-conditional: TODO
276 ⚪️ HotTestCases web define issue-6962: TODO
277 ⚪️ HotTestCases web determinism issue-10174: TODO
278 ⚪️ HotTestCases web disposing remove-chunk-with-shared: TODO
279 ⚪️ HotTestCases web disposing remove-chunk-with-shared-in-other-runtime: TODO
280 ⚪️ HotTestCases web disposing runtime-independent-filename: TODO
281 ⚪️ HotTestCases web errors decline: TODO
282 ⚪️ HotTestCases web errors decline-webpackhot: TODO
283 ⚪️ HotTestCases web errors events: TODO
284 ⚪️ HotTestCases web errors self-decline: TODO
285 ⚪️ HotTestCases web errors unaccepted: TODO
286 ⚪️ HotTestCases web errors unaccepted-ignored: TODO
287 ⚪️ HotTestCases web esm-dependency-import import-meta-webpack-hot: TODO
288 ⚪️ HotTestCases web esm-dependency-import module-hot: TODO
289 ⚪️ HotTestCases web harmony auto-import: TODO
290 ⚪️ HotTestCases web harmony auto-import-default: TODO
291 ⚪️ HotTestCases web harmony auto-import-multiple: TODO
292 ⚪️ HotTestCases web harmony auto-reexport: TODO
293 ⚪️ HotTestCases web hashing exports-info-influence: TODO
294 ⚪️ HotTestCases web hashing full-hash-main: TODO
295 ⚪️ HotTestCases web hashing full-hash-syntax-error: TODO
296 ⚪️ HotTestCases web invalidate conditional-accept: TODO
297 ⚪️ HotTestCases web invalidate during-idle: TODO
301 ⚪️ HotTestCases web lazy-compilation context: TODO
302 ⚪️ HotTestCases web lazy-compilation https: TODO
303 ⚪️ HotTestCases web lazy-compilation module-test: TODO
304 ⚪️ HotTestCases web lazy-compilation only-entries: TODO
305 ⚪️ HotTestCases web lazy-compilation simple: TODO
306 ⚪️ HotTestCases web lazy-compilation unrelated: TODO
307 ⚪️ HotTestCases web loader-import-module css: TODO
308 ⚪️ HotTestCases web numeric-ids add-remove-chunks: TODO
309 ⚪️ HotTestCases web numeric-ids production: TODO
310 ⚪️ HotTestCases web parsing hot-api-optional-chaining: TODO
311 ⚪️ HotTestCases web recover recover-after-error: TODO
312 ⚪️ HotTestCases web recover recover-after-loader-error: TODO
313 ⚪️ HotTestCases web recover recover-after-parsing-error: TODO
314 ⚪️ HotTestCases web recover recover-after-removal-self-accepted: TODO
315 ⚪️ HotTestCases web recover recover-after-self-error: TODO
316 ⚪️ HotTestCases web runtime accept: TODO
317 ⚪️ HotTestCases web runtime bubble-async: TODO
318 ⚪️ HotTestCases web runtime bubble-update: TODO
319 ⚪️ HotTestCases web runtime circular: TODO
320 ⚪️ HotTestCases web runtime dispose-removed-chunk: TODO
321 ⚪️ HotTestCases web runtime dispose-removed-module: TODO
322 ⚪️ HotTestCases web runtime import-after-download: TODO
323 ⚪️ HotTestCases web runtime replace-runtime-module: TODO
324 ⚪️ HotTestCases web runtime require-disposed-module-warning: TODO
325 ⚪️ HotTestCases web runtime root-error: TODO
326 ⚪️ HotTestCases web runtime self-accept-and-dispose: TODO
327 ⚪️ HotTestCases web runtime self-accept-factory: TODO
328 ⚪️ HotTestCases web runtime update-multiple-modules: TODO
329 ⚪️ HotTestCases web runtime update-multiple-times: TODO
330 ⚪️ HotTestCases web sharing share-plugin: TODO
331 ⚪️ HotTestCases web status accept: TODO
332 ⚪️ HotTestCases web status check: TODO
333 ⚪️ HotTestCases web unexpected-invalidation used-exports: TODO
334 ⚪️ HotTestCases web worker move-between-runtime: TODO
335 ⚪️ HotTestCases web worker remove-add-worker: TODO
336 ⚪️ HotTestCases web worker update-in-worker: TODO
337 ⚪️ HotTestCases webworker child-compiler issue-9706: TODO
338 ⚪️ HotTestCases webworker chunks accept-system-import: TODO
339 ⚪️ HotTestCases webworker chunks accept-system-import-webpackhot: TODO
340 ⚪️ HotTestCases webworker chunks dynamic-system-import: TODO
341 ⚪️ HotTestCases webworker chunks split-chunks: TODO
342 ⚪️ HotTestCases webworker chunks split-chunks-webpackhot: TODO
343 ⚪️ HotTestCases webworker chunks system-import: TODO
344 ⚪️ HotTestCases webworker chunks update-chunk-loading-runtime: TODO
345 ⚪️ HotTestCases webworker code-generation this-in-accept: TODO
346 ⚪️ HotTestCases webworker code-generation this-in-accept-webpackhot: TODO
347 ⚪️ HotTestCases webworker concat reload-compat-flag: TODO
348 ⚪️ HotTestCases webworker concat reload-external: TODO
349 ⚪️ HotTestCases webworker conditional-runtime accept-conditional: TODO
350 ⚪️ HotTestCases webworker define issue-6962: TODO
351 ⚪️ HotTestCases webworker determinism issue-10174: TODO
352 ⚪️ HotTestCases webworker disposing remove-chunk-with-shared: TODO
353 ⚪️ HotTestCases webworker disposing remove-chunk-with-shared-in-other-runtime: TODO
354 ⚪️ HotTestCases webworker disposing runtime-independent-filename: TODO
355 ⚪️ HotTestCases webworker errors decline: TODO
356 ⚪️ HotTestCases webworker errors decline-webpackhot: TODO
357 ⚪️ HotTestCases webworker errors events: TODO
358 ⚪️ HotTestCases webworker errors self-decline: TODO
359 ⚪️ HotTestCases webworker errors unaccepted: TODO
360 ⚪️ HotTestCases webworker errors unaccepted-ignored: TODO
361 ⚪️ HotTestCases webworker esm-dependency-import import-meta-webpack-hot: TODO
362 ⚪️ HotTestCases webworker esm-dependency-import module-hot: TODO
363 ⚪️ HotTestCases webworker harmony auto-import: TODO
364 ⚪️ HotTestCases webworker harmony auto-import-default: TODO
365 ⚪️ HotTestCases webworker harmony auto-import-multiple: TODO
366 ⚪️ HotTestCases webworker harmony auto-reexport: TODO
367 ⚪️ HotTestCases webworker hashing exports-info-influence: TODO
368 ⚪️ HotTestCases webworker hashing full-hash-main: TODO
369 ⚪️ HotTestCases webworker hashing full-hash-syntax-error: TODO
370 ⚪️ HotTestCases webworker invalidate conditional-accept: TODO
371 ⚪️ HotTestCases webworker invalidate during-idle: TODO
375 ⚪️ HotTestCases webworker lazy-compilation context: TODO
376 ⚪️ HotTestCases webworker lazy-compilation https: TODO
377 ⚪️ HotTestCases webworker lazy-compilation module-test: TODO
378 ⚪️ HotTestCases webworker lazy-compilation only-entries: TODO
379 ⚪️ HotTestCases webworker lazy-compilation simple: TODO
380 ⚪️ HotTestCases webworker lazy-compilation unrelated: TODO
381 ⚪️ HotTestCases webworker loader-import-module css: TODO
382 ⚪️ HotTestCases webworker numeric-ids add-remove-chunks: TODO
383 ⚪️ HotTestCases webworker numeric-ids production: TODO
384 ⚪️ HotTestCases webworker parsing hot-api-optional-chaining: TODO
385 ⚪️ HotTestCases webworker recover recover-after-error: TODO
386 ⚪️ HotTestCases webworker recover recover-after-loader-error: TODO
387 ⚪️ HotTestCases webworker recover recover-after-parsing-error: TODO
388 ⚪️ HotTestCases webworker recover recover-after-removal-self-accepted: TODO
389 ⚪️ HotTestCases webworker recover recover-after-self-error: TODO
390 ⚪️ HotTestCases webworker runtime accept: TODO
391 ⚪️ HotTestCases webworker runtime bubble-async: TODO
392 ⚪️ HotTestCases webworker runtime bubble-update: TODO
393 ⚪️ HotTestCases webworker runtime circular: TODO
394 ⚪️ HotTestCases webworker runtime dispose-removed-chunk: TODO
395 ⚪️ HotTestCases webworker runtime dispose-removed-module: TODO
396 ⚪️ HotTestCases webworker runtime import-after-download: TODO
397 ⚪️ HotTestCases webworker runtime replace-runtime-module: TODO
398 ⚪️ HotTestCases webworker runtime require-disposed-module-warning: TODO
399 ⚪️ HotTestCases webworker runtime root-error: TODO
400 ⚪️ HotTestCases webworker runtime self-accept-and-dispose: TODO
401 ⚪️ HotTestCases webworker runtime self-accept-factory: TODO
402 ⚪️ HotTestCases webworker runtime update-multiple-modules: TODO
403 ⚪️ HotTestCases webworker runtime update-multiple-times: TODO
404 ⚪️ HotTestCases webworker sharing share-plugin: TODO
405 ⚪️ HotTestCases webworker status accept: TODO
406 ⚪️ HotTestCases webworker status check: TODO
407 ⚪️ HotTestCases webworker unexpected-invalidation used-exports: TODO
408 ⚪️ HotTestCases webworker worker move-between-runtime: TODO
409 ⚪️ HotTestCases webworker worker remove-add-worker: TODO
410 ⚪️ HotTestCases webworker worker update-in-worker: TODO
411 ⚪️ WatchTestCases add-defines: TODO
412 ⚪️ WatchTestCases asset-concat: TODO
413 ⚪️ WatchTestCases asset-modules: TODO
414 ⚪️ WatchTestCases change-dep-while-detatched: TODO
415 ⚪️ WatchTestCases changing-module-id: TODO
416 ⚪️ WatchTestCases child-compilation-cache: TODO
417 ⚪️ WatchTestCases emit-when-clean: TODO
418 ⚪️ WatchTestCases emit-without-clean: TODO
419 ⚪️ WatchTestCases immutable: TODO
420 ⚪️ WatchTestCases loader-import-module: TODO
421 ⚪️ WatchTestCases managedPath: TODO
422 ⚪️ WatchTestCases new-split-chunk-entry-node: TODO
423 ⚪️ WatchTestCases new-split-chunk-entry-web: TODO
424 ⚪️ WatchTestCases reexport-mangle: TODO
425 ⚪️ WatchTestCases unsafe-cache: TODO
426 ⚪️ WatchTestCases unsafe-cache-duplicates: TODO
427 ⚪️ WatchTestCases unsafe-cache-managed-paths: TODO
428 ⚪️ WatchTestCases delete-in-context: TODO
429 ⚪️ WatchTestCases loader-context-dep: TODO
430 ⚪️ WatchTestCases issue-8766: TODO
431 ⚪️ WatchTestCases issue-8766-with-cache: TODO
432 ⚪️ WatchTestCases caching-harmony: TODO
433 ⚪️ WatchTestCases reexport-chain: TODO
434 ⚪️ WatchTestCases switching-harmony: TODO
435 ⚪️ WatchTestCases automatic-prefetch-plugin: TODO
436 ⚪️ WatchTestCases automatic-prefetch-plugin-9485: TODO
437 ⚪️ WatchTestCases define-plugin: TODO
438 ⚪️ WatchTestCases dll-reference-plugin: TODO
439 ⚪️ WatchTestCases mini-css-extract-plugin: TODO
440 ⚪️ WatchTestCases module-concatenation-plugin: TODO
441 ⚪️ WatchTestCases profiling-plugin: TODO
442 ⚪️ WatchTestCases watch-ignore-plugin: TODO
443 ⚪️ WatchTestCases missing-module: TODO
444 ⚪️ WatchTestCases parse-failed-esm: TODO
445 ⚪️ WatchTestCases in-loader: TODO
446 ⚪️ WatchTestCases dynamic-import: TODO
447 ⚪️ WatchTestCases static-import: TODO
448 ⚪️ WatchTestCases caching-inner-source: TODO
449 ⚪️ WatchTestCases provide-unsafe-cache: TODO
450 ⚪️ WatchTestCases issue-7400: TODO
451 ⚪️ WatchTestCases multi-compiler: TODO
452 ⚪️ WatchTestCases production: TODO
453 ⚪️ WatchTestCases unable-to-snapshot: TODO
454 ⚪️ WatchTestCases warnings-contribute-to-hash: TODO
455 ⚪️ WatchTestCases caching: TODO
469 ⚪️ Examples aggressive-merging: TODO
470 ⚪️ Examples asset-advanced: TODO
474 ⚪️ Examples cjs-tree-shaking: TODO
478 ⚪️ Examples code-splitting-bundle-loader: TODO
487 ⚪️ Examples common-chunk-grandchildren: TODO
490 ⚪️ Examples custom-json-modules: TODO
491 ⚪️ Examples dll: TODO
492 ⚪️ Examples dll-app-and-vendor/0-vendor: TODO
493 ⚪️ Examples dll-app-and-vendor/1-app: TODO
494 ⚪️ Examples dll-entry-only: TODO
495 ⚪️ Examples dll-user: TODO
496 ⚪️ Examples explicit-vendor-chunk: TODO
504 ⚪️ Examples http2-aggressive-splitting: TODO
506 ⚪️ Examples lazy-compilation: TODO
512 ⚪️ Examples module-federation: TODO
519 ⚪️ Examples persistent-caching: TODO
528 ⚪️ Examples typescript: TODO
532 ⚪️ ConfigTestCases additional-pass simple simple: TODO
533 ⚪️ ConfigTestCases amd disabled disabled: TODO
534 ⚪️ ConfigTestCases asset-emitted normal normal: TODO
535 ⚪️ ConfigTestCases asset-modules assetModuleFilename assetModuleFilename: TODO
539 ⚪️ ConfigTestCases asset-modules custom-condition custom-condition: TODO
540 ⚪️ ConfigTestCases asset-modules custom-encoder custom-encoder: TODO
541 ⚪️ ConfigTestCases asset-modules data-url data-url: TODO
542 ⚪️ ConfigTestCases asset-modules different-query different-query: TODO
543 ⚪️ ConfigTestCases asset-modules emit emit: TODO
544 ⚪️ ConfigTestCases asset-modules file-loader file-loader: TODO
545 ⚪️ ConfigTestCases asset-modules file-url file-url: TODO
546 ⚪️ ConfigTestCases asset-modules generator-asset-publicPath generator-asset-publicPath: TODO
547 ⚪️ ConfigTestCases asset-modules generator-asset-publicPath-hash generator-asset-publicPath-hash: TODO
548 ⚪️ ConfigTestCases asset-modules global-options global-options: TODO
549 ⚪️ ConfigTestCases asset-modules http-url http-url: TODO
550 ⚪️ ConfigTestCases asset-modules ignore ignore: TODO
551 ⚪️ ConfigTestCases asset-modules input-data-url input-data-url: TODO
552 ⚪️ ConfigTestCases asset-modules input-data-url-encoding input-data-url-encoding: TODO
553 ⚪️ ConfigTestCases asset-modules opus opus: TODO
554 ⚪️ ConfigTestCases asset-modules overridePath overridePath: TODO
555 ⚪️ ConfigTestCases asset-modules path path: TODO
556 ⚪️ ConfigTestCases asset-modules publicPath publicPath: TODO
557 ⚪️ ConfigTestCases asset-modules query query: TODO
558 ⚪️ ConfigTestCases asset-modules query-and-custom-condition query-and-custom-condition: TODO
559 ⚪️ ConfigTestCases asset-modules query-and-custom-encoder query-and-custom-encoder: TODO
560 ⚪️ ConfigTestCases asset-modules real-content-hash real-content-hash: TODO
561 ⚪️ ConfigTestCases asset-modules resource-from-data-uri resource-from-data-uri: TODO
562 ⚪️ ConfigTestCases asset-modules rule-generator-outputPath rule-generator-outputPath: TODO
563 ⚪️ ConfigTestCases asset-modules rule-generator-publicPath rule-generator-publicPath: TODO
564 ⚪️ ConfigTestCases asset-modules rule-generator-publicPath-override rule-generator-publicPath-override: TODO
565 ⚪️ ConfigTestCases asset-modules source source: TODO
566 ⚪️ ConfigTestCases asset-modules types types: TODO
567 ⚪️ ConfigTestCases asset-modules unsafe-cache-13827 unsafe-cache-13827: TODO
577 ⚪️ ConfigTestCases asset-url target-node3 target-node3: TODO
578 ⚪️ ConfigTestCases asset-url target-web1 target-web1: TODO
579 ⚪️ ConfigTestCases asset-url target-web2 target-web2: TODO
580 ⚪️ ConfigTestCases asset-url target-webworker1 target-webworker1: TODO
581 ⚪️ ConfigTestCases asset-url target-webworker2 target-webworker2: TODO
582 ⚪️ ConfigTestCases assets delete-asset delete-asset: TODO
583 ⚪️ ConfigTestCases async-commons-chunk all-selected all-selected: TODO
584 ⚪️ ConfigTestCases async-commons-chunk duplicate duplicate: TODO
585 ⚪️ ConfigTestCases async-commons-chunk existing-name existing-name: TODO
586 ⚪️ ConfigTestCases async-commons-chunk nested nested: TODO
587 ⚪️ ConfigTestCases async-commons-chunk node node: TODO
588 ⚪️ ConfigTestCases async-commons-chunk simple simple: TODO
591 ⚪️ ConfigTestCases async-library 1-use-library 1-use-library: TODO
592 ⚫️ ConfigTestCases cache-dependencies managed-items managed-items: No plan
593 ⚫️ ConfigTestCases cache-dependencies managed-items-unsafe-cache managed-items-unsafe-cache: No plan
594 ⚪️ ConfigTestCases chunk-graph issue-15173 issue-15173: TODO
600 ⚪️ ConfigTestCases chunk-index order-multiple-entries order-multiple-entries: TODO
601 ⚪️ ConfigTestCases clean dry dry: TODO
602 ⚪️ ConfigTestCases clean enabled enabled: TODO
603 ⚪️ ConfigTestCases clean ignore-fn ignore-fn: TODO
604 ⚪️ ConfigTestCases clean ignore-hook ignore-hook: TODO
605 ⚪️ ConfigTestCases clean ignore-rx ignore-rx: TODO
606 ⚪️ ConfigTestCases clean link link: TODO
607 ⚪️ ConfigTestCases code-generation harmony-pure-default harmony-pure-default: TODO
608 ⚪️ ConfigTestCases code-generation require-context-id require-context-id: TODO
609 ⚪️ ConfigTestCases code-generation use-strict use-strict: TODO
610 ⚪️ ConfigTestCases compiletime error-not-found error-not-found: TODO
611 ⚪️ ConfigTestCases compiletime exports-presence exports-presence: TODO
612 ⚪️ ConfigTestCases compiletime warn-not-found warn-not-found: TODO
619 ⚪️ ConfigTestCases concatenate-modules import-module import-module: TODO
634 ⚪️ ConfigTestCases concatenate-modules split-chunk-entry-module split-chunk-entry-module: TODO
709 ⚪️ ConfigTestCases contenthash assets assets: TODO
710 ⚪️ ConfigTestCases contenthash include-chunk-id include-chunk-id: TODO
711 ⚪️ ConfigTestCases context-exclusion simple simple: TODO
712 ⚪️ ConfigTestCases context-replacement System.import System.import: TODO
713 ⚪️ ConfigTestCases context-replacement a a: TODO
714 ⚪️ ConfigTestCases context-replacement b b: TODO
715 ⚪️ ConfigTestCases context-replacement c c: TODO
716 ⚪️ ConfigTestCases context-replacement d d: TODO
717 ⚪️ ConfigTestCases context-replacement e e: TODO
718 ⚪️ ConfigTestCases crossorigin set-crossorigin set-crossorigin: TODO
719 ⚪️ ConfigTestCases css basic basic: TODO
720 ⚪️ ConfigTestCases css basic-initial-only basic-initial-only: TODO
721 ⚪️ ConfigTestCases css conflicting-order conflicting-order: TODO
722 ⚪️ ConfigTestCases css css-modules css-modules: TODO
723 ⚪️ ConfigTestCases css css-modules-in-node css-modules-in-node: TODO
724 ⚪️ ConfigTestCases css exports exports: TODO
725 ⚪️ ConfigTestCases css exports-in-node exports-in-node: TODO
726 ⚪️ ConfigTestCases css external external: TODO
727 ⚪️ ConfigTestCases css large large: TODO
728 ⚪️ ConfigTestCases css urls urls: TODO
729 ⚫️ ConfigTestCases custom-hash-function xxhash xxhash: No plan
730 ⚪️ ConfigTestCases custom-modules json-custom json-custom: TODO
731 ⚪️ ConfigTestCases custom-source-type localization localization: TODO
732 ⚪️ ConfigTestCases deep-scope-analysis remove-export remove-export: TODO
733 ⚪️ ConfigTestCases deep-scope-analysis remove-export-scope-hoisting remove-export-scope-hoisting: TODO
734 ⚪️ ConfigTestCases defaulter immutable-config immutable-config: TODO
735 ⚪️ ConfigTestCases delegated simple simple: TODO
736 ⚪️ ConfigTestCases delegated-hash simple simple: TODO
740 ⚪️ ConfigTestCases deprecations chunk-and-module chunk-and-module: TODO
741 ⚪️ ConfigTestCases deprecations chunk-files chunk-files: TODO
742 ⚪️ ConfigTestCases deprecations config config: TODO
743 ⚪️ ConfigTestCases deprecations invalid-dependencies invalid-dependencies: TODO
744 ⚪️ ConfigTestCases deprecations non-unique-hash non-unique-hash: TODO
745 ⚪️ ConfigTestCases devtools harmony-eval harmony-eval: TODO
746 ⚪️ ConfigTestCases devtools harmony-eval-source-map harmony-eval-source-map: TODO
747 ⚪️ ConfigTestCases dll-plugin 0-create-dll 0-create-dll: TODO
748 ⚪️ ConfigTestCases dll-plugin 0-issue-10475 0-issue-10475: TODO
749 ⚪️ ConfigTestCases dll-plugin 1-issue-10475 1-issue-10475: TODO
750 ⚪️ ConfigTestCases dll-plugin 1-use-dll 1-use-dll: TODO
751 ⚪️ ConfigTestCases dll-plugin 2-use-dll-without-scope 2-use-dll-without-scope: TODO
752 ⚪️ ConfigTestCases dll-plugin 3-use-dll-with-hashid 3-use-dll-with-hashid: TODO
753 ⚪️ ConfigTestCases dll-plugin-entry 0-create-dll 0-create-dll: TODO
754 ⚪️ ConfigTestCases dll-plugin-entry 1-use-dll 1-use-dll: TODO
755 ⚪️ ConfigTestCases dll-plugin-entry 2-error-non-entry 2-error-non-entry: TODO
756 ⚪️ ConfigTestCases dll-plugin-format 0-create-dll 0-create-dll: TODO
757 ⚪️ ConfigTestCases dll-plugin-side-effects 0-create-dll 0-create-dll: TODO
758 ⚪️ ConfigTestCases dll-plugin-side-effects 1-use-dll 1-use-dll: TODO
759 ⚪️ ConfigTestCases ecmaVersion 2015 2015: TODO
760 ⚪️ ConfigTestCases ecmaVersion 2020 2020: TODO
761 ⚪️ ConfigTestCases ecmaVersion 5 5: TODO
762 ⚪️ ConfigTestCases ecmaVersion browserslist browserslist: TODO
763 ⚪️ ConfigTestCases ecmaVersion browserslist-config browserslist-config: TODO
764 ⚪️ ConfigTestCases ecmaVersion browserslist-config-env browserslist-config-env: TODO
765 ⚪️ ConfigTestCases ecmaVersion browserslist-missing browserslist-missing: TODO
766 ⚪️ ConfigTestCases ecmaVersion browserslist-query browserslist-query: TODO
767 ⚪️ ConfigTestCases ecmaVersion custom custom: TODO
768 ⚪️ ConfigTestCases emit-asset different-source different-source: TODO
769 ⚪️ ConfigTestCases emit-asset equal-source equal-source: TODO
770 ⚪️ ConfigTestCases entry adding-multiple-entry-points adding-multiple-entry-points: TODO
771 ⚪️ ConfigTestCases entry depend-on-advanced depend-on-advanced: TODO
772 ⚪️ ConfigTestCases entry depend-on-bug depend-on-bug: TODO
773 ⚪️ ConfigTestCases entry depend-on-non-js depend-on-non-js: TODO
774 ⚪️ ConfigTestCases entry depend-on-simple depend-on-simple: TODO
775 ⚪️ ConfigTestCases entry descriptor descriptor: TODO
779 ⚪️ ConfigTestCases entry function function: TODO
780 ⚪️ ConfigTestCases entry function-promise function-promise: TODO
781 ⚪️ ConfigTestCases entry issue-1068 issue-1068: TODO
782 ⚪️ ConfigTestCases entry issue-12562 issue-12562: TODO
787 ⚪️ ConfigTestCases entry issue-8110 issue-8110: TODO
794 ⚪️ ConfigTestCases entry require-entry-point require-entry-point: TODO
795 ⚪️ ConfigTestCases entry single-entry-point single-entry-point: TODO
799 ⚪️ ConfigTestCases entry weird-names weird-names: TODO
800 ⚪️ ConfigTestCases entry weird-names2 weird-names2: TODO
801 ⚪️ ConfigTestCases errors asset-options-validation asset-options-validation: TODO
802 ⚪️ ConfigTestCases errors case-emit case-emit: TODO
803 ⚪️ ConfigTestCases errors depend-on-and-runtime depend-on-and-runtime: TODO
804 ⚪️ ConfigTestCases errors depend-on-error depend-on-error: TODO
805 ⚪️ ConfigTestCases errors entry-not-found entry-not-found: TODO
806 ⚪️ ConfigTestCases errors exception-in-chunk-renderer exception-in-chunk-renderer: TODO
807 ⚪️ ConfigTestCases errors import-missing import-missing: TODO
808 ⚪️ ConfigTestCases errors multi-entry-missing-module multi-entry-missing-module: TODO
809 ⚪️ ConfigTestCases errors self-reexport self-reexport: TODO
810 ⚪️ ConfigTestCases externals async-externals async-externals: TODO
811 ⚪️ ConfigTestCases externals concatenated concatenated: TODO
812 ⚪️ ConfigTestCases externals concatenated-module concatenated-module: TODO
813 ⚪️ ConfigTestCases externals externals-array externals-array: TODO
814 ⚪️ ConfigTestCases externals externals-in-chunk externals-in-chunk: TODO
815 ⚪️ ConfigTestCases externals externals-in-commons-chunk externals-in-commons-chunk: TODO
816 ⚪️ ConfigTestCases externals externals-system externals-system: TODO
817 ⚪️ ConfigTestCases externals externals-system-custom externals-system-custom: TODO
818 ⚪️ ConfigTestCases externals global global: TODO
819 ⚪️ ConfigTestCases externals harmony harmony: TODO
826 ⚪️ ConfigTestCases externals non-umd-externals-umd2 non-umd-externals-umd2: TODO
827 ⚪️ ConfigTestCases externals optional-externals-cjs optional-externals-cjs: TODO
828 ⚪️ ConfigTestCases externals optional-externals-root optional-externals-root: TODO
829 ⚪️ ConfigTestCases externals optional-externals-umd optional-externals-umd: TODO
830 ⚪️ ConfigTestCases externals optional-externals-umd2 optional-externals-umd2: TODO
831 ⚪️ ConfigTestCases externals optional-externals-umd2-mixed optional-externals-umd2-mixed: TODO
835 ⚪️ ConfigTestCases externals resolve resolve: TODO
836 ⚪️ ConfigTestCases externals this this: TODO
837 ⚪️ ConfigTestCases filename-template filename-function filename-function: TODO
838 ⚪️ ConfigTestCases filename-template module-filename-template module-filename-template: TODO
839 ⚪️ ConfigTestCases filename-template script-src-filename script-src-filename: TODO
840 ⚪️ ConfigTestCases filename-template split-chunks-filename split-chunks-filename: TODO
841 ⚪️ ConfigTestCases finish-modules simple simple: TODO
842 ⚪️ ConfigTestCases graph conditional-ensure conditional-ensure: TODO
843 ⚪️ ConfigTestCases graph issue-11770 issue-11770: TODO
844 ⚪️ ConfigTestCases graph issue-11856 issue-11856: TODO
845 ⚪️ ConfigTestCases graph issue-11856.2 issue-11856.2: TODO
846 ⚪️ ConfigTestCases graph issue-11863 issue-11863: TODO
847 ⚪️ ConfigTestCases hash-length deterministic-module-ids deterministic-module-ids: TODO
848 ⚪️ ConfigTestCases hash-length hashed-module-ids hashed-module-ids: TODO
849 ⚪️ ConfigTestCases hash-length output-filename output-filename: TODO
850 ⚪️ ConfigTestCases ignore checkContext checkContext: TODO
851 ⚪️ ConfigTestCases ignore checkResource-one-argument checkResource-one-argument: TODO
852 ⚪️ ConfigTestCases ignore checkResource-two-arguments checkResource-two-arguments: TODO
858 ⚪️ ConfigTestCases ignore multiple-with-externals multiple-with-externals: TODO
859 ⚪️ ConfigTestCases ignore only-resource only-resource: TODO
860 ⚪️ ConfigTestCases ignore only-resource-context only-resource-context: TODO
861 ⚪️ ConfigTestCases ignore resource-and-context resource-and-context: TODO
862 ⚪️ ConfigTestCases ignore resource-and-context-contextmodule resource-and-context-contextmodule: TODO
863 ⚪️ ConfigTestCases inner-graph altaskitButton altaskitButton: TODO
864 ⚪️ ConfigTestCases inner-graph basic basic: TODO
865 ⚪️ ConfigTestCases inner-graph blockScopes blockScopes: TODO
866 ⚪️ ConfigTestCases inner-graph class class: TODO
867 ⚪️ ConfigTestCases inner-graph const const: TODO
868 ⚪️ ConfigTestCases inner-graph defaultArrow defaultArrow: TODO
869 ⚪️ ConfigTestCases inner-graph defaultClass defaultClass: TODO
870 ⚪️ ConfigTestCases inner-graph defaultExpression defaultExpression: TODO
871 ⚪️ ConfigTestCases inner-graph defaultFunction defaultFunction: TODO
872 ⚪️ ConfigTestCases inner-graph defaultFunctionExpression defaultFunctionExpression: TODO
873 ⚪️ ConfigTestCases inner-graph defaultId defaultId: TODO
874 ⚪️ ConfigTestCases inner-graph defaultNamedFunction defaultNamedFunction: TODO
875 ⚪️ ConfigTestCases inner-graph defaultNamedFunctionExpression defaultNamedFunctionExpression: TODO
876 ⚪️ ConfigTestCases inner-graph eval-bailout eval-bailout: TODO
877 ⚪️ ConfigTestCases inner-graph export export: TODO
878 ⚪️ ConfigTestCases inner-graph importAll importAll: TODO
879 ⚪️ ConfigTestCases inner-graph issue-11678 issue-11678: TODO
880 ⚪️ ConfigTestCases inner-graph issue-12669 issue-12669: TODO
881 ⚪️ ConfigTestCases inner-graph issue-12669-mini issue-12669-mini: TODO
882 ⚪️ ConfigTestCases inner-graph localReference localReference: TODO
883 ⚪️ ConfigTestCases inner-graph nested nested: TODO
884 ⚪️ ConfigTestCases inner-graph pure pure: TODO
885 ⚪️ ConfigTestCases inner-graph ramdaIdentical ramdaIdentical: TODO
886 ⚪️ ConfigTestCases inner-graph specifier specifier: TODO
887 ⚪️ ConfigTestCases inner-graph varNotWritten varNotWritten: TODO
888 ⚪️ ConfigTestCases inner-graph varWritten varWritten: TODO
889 ⚪️ ConfigTestCases issues issue-11871-imports-order issue-11871-imports-order: TODO
890 ⚪️ ConfigTestCases issues issue-12924 issue-12924: TODO
895 ⚪️ ConfigTestCases issues issue-14974 issue-14974: TODO
896 ⚪️ ConfigTestCases issues issue-3596 issue-3596: TODO
897 ⚪️ ConfigTestCases issues issue-7470 issue-7470: TODO
900 ⚪️ ConfigTestCases json tree-shaking-default tree-shaking-default: TODO
901 ⚪️ ConfigTestCases layer rules rules: TODO
902 ⚪️ ConfigTestCases library 0-create-library 0-create-library: TODO
903 ⚪️ ConfigTestCases library 1-use-library 1-use-library: TODO
920 ⚪️ ConfigTestCases library invalid-name invalid-name: TODO
936 🟡 ConfigTestCases loader-import-module css css: #4923
937 ⚪️ ConfigTestCases loaders #-issue-14755-# #-issue-14755-#: TODO
941 🔴 ConfigTestCases loaders hot-in-context hot-in-context: blocked by parser hook and ConstPlugin: #4300
964 ⚪️ ConfigTestCases loaders options options: TODO
965 🔴 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
974 ⚪️ ConfigTestCases managedPaths futureDefaults futureDefaults: TODO
975 ⚪️ ConfigTestCases mangle mangle-with-object-prop mangle-with-object-prop: TODO
976 ⚪️ ConfigTestCases module externals externals: TODO
977 ⚪️ ConfigTestCases module runtime-chunk runtime-chunk: TODO
978 ⚪️ ConfigTestCases module split-chunks split-chunks: TODO
979 ⚪️ ConfigTestCases module-name different-issuers-for-same-module different-issuers-for-same-module: TODO
980 ⚪️ ConfigTestCases no-parse module.exports module.exports: TODO
981 ⚪️ ConfigTestCases no-parse no-parse-function no-parse-function: TODO
982 ⚪️ ConfigTestCases node node-prefix node-prefix: TODO
983 ⚪️ ConfigTestCases optimization chunk chunk: TODO
993 ⚪️ ConfigTestCases optimization hashed-module-ids hashed-module-ids: TODO
994 ⚪️ ConfigTestCases optimization minimizer minimizer: TODO
995 ⚪️ ConfigTestCases optimization named-modules named-modules: TODO
996 ⚪️ ConfigTestCases optimization runtime-specific-used-exports runtime-specific-used-exports: TODO
997 ⚪️ ConfigTestCases optimization runtime-specific-used-exports2 runtime-specific-used-exports2: TODO
998 ⚪️ ConfigTestCases output charset charset: TODO
999 ⚪️ ConfigTestCases output function function: TODO
1000 ⚪️ ConfigTestCases output import-meta-name import-meta-name: TODO
1001 ⚪️ ConfigTestCases output inner-dirs-entries inner-dirs-entries: TODO
1002 ⚪️ ConfigTestCases output publicPath-node publicPath-node: TODO
1003 ⚪️ ConfigTestCases output publicPath-scriptType-module publicPath-scriptType-module: TODO
1004 ⚪️ ConfigTestCases output publicPath-web publicPath-web: TODO
1005 ⚪️ ConfigTestCases output string string: TODO
1006 ⚪️ ConfigTestCases output-module check-defaults check-defaults: TODO
1011 ⚪️ ConfigTestCases parsing context context: TODO
1016 ⚪️ ConfigTestCases parsing harmony-global harmony-global: TODO
1017 ⚪️ ConfigTestCases parsing harmony-this harmony-this: TODO
1018 ⚪️ ConfigTestCases parsing harmony-this-concat harmony-this-concat: TODO
1025 ⚪️ ConfigTestCases parsing issue-14545 issue-14545: TODO
1026 ⚪️ ConfigTestCases parsing issue-14720 issue-14720: TODO
1027 ⚪️ ConfigTestCases parsing issue-2942 issue-2942: TODO
1031 ⚪️ ConfigTestCases parsing issue-4857 issue-4857: TODO
1032 ⚪️ ConfigTestCases parsing issue-5624 issue-5624: TODO
1033 ⚪️ ConfigTestCases parsing issue-8293 issue-8293: TODO
1034 ⚪️ ConfigTestCases parsing issue-9042 issue-9042: TODO
1045 ⚪️ ConfigTestCases parsing optional optional: TODO
1046 ⚪️ ConfigTestCases parsing optional-chaining optional-chaining: TODO
1047 ⚪️ ConfigTestCases parsing relative-filedirname relative-filedirname: TODO
1048 ⚪️ ConfigTestCases parsing require-ignore require-ignore: TODO
1052 ⚪️ ConfigTestCases parsing requirejs requirejs: TODO
1053 ⚪️ ConfigTestCases parsing system.import system.import: TODO
1054 ⚪️ ConfigTestCases performance many-async-imports many-async-imports: TODO
1055 ⚪️ ConfigTestCases performance many-exports many-exports: TODO
1060 🔴 ConfigTestCases plugins banner-plugin-hashing banner-plugin-hashing: Lacking support of chunkhash
1061 ⚪️ ConfigTestCases plugins define-plugin define-plugin: TODO
1062 ⚪️ ConfigTestCases plugins define-plugin-bigint define-plugin-bigint: TODO
1101 ⚪️ ConfigTestCases plugins lib-manifest-plugin lib-manifest-plugin: TODO
1106 ⚪️ ConfigTestCases plugins min-chunk-size min-chunk-size: TODO
1107 ⚪️ ConfigTestCases plugins mini-css-extract-plugin mini-css-extract-plugin: TODO
1108 ⚪️ ConfigTestCases plugins profiling-plugin profiling-plugin: TODO
1109 ⚪️ ConfigTestCases plugins progress-plugin progress-plugin: TODO
1110 ⚪️ ConfigTestCases plugins provide-plugin provide-plugin: TODO
1111 ⚪️ ConfigTestCases plugins source-map-dev-tool-plugin source-map-dev-tool-plugin: TODO
1112 ⚪️ ConfigTestCases plugins source-map-dev-tool-pluginappend source-map-dev-tool-pluginappend: TODO
1113 ⚪️ ConfigTestCases plugins terser-plugin terser-plugin: TODO
1114 ⚪️ ConfigTestCases process-assets html-plugin html-plugin: TODO
1115 ⚪️ ConfigTestCases race-conditions load-module load-module: TODO
1116 ⚪️ ConfigTestCases rebuild finishModules finishModules: TODO
1117 ⚪️ ConfigTestCases rebuild rebuildWithNewDependencies rebuildWithNewDependencies: TODO
1118 ⚪️ ConfigTestCases records issue-295 issue-295: TODO
1119 ⚪️ ConfigTestCases records issue-2991 issue-2991: TODO
1120 ⚪️ ConfigTestCases records issue-7339 issue-7339: TODO
1121 ⚪️ ConfigTestCases records issue-7492 issue-7492: TODO
1122 ⚪️ ConfigTestCases records stable-sort stable-sort: TODO
1123 ⚪️ ConfigTestCases require module-require module-require: TODO
1124 ⚪️ ConfigTestCases resolve context-resolve-with-ignore context-resolve-with-ignore: TODO
1125 ⚪️ ConfigTestCases resolve empty-context-module empty-context-module: TODO
1131 ⚪️ ConfigTestCases resolve issue-11335-context-module issue-11335-context-module: TODO
1132 ⚪️ ConfigTestCases resolve issue-15580 issue-15580: TODO
1136 ⚪️ ConfigTestCases resolve only-module only-module: TODO
1137 ⚪️ ConfigTestCases resolve-merging override override: TODO
1141 ⚪️ ConfigTestCases resolving prefer-absolute prefer-absolute: TODO
1142 ⚪️ ConfigTestCases resolving prefer-root prefer-root: TODO
1143 ⚪️ ConfigTestCases rule-set chaining chaining: TODO
1144 ⚪️ ConfigTestCases rule-set compiler compiler: TODO
1145 ⚪️ ConfigTestCases rule-set custom custom: TODO
1146 ⚪️ ConfigTestCases rule-set query query: TODO
1147 ⚪️ ConfigTestCases rule-set resolve-options resolve-options: TODO
1148 ⚪️ ConfigTestCases rule-set simple simple: TODO
1149 ⚪️ ConfigTestCases rule-set simple-use-array-fn simple-use-array-fn: TODO
1150 ⚪️ ConfigTestCases rule-set simple-use-fn-array simple-use-fn-array: TODO
1151 ⚪️ ConfigTestCases rule-set undefined-values undefined-values: TODO
1152 ⚪️ ConfigTestCases runtime entries-in-runtime entries-in-runtime: TODO
1153 ⚪️ ConfigTestCases runtime invalid-esm-export invalid-esm-export: TODO
1154 ⚪️ ConfigTestCases runtime no-runtime-per-entry no-runtime-per-entry: TODO
1155 ⚪️ ConfigTestCases runtime opt-in-finally opt-in-finally: TODO
1159 ⚪️ ConfigTestCases scope-hoisting create-dll-plugin create-dll-plugin: TODO
1160 ⚪️ ConfigTestCases scope-hoisting dll-plugin dll-plugin: TODO
1181 ⚪️ ConfigTestCases sharing consume-module-ignore-warnings consume-module-ignore-warnings: TODO
1185 ⚪️ ConfigTestCases sharing consume-multiple-versions-ignore-warnings consume-multiple-versions-ignore-warnings: TODO
1218 ⚪️ ConfigTestCases side-effects issue-13063 issue-13063: TODO
1226 ⚪️ ConfigTestCases side-effects type-reexports type-reexports: TODO
1227 ⚪️ ConfigTestCases side-effects url url: TODO
1240 ⚪️ ConfigTestCases source-map array-as-output-library array-as-output-library: TODO
1241 ⚪️ ConfigTestCases source-map array-as-output-library-in-object-output array-as-output-library-in-object-output: TODO
1242 ⚪️ ConfigTestCases source-map context-module-source-path context-module-source-path: TODO
1243 ⚪️ ConfigTestCases source-map default-filename-extensions-css default-filename-extensions-css: TODO
1244 ⚪️ ConfigTestCases source-map default-filename-extensions-js default-filename-extensions-js: TODO
1245 ⚪️ ConfigTestCases source-map default-filename-extensions-mjs default-filename-extensions-mjs: TODO
1250 ⚪️ ConfigTestCases source-map exclude-modules-source-map exclude-modules-source-map: TODO
1251 ⚪️ ConfigTestCases source-map module-names module-names: TODO
1258 ⚪️ ConfigTestCases source-map namespace-source-path.library namespace-source-path.library: TODO
1259 ⚪️ ConfigTestCases source-map no-source-map no-source-map: TODO
1263 ⚪️ ConfigTestCases source-map object-as-output-library object-as-output-library: TODO
1264 🟡 ConfigTestCases source-map relative-source-map-path relative-source-map-path: #4304
1265 🔴 ConfigTestCases source-map relative-source-maps-by-loader relative-source-maps-by-loader: #5393
1266 ⚪️ ConfigTestCases source-map resource-path resource-path: TODO
1270 ⚪️ ConfigTestCases source-map source-map-with-profiling-plugin source-map-with-profiling-plugin: TODO
1271 ⚪️ ConfigTestCases source-map sources-array-production sources-array-production: TODO
1278 🔴 ConfigTestCases split-chunks chunk-filename-delimiter-default chunk-filename-delimiter-default: splitted chunk ids should be the same as webpack #4334
1283 🔴 ConfigTestCases split-chunks custom-filename-function custom-filename-function: not support function type of splitChunks #4333
1288 🔴 ConfigTestCases split-chunks entry-point-error entry-point-error: should emit error if entry point and splitted chunk have the same name #4332
1295 🔴 ConfigTestCases split-chunks issue-11513 issue-11513: should support object type minSize #4331
1311 🔴 ConfigTestCases split-chunks move-to-entrypoint move-to-entrypoint: jest node env blocks
1312 🔴 ConfigTestCases split-chunks no-options no-options: no js splitChunks plugin
1316 🟡 ConfigTestCases split-chunks runtime-chunk runtime-chunk: not have the same name for splitted chunk with webpack #4334
1317 🔴 ConfigTestCases split-chunks runtime-chunk-async-node runtime-chunk-async-node: hang by unknown reasons #4342
1321 🔴 ConfigTestCases split-chunks runtime-chunk-node runtime-chunk-node: hang by unknown reasons #4342
1322 🔴 ConfigTestCases split-chunks runtime-chunk-node-13130 runtime-chunk-node-13130: hang by unknown reasons #4342
1333 🔴 ConfigTestCases split-chunks-common hot hot: block: require.main #3562
1346 🔴 ConfigTestCases split-chunks-common library library: block: require.ensure #4304
1364 ⚪️ ConfigTestCases target amd-container-named amd-container-named: TODO
1365 ⚪️ ConfigTestCases target amd-container-require amd-container-require: TODO
1366 ⚪️ ConfigTestCases target amd-container-unnamed amd-container-unnamed: TODO
1367 ⚪️ ConfigTestCases target amd-named amd-named: TODO
1368 ⚪️ ConfigTestCases target amd-require amd-require: TODO
1369 ⚪️ ConfigTestCases target amd-unnamed amd-unnamed: TODO
1377 ⚪️ ConfigTestCases target node-dynamic-import node-dynamic-import: TODO
1378 ⚪️ ConfigTestCases target strict-mode-global strict-mode-global: TODO
1388 ⚪️ ConfigTestCases target system-named-assets-path system-named-assets-path: TODO
1392 ⚪️ ConfigTestCases target umd-auxiliary-comments-object umd-auxiliary-comments-object: TODO
1393 ⚪️ ConfigTestCases target umd-auxiliary-comments-string umd-auxiliary-comments-string: TODO
1394 ⚪️ ConfigTestCases target umd-named-define umd-named-define: TODO
1395 🔴 ConfigTestCases trusted-types custom-policy-name custom-policy-name: #5395
1396 🔴 ConfigTestCases trusted-types default-policy-name default-policy-name: #5395
1397 ⚪️ ConfigTestCases trusted-types devtool-eval devtool-eval: TODO
1398 🔴 ConfigTestCases trusted-types no-policy-name no-policy-name: #5395
1399 🔴 ConfigTestCases trusted-types no-trusted-types no-trusted-types: #5395
1400 ⚪️ ConfigTestCases trusted-types web-worker web-worker: TODO
1401 ⚪️ ConfigTestCases types filesystems filesystems: TODO
1405 ⚪️ ConfigTestCases utils lazy-set lazy-set: TODO
1406 ⚪️ ConfigTestCases wasm export-imported-global export-imported-global: TODO
1407 ⚪️ ConfigTestCases wasm identical identical: TODO
1408 ⚪️ ConfigTestCases wasm import-wasm-wasm import-wasm-wasm: TODO
1409 ⚪️ ConfigTestCases wasm missing-wasm-experiment missing-wasm-experiment: TODO
1410 ⚪️ ConfigTestCases wasm wasm-in-initial-chunk-error wasm-in-initial-chunk-error: TODO
1411 ⚪️ ConfigTestCases web attach-existing attach-existing: TODO
1412 ⚪️ ConfigTestCases web node-source node-source: TODO
1413 ⚪️ ConfigTestCases web node-source-future-defaults node-source-future-defaults: TODO
1414 ⚪️ ConfigTestCases web node-source-global node-source-global: TODO
1415 ⚪️ ConfigTestCases web non-js-chunks-entrypoint non-js-chunks-entrypoint: TODO
1416 ⚪️ ConfigTestCases web non-js-chunks-entrypoint-runtime-chunk non-js-chunks-entrypoint-runtime-chunk: TODO
1420 ⚪️ ConfigTestCases web preexecuted-chunk preexecuted-chunk: TODO
1427 ⚪️ ConfigTestCases web retry-failed-import retry-failed-import: TODO
1428 ⚪️ ConfigTestCases web unique-jsonp unique-jsonp: TODO
1429 🔴 ConfigTestCases worker custom-worker custom-worker: #3656
1430 🔴 ConfigTestCases worker node-worker node-worker: needs compile time evaluateExpression
1431 🔴 ConfigTestCases worker node-worker-hmr node-worker-hmr: HMR plugin
1448 🔴 TestCases normal amd define-needs-module: #4313
1449 🔴 TestCases normal amd namedModules: #4313
1450 🔴 TestCases normal amd namedModulesConstArrayDep: #4313
1487 🔴 TestCases normal chunks context: #4304
1488 🔴 TestCases normal chunks inline-options: #4306
1489 🔴 TestCases normal chunks named-chunks: #4304
1490 🔴 TestCases normal chunks nested-in-empty: #4304
1491 🔴 TestCases normal chunks parsing: #4304
1492 🔴 TestCases normal chunks runtime: #4304
1493 🔴 TestCases normal chunks var-inject-error-handler: #4304
1494 🟡 TestCases normal chunks weak-dependencies: #2787
1495 🔴 TestCases normal chunks weak-dependencies-context: #4315
1536 🔴 TestCases normal cjs-interop non-existing-export: #4323
1537 🟡 TestCases normal cjs-tree-shaking bailouts: #4313
1538 🟡 TestCases normal cjs-tree-shaking mutate: #4323
1539 🔴 TestCases normal cjs-tree-shaking reexports: #4424
1617 🔴 TestCases normal compile deduplication-bundle-loader: #4304
1618 🔴 TestCases normal compile error-hide-stack: #4326
1631 🔴 TestCases normal context import-meta-webpack-context: #4305
1632 🔴 TestCases normal context issue-10969: #4329
1633 🔴 TestCases normal context issue-5750: #4328
1678 🟡 TestCases normal errors crash-missing-import: #4348
1679 🟡 TestCases normal errors harmony-import-missing: #4348
1680 🟡 TestCases normal errors harmony-import-missing2: #4348
1681 🔴 TestCases normal errors load-module-cycle: #3738
1682 🔴 TestCases normal errors load-module-cycle-multiple: #3738
1683 🔴 TestCases normal errors load-module-error: #3738
1684 🟡 TestCases normal errors loader-error-warning: #4349
1685 🟡 TestCases normal errors mjs-non-fully-specified: #4348
1686 🟡 TestCases normal errors module-request: #4348
1695 🟡 TestCases normal esm import-meta: #4350
1763 🟡 TestCases normal json default-default-with-concatenation: #3823
1764 🔴 TestCases normal json import-assertions-type-json: #4358
1765 🔴 TestCases normal json import-by-name: #4323
1766 🟡 TestCases normal json import-by-name-with-concatenation: #3823, #4323
1767 🟡 TestCases normal json import-with-default-with-concatenation: #3823
1768 🟡 TestCases normal json reexport: #4323
1794 🔴 TestCases normal large big-assets: #3180
1795 ⚪️ TestCases normal large many-replacements: TODO
1796 🔴 TestCases normal loaders import-module: #4398
1797 🔴 TestCases normal loaders issue-10725: blocked by this.loadModule #3738
1798 🔴 TestCases normal loaders issue-2299: blocked by this.loadModule #3738
1799 🔴 TestCases normal loaders issue-4959: blocked by this.loadModule #3738
1800 🔴 TestCases normal loaders no-string: blocked by #3459
1801 🟡 TestCases normal loaders query: #4397
1802 🔴 TestCases normal loaders resolve: #3180
1803 🔴 TestCases normal loaders utils: #4397
1849 🟡 TestCases normal mjs non-enumerable: #4323
1850 🟡 TestCases normal mjs type-module: #3544, #5197
1896 🔴 TestCases normal nonce set-nonce: #4401
1897 🔴 TestCases normal optimize side-effects-reexport-start-unknown: new tree-shaking re-implementation
1957 🔴 TestCases normal parsing amd-rename: #4313
1958 🟡 TestCases normal parsing chunks: #4304
1959 🟡 TestCases normal parsing complex-require: #4304, #4313
1960 🔴 TestCases normal parsing context: #3346
1961 🔴 TestCases normal parsing declared-api: #4313
1962 🔴 TestCases normal parsing es6.nominimize: #4304
1963 🔴 TestCases normal parsing evaluate: #4424
1964 🔴 TestCases normal parsing evaluate-nullish: #4424
1965 🔴 TestCases normal parsing extract-amd: #4313
1966 🔴 TestCases normal parsing extract-amd.nominimize: #4313
1967 🔴 TestCases normal parsing extract-require: #4424
1968 🔴 TestCases normal parsing harmony-deep-exports: #4426
1969 🔴 TestCases normal parsing harmony-duplicate-export: #4323
1970 🔴 TestCases normal parsing harmony-export-import-specifier: #4426
1971 🔴 TestCases normal parsing harmony-export-precedence: #4323
1972 🔴 TestCases normal parsing harmony-info: #4323
1973 🔴 TestCases normal parsing harmony-injecting-order: #4313
1974 🔴 TestCases normal parsing harmony-reexport: new treeshaking re-implementation
1975 🔴 TestCases normal parsing harmony-star-conflict: #4118, #4323
1976 🔴 TestCases normal parsing issue-2084: #4313
1977 🔴 TestCases normal parsing issue-2600: #4348
1978 🔴 TestCases normal parsing issue-2641: #4313
1979 ⚪️ TestCases normal parsing issue-3252: TODO
1980 ⚪️ TestCases normal parsing issue-3273: TODO
1981 🔴 TestCases normal parsing issue-345: #4313
1982 🔴 TestCases normal parsing issue-387: #4313
1983 🔴 TestCases normal parsing issue-4596: #4424
1984 🔴 TestCases normal parsing issue-4940: #4313
1985 🔴 TestCases normal parsing issue-627: #4429
1986 🔴 TestCases normal parsing issue-758: #4313, #4304
1987 🔴 TestCases normal parsing issue-7778: #4450
1988 🔴 TestCases normal parsing local-modules: #4313
1989 🔴 TestCases normal parsing missing-export-warning-nested: #4323
1990 🔴 TestCases normal parsing nullish-coalescing: #4300
1991 🔴 TestCases normal parsing precreated-ast: #4442
1992 🔴 TestCases normal parsing renaming: #4313, #3346
1993 🔴 TestCases normal parsing resolve-weak-context: #4315
1994 🔴 TestCases normal parsing strict-mode: #4313
1995 🔴 TestCases normal parsing typeof: #4424
1996 🔴 TestCases normal parsing unsupported-amd: #4313
2400 🔴 TestCases normal resolving commomjs-local-module: #4313
2401 🔴 TestCases normal resolving context: #4397
2402 🔴 TestCases normal resolving data-uri: #4445
2403 🔴 TestCases normal resolving issue-2986: #4348
2433 🔴 TestCases normal runtime chunk-callback-order: #4313
2434 🔴 TestCases normal runtime error-handling: #4348
2435 🔴 TestCases normal runtime issue-15518: #4306
2436 🔴 TestCases normal runtime missing-module-exception: #4348
2437 🔴 TestCases normal runtime missing-module-syntax-error: #4348
2438 🔴 TestCases normal runtime module-caching: #4304
2455 ⚪️ TestCases normal scope-hoisting circular-root-export: TODO
2456 🟡 TestCases normal scope-hoisting json-reexport-6700: #4323
2457 ⚪️ TestCases normal scope-hoisting renaming-shorthand-5027: TODO
2632 ⚪️ TestCases normal side-effects dynamic-reexports: TODO
2669 ⚪️ TestCases normal wasm v128: TODO
2765 🔴 TestCases hot amd define-needs-module: #4313
2766 🔴 TestCases hot amd namedModules: #4313
2767 🔴 TestCases hot amd namedModulesConstArrayDep: #4313
2804 🔴 TestCases hot chunks context: #4304
2805 🔴 TestCases hot chunks inline-options: #4306
2806 🔴 TestCases hot chunks named-chunks: #4304
2807 🔴 TestCases hot chunks nested-in-empty: #4304
2808 🔴 TestCases hot chunks parsing: #4304
2809 🔴 TestCases hot chunks runtime: #4304
2810 🔴 TestCases hot chunks var-inject-error-handler: #4304
2811 🟡 TestCases hot chunks weak-dependencies: #2787
2812 🔴 TestCases hot chunks weak-dependencies-context: #4315
2853 🔴 TestCases hot cjs-interop non-existing-export: https://github.com/web-infra...*[Comment body truncated]*

@h-a-n-a h-a-n-a marked this pull request as ready for review February 4, 2024 04:58
@h-a-n-a h-a-n-a merged commit bc16354 into main Feb 4, 2024
22 checks passed
@h-a-n-a h-a-n-a deleted the feat/iso branch February 4, 2024 05:06
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.

[Bug]: force rebuild when cacheable set to false
3 participants