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

chore: enable most of the tests from webpack-examples #5376

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

Boshen
Copy link
Contributor

@Boshen Boshen commented Jan 19, 2024

Summary

We managed to pass some of the webpack example tests!

Test Suites: 1 passed, 1 total
Tests:       17 skipped, 46 passed, 63 total
Snapshots:   0 total
Time:        1.511 s, estimated 2 s
 PASS  ./Examples.test.js
  Examples
    ✓ should compile asset-simple (168 ms)
    ✓ should compile build-http (4 ms)
    ✓ should compile chunkhash (5 ms)
    ✓ should compile code-splitted-require.context (3 ms)
    ✓ should compile code-splitted-require.context-amd (3 ms)
    ✓ should compile code-splitting (3 ms)
    ✓ should compile code-splitting-depend-on-advanced (7 ms)
    ✓ should compile code-splitting-depend-on-simple (122 ms)
    ✓ should compile code-splitting-harmony (7 ms)
    ✓ should compile code-splitting-native-import-context (5 ms)
    ✓ should compile code-splitting-native-import-context-filter (7 ms)
    ✓ should compile code-splitting-specify-chunk-name (5 ms)
    ✓ should compile coffee-script (137 ms)
    ✓ should compile common-chunk-and-vendor-chunk (5 ms)
    ✓ should compile commonjs (3 ms)
    ✓ should compile css (5 ms)
    ✓ should compile externals (3 ms)
    ✓ should compile extra-async-chunk (3 ms)
    ✓ should compile extra-async-chunk-advanced (3 ms)
    ✓ should compile harmony (4 ms)
    ✓ should compile harmony-interop (2 ms)
    ✓ should compile harmony-library (3 ms)
    ✓ should compile harmony-unused (3 ms)
    ✓ should compile hybrid-routing (5 ms)
    ✓ should compile loader (87 ms)
    ✓ should compile many-pages (7 ms)
    ✓ should compile mixed (3 ms)
    ✓ should compile module (4 ms)
    ✓ should compile module-code-splitting (49 ms)
    ✓ should compile module-library (4 ms)
    ✓ should compile module-worker (8 ms)
    ✓ should compile multi-compiler (5 ms)
    ✓ should compile multi-part-library (3 ms)
    ✓ should compile multiple-entry-points (4 ms)
    ✓ should compile named-chunks (3 ms)
    ✓ should compile reexport-components (427 ms)
    ✓ should compile require.context (3 ms)
    ✓ should compile require.resolve (2 ms)
    ✓ should compile scope-hoisting (5 ms)
    ✓ should compile side-effects (4 ms)
    ✓ should compile source-map (127 ms)
    ✓ should compile top-level-await (5 ms)
    ✓ should compile two-explicit-vendor-chunks (4 ms)
    ✓ should compile wasm-complex (33 ms)
    ✓ should compile wasm-simple (5 ms)
    ✓ should compile worker (6 ms)
    aggressive-merging
      ○ skipped {{ status = TODO, reason = TODO }}
    asset-advanced
      ○ skipped {{ status = TODO, reason = TODO }}
    cjs-tree-shaking
      ○ skipped {{ status = TODO, reason = TODO }}
    code-splitting-bundle-loader
      ○ skipped {{ status = TODO, reason = TODO }}
    common-chunk-grandchildren
      ○ skipped {{ status = TODO, reason = TODO }}
    custom-json-modules
      ○ skipped {{ status = TODO, reason = TODO }}
    dll
      ○ skipped {{ status = TODO, reason = TODO }}
    dll-app-and-vendor/0-vendor
      ○ skipped {{ status = TODO, reason = TODO }}
    dll-app-and-vendor/1-app
      ○ skipped {{ status = TODO, reason = TODO }}
    dll-entry-only
      ○ skipped {{ status = TODO, reason = TODO }}
    dll-user
      ○ skipped {{ status = TODO, reason = TODO }}
    explicit-vendor-chunk
      ○ skipped {{ status = TODO, reason = TODO }}
    http2-aggressive-splitting
      ○ skipped {{ status = TODO, reason = TODO }}
    lazy-compilation
      ○ skipped {{ status = TODO, reason = TODO }}
    module-federation
      ○ skipped {{ status = TODO, reason = TODO }}
    persistent-caching
      ○ skipped {{ status = TODO, reason = TODO }}
    typescript
      ○ skipped {{ status = TODO, reason = TODO }}

We can create a tracking issue for these tests, and get some help to figure out why they are failing.

@Boshen Boshen requested review from a team January 19, 2024 15:43
@Boshen Boshen requested a review from hardfist as a code owner January 19, 2024 15:43
@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Jan 19, 2024
@Boshen Boshen changed the title chore: enable some tests from webpack-examples chore: enable most of the tests from webpack-examples Jan 19, 2024
Copy link
Contributor

Test Compatibility Diff

main pr diff
71.905% 71.938% ✅ ⏫ 0.033
Unpassed tests

1 ⚪️ ConfigTestCases additional-pass simple simple: TODO
2 ⚪️ ConfigTestCases amd disabled disabled: TODO
3 ⚪️ ConfigTestCases asset-emitted normal normal: TODO
4 ⚪️ ConfigTestCases asset-modules assetModuleFilename assetModuleFilename: TODO
8 ⚪️ ConfigTestCases asset-modules custom-condition custom-condition: TODO
9 ⚪️ ConfigTestCases asset-modules custom-encoder custom-encoder: TODO
10 ⚪️ ConfigTestCases asset-modules data-url data-url: TODO
11 ⚪️ ConfigTestCases asset-modules different-query different-query: TODO
12 ⚪️ ConfigTestCases asset-modules emit emit: TODO
13 ⚪️ ConfigTestCases asset-modules file-loader file-loader: TODO
14 ⚪️ ConfigTestCases asset-modules file-url file-url: TODO
15 ⚪️ ConfigTestCases asset-modules generator-asset-publicPath generator-asset-publicPath: TODO
16 ⚪️ ConfigTestCases asset-modules generator-asset-publicPath-hash generator-asset-publicPath-hash: TODO
17 ⚪️ ConfigTestCases asset-modules global-options global-options: TODO
18 ⚪️ ConfigTestCases asset-modules http-url http-url: TODO
19 ⚪️ ConfigTestCases asset-modules ignore ignore: TODO
20 ⚪️ ConfigTestCases asset-modules input-data-url input-data-url: TODO
21 ⚪️ ConfigTestCases asset-modules input-data-url-encoding input-data-url-encoding: TODO
22 ⚪️ ConfigTestCases asset-modules opus opus: TODO
23 ⚪️ ConfigTestCases asset-modules overridePath overridePath: TODO
24 ⚪️ ConfigTestCases asset-modules path path: TODO
25 ⚪️ ConfigTestCases asset-modules publicPath publicPath: TODO
26 ⚪️ ConfigTestCases asset-modules query query: TODO
27 ⚪️ ConfigTestCases asset-modules query-and-custom-condition query-and-custom-condition: TODO
28 ⚪️ ConfigTestCases asset-modules query-and-custom-encoder query-and-custom-encoder: TODO
29 ⚪️ ConfigTestCases asset-modules real-content-hash real-content-hash: TODO
30 ⚪️ ConfigTestCases asset-modules resource-from-data-uri resource-from-data-uri: TODO
31 ⚪️ ConfigTestCases asset-modules rule-generator-outputPath rule-generator-outputPath: TODO
32 ⚪️ ConfigTestCases asset-modules rule-generator-publicPath rule-generator-publicPath: TODO
33 ⚪️ ConfigTestCases asset-modules rule-generator-publicPath-override rule-generator-publicPath-override: TODO
34 ⚪️ ConfigTestCases asset-modules source source: TODO
35 ⚪️ ConfigTestCases asset-modules types types: TODO
36 ⚪️ ConfigTestCases asset-modules unsafe-cache-13827 unsafe-cache-13827: TODO
46 ⚪️ ConfigTestCases asset-url target-node3 target-node3: TODO
47 ⚪️ ConfigTestCases asset-url target-web1 target-web1: TODO
48 ⚪️ ConfigTestCases asset-url target-web2 target-web2: TODO
49 ⚪️ ConfigTestCases asset-url target-webworker1 target-webworker1: TODO
50 ⚪️ ConfigTestCases asset-url target-webworker2 target-webworker2: TODO
51 ⚪️ ConfigTestCases assets delete-asset delete-asset: TODO
52 ⚪️ ConfigTestCases async-commons-chunk all-selected all-selected: TODO
53 ⚪️ ConfigTestCases async-commons-chunk duplicate duplicate: TODO
54 ⚪️ ConfigTestCases async-commons-chunk existing-name existing-name: TODO
55 ⚪️ ConfigTestCases async-commons-chunk nested nested: TODO
56 ⚪️ ConfigTestCases async-commons-chunk node node: TODO
57 ⚪️ ConfigTestCases async-commons-chunk simple simple: TODO
60 ⚪️ ConfigTestCases async-library 1-use-library 1-use-library: TODO
61 ⚫️ ConfigTestCases cache-dependencies managed-items managed-items: No plan
62 ⚫️ ConfigTestCases cache-dependencies managed-items-unsafe-cache managed-items-unsafe-cache: No plan
63 ⚪️ ConfigTestCases chunk-graph issue-15173 issue-15173: TODO
69 ⚪️ ConfigTestCases chunk-index order-multiple-entries order-multiple-entries: TODO
70 ⚪️ ConfigTestCases clean dry dry: TODO
71 ⚪️ ConfigTestCases clean enabled enabled: TODO
72 ⚪️ ConfigTestCases clean ignore-fn ignore-fn: TODO
73 ⚪️ ConfigTestCases clean ignore-hook ignore-hook: TODO
74 ⚪️ ConfigTestCases clean ignore-rx ignore-rx: TODO
75 ⚪️ ConfigTestCases clean link link: TODO
76 ⚪️ ConfigTestCases code-generation harmony-pure-default harmony-pure-default: TODO
77 ⚪️ ConfigTestCases code-generation require-context-id require-context-id: TODO
78 ⚪️ ConfigTestCases code-generation use-strict use-strict: TODO
79 ⚪️ ConfigTestCases compiletime error-not-found error-not-found: TODO
80 ⚪️ ConfigTestCases compiletime exports-presence exports-presence: TODO
81 ⚪️ ConfigTestCases compiletime warn-not-found warn-not-found: TODO
82 ⚪️ ConfigTestCases concatenate-modules destructuring-assignment-with-default-value-and-variable-collision-nested destructuring-assignment-with-default-value-and-variable-collision-nested: TODO
83 ⚪️ ConfigTestCases concatenate-modules destructuring-assignment-with-default-value-and-variable-collision-simple destructuring-assignment-with-default-value-and-variable-collision-simple: TODO
84 ⚪️ ConfigTestCases concatenate-modules import-module import-module: TODO
85 ⚪️ ConfigTestCases concatenate-modules issue-13022 issue-13022: TODO
86 ⚪️ ConfigTestCases concatenate-modules load-chunk-function load-chunk-function: TODO
87 ⚪️ ConfigTestCases concatenate-modules rename-10168 rename-10168: TODO
88 ⚪️ ConfigTestCases concatenate-modules side-effects side-effects: TODO
89 ⚪️ ConfigTestCases concatenate-modules split-chunk-entry-module split-chunk-entry-module: TODO
164 ⚪️ ConfigTestCases contenthash assets assets: TODO
165 ⚪️ ConfigTestCases contenthash include-chunk-id include-chunk-id: TODO
166 ⚪️ ConfigTestCases context-exclusion simple simple: TODO
167 ⚪️ ConfigTestCases context-replacement System.import System.import: TODO
168 ⚪️ ConfigTestCases context-replacement a a: TODO
169 ⚪️ ConfigTestCases context-replacement b b: TODO
170 ⚪️ ConfigTestCases context-replacement c c: TODO
171 ⚪️ ConfigTestCases context-replacement d d: TODO
172 ⚪️ ConfigTestCases context-replacement e e: TODO
173 ⚪️ ConfigTestCases crossorigin set-crossorigin set-crossorigin: TODO
174 ⚪️ ConfigTestCases css basic basic: TODO
175 ⚪️ ConfigTestCases css basic-initial-only basic-initial-only: TODO
176 ⚪️ ConfigTestCases css conflicting-order conflicting-order: TODO
177 ⚪️ ConfigTestCases css css-modules css-modules: TODO
178 ⚪️ ConfigTestCases css css-modules-in-node css-modules-in-node: TODO
179 ⚪️ ConfigTestCases css exports exports: TODO
180 ⚪️ ConfigTestCases css exports-in-node exports-in-node: TODO
181 ⚪️ ConfigTestCases css external external: TODO
182 ⚪️ ConfigTestCases css large large: TODO
183 ⚪️ ConfigTestCases css urls urls: TODO
184 ⚫️ ConfigTestCases custom-hash-function xxhash xxhash: No plan
185 ⚪️ ConfigTestCases custom-modules json-custom json-custom: TODO
186 ⚪️ ConfigTestCases custom-source-type localization localization: TODO
187 ⚪️ ConfigTestCases deep-scope-analysis remove-export remove-export: TODO
188 ⚪️ ConfigTestCases deep-scope-analysis remove-export-scope-hoisting remove-export-scope-hoisting: TODO
189 ⚪️ ConfigTestCases defaulter immutable-config immutable-config: TODO
190 ⚪️ ConfigTestCases delegated simple simple: TODO
191 ⚪️ ConfigTestCases delegated-hash simple simple: TODO
195 ⚪️ ConfigTestCases deprecations chunk-and-module chunk-and-module: TODO
196 ⚪️ ConfigTestCases deprecations chunk-files chunk-files: TODO
197 ⚪️ ConfigTestCases deprecations config config: TODO
198 ⚪️ ConfigTestCases deprecations invalid-dependencies invalid-dependencies: TODO
199 ⚪️ ConfigTestCases deprecations non-unique-hash non-unique-hash: TODO
200 ⚪️ ConfigTestCases devtools harmony-eval harmony-eval: TODO
201 ⚪️ ConfigTestCases devtools harmony-eval-source-map harmony-eval-source-map: TODO
202 ⚪️ ConfigTestCases dll-plugin 0-create-dll 0-create-dll: TODO
203 ⚪️ ConfigTestCases dll-plugin 0-issue-10475 0-issue-10475: TODO
204 ⚪️ ConfigTestCases dll-plugin 1-issue-10475 1-issue-10475: TODO
205 ⚪️ ConfigTestCases dll-plugin 1-use-dll 1-use-dll: TODO
206 ⚪️ ConfigTestCases dll-plugin 2-use-dll-without-scope 2-use-dll-without-scope: TODO
207 ⚪️ ConfigTestCases dll-plugin 3-use-dll-with-hashid 3-use-dll-with-hashid: TODO
208 ⚪️ ConfigTestCases dll-plugin-entry 0-create-dll 0-create-dll: TODO
209 ⚪️ ConfigTestCases dll-plugin-entry 1-use-dll 1-use-dll: TODO
210 ⚪️ ConfigTestCases dll-plugin-entry 2-error-non-entry 2-error-non-entry: TODO
211 ⚪️ ConfigTestCases dll-plugin-format 0-create-dll 0-create-dll: TODO
212 ⚪️ ConfigTestCases dll-plugin-side-effects 0-create-dll 0-create-dll: TODO
213 ⚪️ ConfigTestCases dll-plugin-side-effects 1-use-dll 1-use-dll: TODO
214 ⚪️ ConfigTestCases ecmaVersion 2015 2015: TODO
215 ⚪️ ConfigTestCases ecmaVersion 2020 2020: TODO
216 ⚪️ ConfigTestCases ecmaVersion 5 5: TODO
217 ⚪️ ConfigTestCases ecmaVersion browserslist browserslist: TODO
218 ⚪️ ConfigTestCases ecmaVersion browserslist-config browserslist-config: TODO
219 ⚪️ ConfigTestCases ecmaVersion browserslist-config-env browserslist-config-env: TODO
220 ⚪️ ConfigTestCases ecmaVersion browserslist-missing browserslist-missing: TODO
221 ⚪️ ConfigTestCases ecmaVersion browserslist-query browserslist-query: TODO
222 ⚪️ ConfigTestCases ecmaVersion custom custom: TODO
223 ⚪️ ConfigTestCases emit-asset different-source different-source: TODO
224 ⚪️ ConfigTestCases emit-asset equal-source equal-source: TODO
225 ⚪️ ConfigTestCases entry adding-multiple-entry-points adding-multiple-entry-points: TODO
226 ⚪️ ConfigTestCases entry depend-on-advanced depend-on-advanced: TODO
227 ⚪️ ConfigTestCases entry depend-on-bug depend-on-bug: TODO
228 ⚪️ ConfigTestCases entry depend-on-non-js depend-on-non-js: TODO
229 ⚪️ ConfigTestCases entry depend-on-simple depend-on-simple: TODO
230 ⚪️ ConfigTestCases entry descriptor descriptor: TODO
234 ⚪️ ConfigTestCases entry function function: TODO
235 ⚪️ ConfigTestCases entry function-promise function-promise: TODO
236 ⚪️ ConfigTestCases entry issue-1068 issue-1068: TODO
237 ⚪️ ConfigTestCases entry issue-12562 issue-12562: TODO
242 ⚪️ ConfigTestCases entry issue-8110 issue-8110: TODO
249 ⚪️ ConfigTestCases entry require-entry-point require-entry-point: TODO
250 ⚪️ ConfigTestCases entry single-entry-point single-entry-point: TODO
251 ⚪️ ConfigTestCases entry usage-info-in-multiple-entry-points usage-info-in-multiple-entry-points: TODO
252 ⚪️ ConfigTestCases entry weird-names weird-names: TODO
253 ⚪️ ConfigTestCases entry weird-names2 weird-names2: TODO
254 ⚪️ ConfigTestCases errors asset-options-validation asset-options-validation: TODO
255 ⚪️ ConfigTestCases errors case-emit case-emit: TODO
256 ⚪️ ConfigTestCases errors depend-on-and-runtime depend-on-and-runtime: TODO
257 ⚪️ ConfigTestCases errors depend-on-error depend-on-error: TODO
258 ⚪️ ConfigTestCases errors entry-not-found entry-not-found: TODO
259 ⚪️ ConfigTestCases errors exception-in-chunk-renderer exception-in-chunk-renderer: TODO
260 ⚪️ ConfigTestCases errors import-missing import-missing: TODO
261 ⚪️ ConfigTestCases errors multi-entry-missing-module multi-entry-missing-module: TODO
262 ⚪️ ConfigTestCases errors self-reexport self-reexport: TODO
263 ⚪️ ConfigTestCases externals async-externals async-externals: TODO
264 ⚪️ ConfigTestCases externals concatenated concatenated: TODO
265 ⚪️ ConfigTestCases externals concatenated-module concatenated-module: TODO
266 ⚪️ ConfigTestCases externals externals-array externals-array: TODO
267 ⚪️ ConfigTestCases externals externals-in-chunk externals-in-chunk: TODO
268 ⚪️ ConfigTestCases externals externals-in-commons-chunk externals-in-commons-chunk: TODO
269 ⚪️ ConfigTestCases externals externals-system externals-system: TODO
270 ⚪️ ConfigTestCases externals externals-system-custom externals-system-custom: TODO
271 ⚪️ ConfigTestCases externals global global: TODO
272 ⚪️ ConfigTestCases externals harmony harmony: TODO
273 ⚪️ ConfigTestCases externals non-umd-externals-umd non-umd-externals-umd: TODO
274 ⚪️ ConfigTestCases externals non-umd-externals-umd2 non-umd-externals-umd2: TODO
275 ⚪️ ConfigTestCases externals optional-externals-cjs optional-externals-cjs: TODO
276 ⚪️ ConfigTestCases externals optional-externals-root optional-externals-root: TODO
277 ⚪️ ConfigTestCases externals optional-externals-umd optional-externals-umd: TODO
278 ⚪️ ConfigTestCases externals optional-externals-umd2 optional-externals-umd2: TODO
279 ⚪️ ConfigTestCases externals optional-externals-umd2-mixed optional-externals-umd2-mixed: TODO
280 ⚪️ ConfigTestCases externals prefer-provided-over-built-in prefer-provided-over-built-in: TODO
281 ⚪️ ConfigTestCases externals resolve resolve: TODO
282 ⚪️ ConfigTestCases externals this this: TODO
283 ⚪️ ConfigTestCases filename-template filename-function filename-function: TODO
284 ⚪️ ConfigTestCases filename-template module-filename-template module-filename-template: TODO
285 ⚪️ ConfigTestCases filename-template script-src-filename script-src-filename: TODO
286 ⚪️ ConfigTestCases filename-template split-chunks-filename split-chunks-filename: TODO
287 ⚪️ ConfigTestCases finish-modules simple simple: TODO
288 ⚪️ ConfigTestCases graph conditional-ensure conditional-ensure: TODO
289 ⚪️ ConfigTestCases graph issue-11770 issue-11770: TODO
290 ⚪️ ConfigTestCases graph issue-11856 issue-11856: TODO
291 ⚪️ ConfigTestCases graph issue-11856.2 issue-11856.2: TODO
292 ⚪️ ConfigTestCases graph issue-11863 issue-11863: TODO
293 ⚪️ ConfigTestCases hash-length deterministic-module-ids deterministic-module-ids: TODO
294 ⚪️ ConfigTestCases hash-length hashed-module-ids hashed-module-ids: TODO
295 ⚪️ ConfigTestCases hash-length output-filename output-filename: TODO
296 ⚪️ ConfigTestCases ignore checkContext checkContext: TODO
297 ⚪️ ConfigTestCases ignore checkResource-one-argument checkResource-one-argument: TODO
298 ⚪️ ConfigTestCases ignore checkResource-two-arguments checkResource-two-arguments: TODO
299 ⚪️ ConfigTestCases ignore false-alias false-alias: TODO
300 ⚪️ ConfigTestCases ignore multiple-with-externals multiple-with-externals: TODO
301 ⚪️ ConfigTestCases ignore only-resource only-resource: TODO
302 ⚪️ ConfigTestCases ignore only-resource-context only-resource-context: TODO
303 ⚪️ ConfigTestCases ignore resource-and-context resource-and-context: TODO
304 ⚪️ ConfigTestCases ignore resource-and-context-contextmodule resource-and-context-contextmodule: TODO
305 ⚪️ ConfigTestCases inner-graph altaskitButton altaskitButton: TODO
306 ⚪️ ConfigTestCases inner-graph basic basic: TODO
307 ⚪️ ConfigTestCases inner-graph blockScopes blockScopes: TODO
308 ⚪️ ConfigTestCases inner-graph class class: TODO
309 ⚪️ ConfigTestCases inner-graph const const: TODO
310 ⚪️ ConfigTestCases inner-graph defaultArrow defaultArrow: TODO
311 ⚪️ ConfigTestCases inner-graph defaultClass defaultClass: TODO
312 ⚪️ ConfigTestCases inner-graph defaultExpression defaultExpression: TODO
313 ⚪️ ConfigTestCases inner-graph defaultFunction defaultFunction: TODO
314 ⚪️ ConfigTestCases inner-graph defaultFunctionExpression defaultFunctionExpression: TODO
315 ⚪️ ConfigTestCases inner-graph defaultId defaultId: TODO
316 ⚪️ ConfigTestCases inner-graph defaultNamedFunction defaultNamedFunction: TODO
317 ⚪️ ConfigTestCases inner-graph defaultNamedFunctionExpression defaultNamedFunctionExpression: TODO
318 ⚪️ ConfigTestCases inner-graph eval-bailout eval-bailout: TODO
319 ⚪️ ConfigTestCases inner-graph export export: TODO
320 ⚪️ ConfigTestCases inner-graph importAll importAll: TODO
321 ⚪️ ConfigTestCases inner-graph issue-11678 issue-11678: TODO
322 ⚪️ ConfigTestCases inner-graph issue-12669 issue-12669: TODO
323 ⚪️ ConfigTestCases inner-graph issue-12669-mini issue-12669-mini: TODO
324 ⚪️ ConfigTestCases inner-graph localReference localReference: TODO
325 ⚪️ ConfigTestCases inner-graph nested nested: TODO
326 ⚪️ ConfigTestCases inner-graph pure pure: TODO
327 ⚪️ ConfigTestCases inner-graph ramdaIdentical ramdaIdentical: TODO
328 ⚪️ ConfigTestCases inner-graph specifier specifier: TODO
329 ⚪️ ConfigTestCases inner-graph varNotWritten varNotWritten: TODO
330 ⚪️ ConfigTestCases inner-graph varWritten varWritten: TODO
331 ⚪️ ConfigTestCases issues issue-11871-imports-order issue-11871-imports-order: TODO
332 ⚪️ ConfigTestCases issues issue-12924 issue-12924: TODO
337 ⚪️ ConfigTestCases issues issue-14974 issue-14974: TODO
338 ⚪️ ConfigTestCases issues issue-3596 issue-3596: TODO
339 ⚪️ ConfigTestCases issues issue-7470 issue-7470: TODO
342 ⚪️ ConfigTestCases json tree-shaking-default tree-shaking-default: TODO
343 ⚪️ ConfigTestCases layer rules rules: TODO
344 ⚪️ ConfigTestCases library 0-create-library 0-create-library: TODO
345 ⚪️ ConfigTestCases library 1-use-library 1-use-library: TODO
362 ⚪️ ConfigTestCases library invalid-name invalid-name: TODO
378 ⚪️ ConfigTestCases loader-import-module css css: TODO
379 ⚪️ ConfigTestCases loaders #-issue-14755-# #-issue-14755-#: TODO
383 🔴 ConfigTestCases loaders hot-in-context hot-in-context: blocked by parser hook and ConstPlugin: #4300
406 ⚪️ ConfigTestCases loaders options options: TODO
407 🔴 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
416 ⚪️ ConfigTestCases managedPaths futureDefaults futureDefaults: TODO
417 ⚪️ ConfigTestCases mangle mangle-with-object-prop mangle-with-object-prop: TODO
418 ⚪️ ConfigTestCases module externals externals: TODO
419 ⚪️ ConfigTestCases module runtime-chunk runtime-chunk: TODO
420 ⚪️ ConfigTestCases module split-chunks split-chunks: TODO
421 ⚪️ ConfigTestCases module-name different-issuers-for-same-module different-issuers-for-same-module: TODO
422 ⚪️ ConfigTestCases no-parse module.exports module.exports: TODO
423 ⚪️ ConfigTestCases no-parse no-parse-function no-parse-function: TODO
424 ⚪️ ConfigTestCases node node-prefix node-prefix: TODO
425 ⚪️ ConfigTestCases optimization chunk chunk: TODO
435 ⚪️ ConfigTestCases optimization hashed-module-ids hashed-module-ids: TODO
436 ⚪️ ConfigTestCases optimization minimizer minimizer: TODO
437 ⚪️ ConfigTestCases optimization named-modules named-modules: TODO
438 ⚪️ ConfigTestCases optimization runtime-specific-used-exports runtime-specific-used-exports: TODO
439 ⚪️ ConfigTestCases optimization runtime-specific-used-exports2 runtime-specific-used-exports2: TODO
440 ⚪️ ConfigTestCases output charset charset: TODO
441 ⚪️ ConfigTestCases output function function: TODO
442 ⚪️ ConfigTestCases output import-meta-name import-meta-name: TODO
443 ⚪️ ConfigTestCases output inner-dirs-entries inner-dirs-entries: TODO
444 ⚪️ ConfigTestCases output publicPath-node publicPath-node: TODO
445 ⚪️ ConfigTestCases output publicPath-scriptType-module publicPath-scriptType-module: TODO
446 ⚪️ ConfigTestCases output publicPath-web publicPath-web: TODO
447 ⚪️ ConfigTestCases output string string: TODO
448 ⚪️ ConfigTestCases output-module check-defaults check-defaults: TODO
449 ⚪️ ConfigTestCases output-module simple simple: TODO
450 ⚪️ ConfigTestCases parsing context context: TODO
455 ⚪️ ConfigTestCases parsing harmony-global harmony-global: TODO
456 ⚪️ ConfigTestCases parsing harmony-this harmony-this: TODO
457 ⚪️ ConfigTestCases parsing harmony-this-concat harmony-this-concat: TODO
461 ⚪️ ConfigTestCases parsing issue-11619 issue-11619: TODO
462 ⚪️ ConfigTestCases parsing issue-14545 issue-14545: TODO
463 ⚪️ ConfigTestCases parsing issue-14720 issue-14720: TODO
464 ⚪️ ConfigTestCases parsing issue-2942 issue-2942: TODO
465 ⚪️ ConfigTestCases parsing issue-336 issue-336: TODO
466 ⚪️ ConfigTestCases parsing issue-4857 issue-4857: TODO
467 ⚪️ ConfigTestCases parsing issue-5624 issue-5624: TODO
468 ⚪️ ConfigTestCases parsing issue-8293 issue-8293: TODO
469 ⚪️ ConfigTestCases parsing issue-9042 issue-9042: TODO
470 ⚪️ ConfigTestCases parsing issue-9156 issue-9156: TODO
474 ⚪️ ConfigTestCases parsing node-stuff-plugin-off node-stuff-plugin-off: TODO
475 ⚪️ ConfigTestCases parsing optional optional: TODO
476 ⚪️ ConfigTestCases parsing optional-chaining optional-chaining: TODO
477 ⚪️ ConfigTestCases parsing relative-filedirname relative-filedirname: TODO
478 ⚪️ ConfigTestCases parsing require-ignore require-ignore: TODO
482 ⚪️ ConfigTestCases parsing requirejs requirejs: TODO
483 ⚪️ ConfigTestCases parsing system.import system.import: TODO
484 ⚪️ ConfigTestCases performance many-async-imports many-async-imports: TODO
485 ⚪️ ConfigTestCases performance many-exports many-exports: TODO
490 🔴 ConfigTestCases plugins banner-plugin-hashing banner-plugin-hashing: Lacking support of chunkhash
491 ⚪️ ConfigTestCases plugins define-plugin define-plugin: TODO
492 ⚪️ ConfigTestCases plugins define-plugin-bigint define-plugin-bigint: TODO
531 ⚪️ ConfigTestCases plugins lib-manifest-plugin lib-manifest-plugin: TODO
536 ⚪️ ConfigTestCases plugins min-chunk-size min-chunk-size: TODO
537 ⚪️ ConfigTestCases plugins mini-css-extract-plugin mini-css-extract-plugin: TODO
538 ⚪️ ConfigTestCases plugins profiling-plugin profiling-plugin: TODO
539 ⚪️ ConfigTestCases plugins progress-plugin progress-plugin: TODO
540 ⚪️ ConfigTestCases plugins provide-plugin provide-plugin: TODO
541 ⚪️ ConfigTestCases plugins source-map-dev-tool-plugin source-map-dev-tool-plugin: TODO
542 ⚪️ ConfigTestCases plugins source-map-dev-tool-pluginappend source-map-dev-tool-pluginappend: TODO
543 ⚪️ ConfigTestCases plugins terser-plugin terser-plugin: TODO
544 ⚪️ ConfigTestCases process-assets html-plugin html-plugin: TODO
545 ⚪️ ConfigTestCases race-conditions load-module load-module: TODO
546 ⚪️ ConfigTestCases rebuild finishModules finishModules: TODO
547 ⚪️ ConfigTestCases rebuild rebuildWithNewDependencies rebuildWithNewDependencies: TODO
548 ⚪️ ConfigTestCases records issue-295 issue-295: TODO
549 ⚪️ ConfigTestCases records issue-2991 issue-2991: TODO
550 ⚪️ ConfigTestCases records issue-7339 issue-7339: TODO
551 ⚪️ ConfigTestCases records issue-7492 issue-7492: TODO
552 ⚪️ ConfigTestCases records stable-sort stable-sort: TODO
553 ⚪️ ConfigTestCases require module-require module-require: TODO
554 ⚪️ ConfigTestCases resolve context-resolve-with-ignore context-resolve-with-ignore: TODO
555 ⚪️ ConfigTestCases resolve empty-context-module empty-context-module: TODO
561 ⚪️ ConfigTestCases resolve issue-11335-context-module issue-11335-context-module: TODO
562 ⚪️ ConfigTestCases resolve issue-15580 issue-15580: TODO
566 ⚪️ ConfigTestCases resolve only-module only-module: TODO
567 ⚪️ ConfigTestCases resolve-merging override override: TODO
571 ⚪️ ConfigTestCases resolving prefer-absolute prefer-absolute: TODO
572 ⚪️ ConfigTestCases resolving prefer-root prefer-root: TODO
573 ⚪️ ConfigTestCases rule-set chaining chaining: TODO
574 ⚪️ ConfigTestCases rule-set compiler compiler: TODO
575 ⚪️ ConfigTestCases rule-set custom custom: TODO
576 ⚪️ ConfigTestCases rule-set query query: TODO
577 ⚪️ ConfigTestCases rule-set resolve-options resolve-options: TODO
578 ⚪️ ConfigTestCases rule-set simple simple: TODO
579 ⚪️ ConfigTestCases rule-set simple-use-array-fn simple-use-array-fn: TODO
580 ⚪️ ConfigTestCases rule-set simple-use-fn-array simple-use-fn-array: TODO
581 ⚪️ ConfigTestCases rule-set undefined-values undefined-values: TODO
582 ⚪️ ConfigTestCases runtime entries-in-runtime entries-in-runtime: TODO
583 ⚪️ ConfigTestCases runtime invalid-esm-export invalid-esm-export: TODO
584 ⚪️ ConfigTestCases runtime no-runtime-per-entry no-runtime-per-entry: TODO
585 ⚪️ ConfigTestCases runtime opt-in-finally opt-in-finally: TODO
586 ⚪️ ConfigTestCases scope-hoisting class-naming class-naming: TODO
587 ⚪️ ConfigTestCases scope-hoisting create-dll-plugin create-dll-plugin: TODO
588 ⚪️ ConfigTestCases scope-hoisting dll-plugin dll-plugin: TODO
589 ⚪️ ConfigTestCases scope-hoisting esModule esModule: TODO
590 ⚪️ ConfigTestCases scope-hoisting export-global export-global: TODO
591 ⚪️ ConfigTestCases scope-hoisting harmony-pure-default harmony-pure-default: TODO
592 ⚪️ ConfigTestCases scope-hoisting named-modules named-modules: TODO
593 ⚪️ ConfigTestCases scope-hoisting strictThisContextOnImports strictThisContextOnImports: TODO
599 ⚪️ ConfigTestCases sharing consume-module-ignore-warnings consume-module-ignore-warnings: TODO
603 ⚪️ ConfigTestCases sharing consume-multiple-versions-ignore-warnings consume-multiple-versions-ignore-warnings: TODO
636 ⚪️ ConfigTestCases side-effects issue-13063 issue-13063: TODO
644 ⚪️ ConfigTestCases side-effects type-reexports type-reexports: TODO
645 ⚪️ ConfigTestCases side-effects url url: TODO
658 ⚪️ ConfigTestCases source-map array-as-output-library array-as-output-library: TODO
659 ⚪️ ConfigTestCases source-map array-as-output-library-in-object-output array-as-output-library-in-object-output: TODO
660 ⚪️ ConfigTestCases source-map context-module-source-path context-module-source-path: TODO
661 ⚪️ ConfigTestCases source-map default-filename-extensions-css default-filename-extensions-css: TODO
662 ⚪️ ConfigTestCases source-map default-filename-extensions-js default-filename-extensions-js: TODO
663 ⚪️ ConfigTestCases source-map default-filename-extensions-mjs default-filename-extensions-mjs: TODO
664 ⚪️ ConfigTestCases source-map exclude-chunks-source-map exclude-chunks-source-map: TODO
665 ⚪️ ConfigTestCases source-map exclude-modules-source-map exclude-modules-source-map: TODO
666 ⚪️ ConfigTestCases source-map module-names module-names: TODO
667 ⚪️ ConfigTestCases source-map namespace-source-path namespace-source-path: TODO
668 ⚪️ ConfigTestCases source-map namespace-source-path-no-truncate namespace-source-path-no-truncate: TODO
669 ⚪️ ConfigTestCases source-map namespace-source-path.library namespace-source-path.library: TODO
670 ⚪️ ConfigTestCases source-map no-source-map no-source-map: TODO
671 ⚪️ ConfigTestCases source-map nosources nosources: TODO
672 ⚪️ ConfigTestCases source-map object-as-output-library object-as-output-library: TODO
673 ⚪️ ConfigTestCases source-map relative-source-map-path relative-source-map-path: TODO
674 ⚪️ ConfigTestCases source-map relative-source-maps-by-loader relative-source-maps-by-loader: TODO
675 ⚪️ ConfigTestCases source-map resource-path resource-path: TODO
676 ⚪️ ConfigTestCases source-map source-map-filename-contenthash source-map-filename-contenthash: TODO
677 ⚪️ ConfigTestCases source-map source-map-with-profiling-plugin source-map-with-profiling-plugin: TODO
678 ⚪️ ConfigTestCases source-map sources-array-production sources-array-production: TODO
682 🔴 ConfigTestCases split-chunks chunk-filename-delimiter chunk-filename-delimiter: not support automaticNameDelimiter #4335
683 🔴 ConfigTestCases split-chunks chunk-filename-delimiter-default chunk-filename-delimiter-default: splitted chunk ids should be the same as webpack #4334
688 🔴 ConfigTestCases split-chunks custom-filename-function custom-filename-function: not support function type of splitChunks #4333
693 🔴 ConfigTestCases split-chunks entry-point-error entry-point-error: should emit error if entry point and splitted chunk have the same name #4332
700 🔴 ConfigTestCases split-chunks issue-11513 issue-11513: should support object type minSize #4331
716 🔴 ConfigTestCases split-chunks move-to-entrypoint move-to-entrypoint: jest node env blocks
717 🔴 ConfigTestCases split-chunks no-options no-options: no js splitChunks plugin
721 🟡 ConfigTestCases split-chunks runtime-chunk runtime-chunk: not have the same name for splitted chunk with webpack #4334
722 🔴 ConfigTestCases split-chunks runtime-chunk-async-node runtime-chunk-async-node: hang by unknown reasons #4342
726 🔴 ConfigTestCases split-chunks runtime-chunk-node runtime-chunk-node: hang by unknown reasons #4342
727 🔴 ConfigTestCases split-chunks runtime-chunk-node-13130 runtime-chunk-node-13130: hang by unknown reasons #4342
738 🔴 ConfigTestCases split-chunks-common hot hot: block: require.main #3562
751 🔴 ConfigTestCases split-chunks-common library library: block: require.ensure #4304
759 🔴 ConfigTestCases split-chunks-common simple simple: block: require.main #3562
760 🔴 ConfigTestCases split-chunks-common target-node target-node: block: not support function type splitChunks.name #4333
761 ⚪️ ConfigTestCases target amd-container-named amd-container-named: TODO
762 ⚪️ ConfigTestCases target amd-container-require amd-container-require: TODO
763 ⚪️ ConfigTestCases target amd-container-unnamed amd-container-unnamed: TODO
764 ⚪️ ConfigTestCases target amd-named amd-named: TODO
765 ⚪️ ConfigTestCases target amd-require amd-require: TODO
766 ⚪️ ConfigTestCases target amd-unnamed amd-unnamed: TODO
771 ⚪️ ConfigTestCases target electron-renderer electron-renderer: TODO
772 ⚪️ ConfigTestCases target node-dynamic-import node-dynamic-import: TODO
773 ⚪️ ConfigTestCases target strict-mode-global strict-mode-global: TODO
774 ⚪️ ConfigTestCases target system-context system-context: TODO
775 ⚪️ ConfigTestCases target system-export system-export: TODO
776 ⚪️ ConfigTestCases target system-named system-named: TODO
777 ⚪️ ConfigTestCases target system-named-assets-path system-named-assets-path: TODO
778 ⚪️ ConfigTestCases target system-unnamed system-unnamed: TODO
779 ⚪️ ConfigTestCases target umd-auxiliary-comments-object umd-auxiliary-comments-object: TODO
780 ⚪️ ConfigTestCases target umd-auxiliary-comments-string umd-auxiliary-comments-string: TODO
781 ⚪️ ConfigTestCases target umd-named-define umd-named-define: TODO
782 ⚪️ ConfigTestCases trusted-types custom-policy-name custom-policy-name: TODO
783 ⚪️ ConfigTestCases trusted-types default-policy-name default-policy-name: TODO
784 ⚪️ ConfigTestCases trusted-types devtool-eval devtool-eval: TODO
785 ⚪️ ConfigTestCases trusted-types no-policy-name no-policy-name: TODO
786 ⚪️ ConfigTestCases trusted-types no-trusted-types no-trusted-types: TODO
787 ⚪️ ConfigTestCases trusted-types web-worker web-worker: TODO
788 ⚪️ ConfigTestCases types filesystems filesystems: TODO
789 ⚪️ ConfigTestCases umd issue-15545 issue-15545: TODO
790 ⚪️ ConfigTestCases utils lazy-set lazy-set: TODO
791 ⚪️ ConfigTestCases wasm export-imported-global export-imported-global: TODO
792 ⚪️ ConfigTestCases wasm identical identical: TODO
793 ⚪️ ConfigTestCases wasm import-wasm-wasm import-wasm-wasm: TODO
794 ⚪️ ConfigTestCases wasm missing-wasm-experiment missing-wasm-experiment: TODO
795 ⚪️ ConfigTestCases wasm wasm-in-initial-chunk-error wasm-in-initial-chunk-error: TODO
796 ⚪️ ConfigTestCases web attach-existing attach-existing: TODO
797 ⚪️ ConfigTestCases web node-source node-source: TODO
798 ⚪️ ConfigTestCases web node-source-future-defaults node-source-future-defaults: TODO
799 ⚪️ ConfigTestCases web node-source-global node-source-global: TODO
800 ⚪️ ConfigTestCases web non-js-chunks-entrypoint non-js-chunks-entrypoint: TODO
801 ⚪️ ConfigTestCases web non-js-chunks-entrypoint-runtime-chunk non-js-chunks-entrypoint-runtime-chunk: TODO
805 ⚪️ ConfigTestCases web preexecuted-chunk preexecuted-chunk: TODO
812 ⚪️ ConfigTestCases web retry-failed-import retry-failed-import: TODO
813 ⚪️ ConfigTestCases web unique-jsonp unique-jsonp: TODO
814 🔴 ConfigTestCases worker custom-worker custom-worker: #3656
815 🔴 ConfigTestCases worker node-worker node-worker: needs compile time evaluateExpression
816 🔴 ConfigTestCases worker node-worker-hmr node-worker-hmr: HMR plugin
833 ⚪️ Examples aggressive-merging: TODO
834 ⚪️ Examples asset-advanced: TODO
838 ⚪️ Examples cjs-tree-shaking: TODO
842 ⚪️ Examples code-splitting-bundle-loader: TODO
851 ⚪️ Examples common-chunk-grandchildren: TODO
854 ⚪️ Examples custom-json-modules: TODO
855 ⚪️ Examples dll: TODO
856 ⚪️ Examples dll-app-and-vendor/0-vendor: TODO
857 ⚪️ Examples dll-app-and-vendor/1-app: TODO
858 ⚪️ Examples dll-entry-only: TODO
859 ⚪️ Examples dll-user: TODO
860 ⚪️ Examples explicit-vendor-chunk: TODO
868 ⚪️ Examples http2-aggressive-splitting: TODO
870 ⚪️ Examples lazy-compilation: TODO
876 ⚪️ Examples module-federation: TODO
883 ⚪️ Examples persistent-caching: TODO
892 ⚪️ Examples typescript: TODO
896 🔴 TestCases normal amd define-needs-module: #4313
897 🔴 TestCases normal amd namedModules: #4313
898 🔴 TestCases normal amd namedModulesConstArrayDep: #4313
935 🔴 TestCases normal chunks context: #4304
936 🔴 TestCases normal chunks inline-options: #4306
937 🔴 TestCases normal chunks named-chunks: #4304
938 🔴 TestCases normal chunks nested-in-empty: #4304
939 🔴 TestCases normal chunks parsing: #4304
940 🔴 TestCases normal chunks runtime: #4304
941 🔴 TestCases normal chunks var-inject-error-handler: #4304
942 🟡 TestCases normal chunks weak-dependencies: #2787
943 🔴 TestCases normal chunks weak-dependencies-context: #4315
984 🔴 TestCases normal cjs-interop non-existing-export: #4323
985 🟡 TestCases normal cjs-tree-shaking bailouts: #4313
986 🟡 TestCases normal cjs-tree-shaking mutate: #4323
987 🔴 TestCases normal cjs-tree-shaking reexports: #4424
1065 🔴 TestCases normal compile deduplication-bundle-loader: #4304
1066 🔴 TestCases normal compile error-hide-stack: #4326
1079 🔴 TestCases normal context import-meta-webpack-context: #4305
1080 🔴 TestCases normal context issue-10969: #4329
1081 🔴 TestCases normal context issue-5750: #4328
1126 🟡 TestCases normal errors crash-missing-import: #4348
1127 🟡 TestCases normal errors harmony-import-missing: #4348
1128 🟡 TestCases normal errors harmony-import-missing2: #4348
1129 🔴 TestCases normal errors load-module-cycle: #3738
1130 🔴 TestCases normal errors load-module-cycle-multiple: #3738
1131 🔴 TestCases normal errors load-module-error: #3738
1132 🟡 TestCases normal errors loader-error-warning: #4349
1133 🟡 TestCases normal errors mjs-non-fully-specified: #4348
1134 🟡 TestCases normal errors module-request: #4348
1143 🟡 TestCases normal esm import-meta: #4350
1208 🟡 TestCases normal json default-default-with-concatenation: #3823
1209 🔴 TestCases normal json import-assertions-type-json: #4358
1210 🔴 TestCases normal json import-by-name: #4323
1211 🟡 TestCases normal json import-by-name-with-concatenation: #3823, #4323
1212 🟡 TestCases normal json import-with-default-with-concatenation: #3823
1213 🟡 TestCases normal json reexport: #4323
1239 🔴 TestCases normal large big-assets: #3180
1240 ⚪️ TestCases normal large many-replacements: TODO
1241 🔴 TestCases normal loaders context: #4397
1242 🔴 TestCases normal loaders import-module: #4398
1243 🔴 TestCases normal loaders issue-10725: blocked by this.loadModule #3738
1244 🔴 TestCases normal loaders issue-2299: blocked by this.loadModule #3738
1245 🔴 TestCases normal loaders issue-4959: blocked by this.loadModule #3738
1246 🔴 TestCases normal loaders no-string: blocked by #3459
1247 🟡 TestCases normal loaders query: #3180, #4397
1248 🔴 TestCases normal loaders resolve: #3180
1249 🔴 TestCases normal loaders utils: #4397
1291 🟡 TestCases normal mjs non-enumerable: #4323
1292 🟡 TestCases normal mjs type-module: #3544, #5197
1338 🔴 TestCases normal nonce set-nonce: #4401
1339 🔴 TestCases normal optimize side-effects-reexport-start-unknown: new tree-shaking re-implementation
1399 🔴 TestCases normal parsing amd-rename: #4313
1400 🟡 TestCases normal parsing chunks: #4304
1401 🟡 TestCases normal parsing complex-require: #4304, #4313
1402 🔴 TestCases normal parsing context: #3346
1403 🔴 TestCases normal parsing declared-api: #4313
1404 🔴 TestCases normal parsing es6.nominimize: #4304
1405 🔴 TestCases normal parsing evaluate: #4424
1406 🔴 TestCases normal parsing evaluate-nullish: #4424
1407 🔴 TestCases normal parsing extract-amd: #4313
1408 🔴 TestCases normal parsing extract-amd.nominimize: #4313
1409 🔴 TestCases normal parsing extract-require: #4424
1410 🔴 TestCases normal parsing harmony-deep-exports: #4426
1411 🔴 TestCases normal parsing harmony-duplicate-export: #4323
1412 🔴 TestCases normal parsing harmony-export-import-specifier: #4426
1413 🔴 TestCases normal parsing harmony-export-precedence: #4323
1414 🔴 TestCases normal parsing harmony-info: #4323
1415 🔴 TestCases normal parsing harmony-injecting-order: #4313
1416 🔴 TestCases normal parsing harmony-reexport: new treeshaking re-implementation
1417 🔴 TestCases normal parsing harmony-star-conflict: #4118, #4323
1418 🔴 TestCases normal parsing issue-2084: #4313
1419 🔴 TestCases normal parsing issue-2600: #4348
1420 🔴 TestCases normal parsing issue-2641: #4313
1421 ⚪️ TestCases normal parsing issue-3252: TODO
1422 ⚪️ TestCases normal parsing issue-3273: TODO
1423 🔴 TestCases normal parsing issue-345: #4313
1424 🔴 TestCases normal parsing issue-387: #4313
1425 🔴 TestCases normal parsing issue-4596: #4424
1426 🔴 TestCases normal parsing issue-4940: #4313
1427 🔴 TestCases normal parsing issue-627: #4429
1428 🔴 TestCases normal parsing issue-758: #4313, #4304
1429 🔴 TestCases normal parsing issue-7778: #4450
1430 🔴 TestCases normal parsing local-modules: #4313
1431 🔴 TestCases normal parsing missing-export-warning-nested: #4323
1432 🔴 TestCases normal parsing nullish-coalescing: #4300
1433 🔴 TestCases normal parsing precreated-ast: #4442
1434 🔴 TestCases normal parsing renaming: #4313, #3346
1435 🔴 TestCases normal parsing resolve-weak-context: #4315
1436 🔴 TestCases normal parsing strict-mode: #4313
1437 🔴 TestCases normal parsing typeof: #4424
1438 🔴 TestCases normal parsing unsupported-amd: #4313
1842 🔴 TestCases normal resolving commomjs-local-module: #4313
1843 🔴 TestCases normal resolving context: #4397
1844 🔴 TestCases normal resolving data-uri: #4445
1845 🔴 TestCases normal resolving issue-2986: #4348
1875 🔴 TestCases normal runtime chunk-callback-order: #4313
1876 🔴 TestCases normal runtime error-handling: #4348
1877 🔴 TestCases normal runtime issue-15518: #4306
1878 🔴 TestCases normal runtime missing-module-exception: #4348
1879 🔴 TestCases normal runtime missing-module-syntax-error: #4348
1880 🔴 TestCases normal runtime module-caching: #4304
1897 ⚪️ TestCases normal scope-hoisting async-keyword-5615: TODO
1898 ⚪️ TestCases normal scope-hoisting chained-reexport: TODO
1899 ⚪️ TestCases normal scope-hoisting circular-external: TODO
1900 ⚪️ TestCases normal scope-hoisting circular-namespace-object: TODO
1901 ⚪️ TestCases normal scope-hoisting circular-root-export: TODO
1902 ⚪️ TestCases normal scope-hoisting delete-issue-10831: TODO
1903 ⚪️ TestCases normal scope-hoisting esModule: TODO
1904 ⚪️ TestCases normal scope-hoisting export-namespace: TODO
1905 ⚪️ TestCases normal scope-hoisting external-root: TODO
1906 ⚪️ TestCases normal scope-hoisting import-order: TODO
1907 ⚪️ TestCases normal scope-hoisting import-order-11617: TODO
1908 ⚪️ TestCases normal scope-hoisting indirect-reexport: TODO
1909 ⚪️ TestCases normal scope-hoisting inside-class: TODO
1910 ⚪️ TestCases normal scope-hoisting intra-references: TODO
1911 ⚪️ TestCases normal scope-hoisting issue-10308: TODO
1912 ⚪️ TestCases normal scope-hoisting issue-10409: TODO
1913 ⚪️ TestCases normal scope-hoisting issue-11840: TODO
1914 ⚪️ TestCases normal scope-hoisting issue-11897: TODO
1915 ⚪️ TestCases normal scope-hoisting issue-5020: TODO
1916 ⚪️ TestCases normal scope-hoisting issue-5020-minimal: TODO
1917 ⚪️ TestCases normal scope-hoisting issue-5096: TODO
1918 ⚪️ TestCases normal scope-hoisting issue-5314: TODO
1919 ⚪️ TestCases normal scope-hoisting issue-5443: TODO
1920 ⚪️ TestCases normal scope-hoisting issue-5481: TODO
1921 ⚪️ TestCases normal scope-hoisting issue-6407: TODO
1922 ⚪️ TestCases normal scope-hoisting issue-7930: TODO
1923 ⚪️ TestCases normal scope-hoisting json-reexport-6700: TODO
1924 ⚪️ TestCases normal scope-hoisting name-conflicts: TODO
1925 ⚪️ TestCases normal scope-hoisting order-without-side-effects: TODO
1926 ⚪️ TestCases normal scope-hoisting orphan: TODO
1927 ⚪️ TestCases normal scope-hoisting reexport-cjs: TODO
1928 ⚪️ TestCases normal scope-hoisting reexport-exposed-cjs: TODO
1929 ⚪️ TestCases normal scope-hoisting reexport-exposed-default-cjs: TODO
1930 ⚪️ TestCases normal scope-hoisting reexport-exposed-harmony: TODO
1931 ⚪️ TestCases normal scope-hoisting reexport-star-exposed-cjs: TODO
1932 ⚪️ TestCases normal scope-hoisting reexport-star-external-cjs: TODO
1933 ⚪️ TestCases normal scope-hoisting renaming-4967: TODO
1934 ⚪️ TestCases normal scope-hoisting renaming-shorthand-5027: TODO
1935 ⚪️ TestCases normal scope-hoisting require-root-5604: TODO
1936 ⚪️ TestCases normal scope-hoisting side-effects-11662: TODO
1937 ⚪️ TestCases normal scope-hoisting side-effects-11990: TODO
1938 ⚪️ TestCases normal scope-hoisting side-effects-11990-star: TODO
1939 ⚪️ TestCases normal scope-hoisting side-effects-9159: TODO
1940 ⚪️ TestCases normal scope-hoisting simple: TODO
1941 ⚪️ TestCases normal scope-hoisting this-in-import: TODO
1942 ⚪️ TestCases normal side-effects dynamic-reexports: TODO
1979 ⚪️ TestCases normal wasm v128: TODO

@Boshen Boshen merged commit 4c1eba0 into main Jan 22, 2024
24 checks passed
@Boshen Boshen deleted the webpack-examples branch January 22, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants