Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: support TLA #4345

Merged
merged 4 commits into from
Oct 19, 2023
Merged

feat: support TLA #4345

merged 4 commits into from
Oct 19, 2023

Conversation

ahabhgk
Copy link
Collaborator

@ahabhgk ahabhgk commented Oct 17, 2023

Summary

Test Plan

  • webpack-test/cases/async-modules

Require Documentation?

@github-actions github-actions bot added team The issue/pr is created by the member of Rspack. release: feature release: feature related release(mr only) labels Oct 17, 2023
@ahabhgk ahabhgk requested a review from h-a-n-a as a code owner October 17, 2023 10:17
@github-actions
Copy link
Contributor

github-actions bot commented Oct 17, 2023

Test Compatibility Diff

main pr diff
56.844% 58.058% ✅ ⏫ 1.214
Unpassed tests

1. 🔴 TestCases normal amd define-needs-module: #4313
2. 🔴 TestCases normal amd namedModules: #4313
3. 🔴 TestCases normal amd namedModulesConstArrayDep: #4313
40. 🔴 TestCases normal chunks context: #4304
41. 🔴 TestCases normal chunks context-weak: #4305
42. 🔴 TestCases normal chunks inline-options: #4306
43. 🔴 TestCases normal chunks named-chunks: #4304
44. 🔴 TestCases normal chunks nested-in-empty: #4304
45. 🔴 TestCases normal chunks parsing: #4304
46. 🔴 TestCases normal chunks runtime: #4304
47. 🔴 TestCases normal chunks var-inject-error-handler: #4304
48. 🟡 TestCases normal chunks weak-dependencies: #2787
49. 🔴 TestCases normal chunks weak-dependencies-context: #4315
50. 🔴 TestCases normal chunks weird-reference-to-entry: #4318
80. 🔴 TestCases normal cjs-interop non-existing-export: #4323
81. 🟡 TestCases normal cjs-tree-shaking bailouts: #4313, #4324
82. 🟡 TestCases normal cjs-tree-shaking exports: #4324
83. 🟡 TestCases normal cjs-tree-shaking mutate: #4323
84. 🔴 TestCases normal cjs-tree-shaking object-define-property-replace: #4324
85. 🔴 TestCases normal cjs-tree-shaking reexports: #4325
143. 🔴 TestCases normal compile deduplication-bundle-loader: #4304
144. 🔴 TestCases normal compile error-hide-stack: #4326
157. 🔴 TestCases normal context import-meta-webpack-context: #4305
158. 🔴 TestCases normal context issue-10969: #4329
159. 🔴 TestCases normal context issue-5750: #4328
196. ⚪️ TestCases normal entry-inline no-var-leak: TODO
197. ⚪️ TestCases normal entry-inline no-var-leak-strict: TODO
198. ⚪️ TestCases normal errors case-sensitive: TODO
199. ⚪️ TestCases normal errors crash-missing-import: TODO
200. ⚪️ TestCases normal errors cyclic-reexport-references: TODO
201. ⚪️ TestCases normal errors harmony-import-missing: TODO
202. ⚪️ TestCases normal errors harmony-import-missing2: TODO
203. ⚪️ TestCases normal errors load-module-cycle: TODO
204. ⚪️ TestCases normal errors load-module-cycle-multiple: TODO
205. ⚪️ TestCases normal errors load-module-error: TODO
206. ⚪️ TestCases normal errors loader-error-warning: TODO
207. ⚪️ TestCases normal errors mjs-non-fully-specified: TODO
208. ⚪️ TestCases normal errors module-request: TODO
209. ⚪️ TestCases normal esm import-meta: TODO
210. 🔴 TestCases normal inner-graph class-dynamic-props: need pure dependency
211. 🔴 TestCases normal inner-graph extend-class2: need pure dependency
263. ⚪️ TestCases normal json default-default: TODO
264. ⚪️ TestCases normal json default-default-with-concatenation: TODO
265. ⚪️ TestCases normal json import-assertions-type-json: TODO
266. ⚪️ TestCases normal json import-by-name: TODO
267. ⚪️ TestCases normal json import-by-name-with-concatenation: TODO
268. ⚪️ TestCases normal json import-lazy: TODO
269. ⚪️ TestCases normal json import-with-default: TODO
270. ⚪️ TestCases normal json import-with-default-with-concatenation: TODO
271. ⚪️ TestCases normal json prototype-methods: TODO
272. ⚪️ TestCases normal json reexport: TODO
273. ⚪️ TestCases normal json weird-properties: TODO
278. ⚪️ TestCases normal large big-assets: TODO
279. ⚪️ TestCases normal large many-replacements: TODO
280. ⚪️ TestCases normal loaders coffee-loader: TODO
281. ⚪️ TestCases normal loaders context: TODO
282. ⚪️ TestCases normal loaders import-module: TODO
283. 🔴 TestCases normal loaders issue-10725: blocked by this.loadModule #3738
284. 🔴 TestCases normal loaders issue-2299: blocked by this.loadModule #3738
285. 🔴 TestCases normal loaders issue-4959: blocked by this.loadModule #3738
286. 🔴 TestCases normal loaders module-description-file: blocked by #3737
287. 🔴 TestCases normal loaders no-string: blocked by #3459
288. 🔴 TestCases normal loaders resolve: Rspack does not support resolving a virtual resource with only loader available, see: query test
289. 🔴 TestCases normal loaders utils: blocked by context support for loader
324. ⚪️ TestCases normal mjs no-module-main-field: TODO
325. ⚪️ TestCases normal mjs non-enumerable: TODO
326. ⚪️ TestCases normal mjs type-module: TODO
368. ⚪️ TestCases normal nonce set-nonce: TODO
369. ⚪️ TestCases normal optimize side-effects-all-chain-unused: TODO
370. ⚪️ TestCases normal optimize side-effects-immediate-unused: TODO
371. ⚪️ TestCases normal optimize side-effects-reexport-start-unknown: TODO
372. ⚪️ TestCases normal optimize side-effects-root-unused: TODO
373. ⚪️ TestCases normal optimize side-effects-scope-hoisting: TODO
374. ⚪️ TestCases normal optimize side-effects-transitive-unused: TODO
375. ⚪️ TestCases normal optimize tree-shaking-commonjs: TODO
376. ⚪️ TestCases normal optimize tree-shaking-star2: TODO
408. ⚪️ TestCases normal parsing amd-rename: TODO
409. ⚪️ TestCases normal parsing api: TODO
410. ⚪️ TestCases normal parsing asi: TODO
411. ⚪️ TestCases normal parsing bom: TODO
412. ⚪️ TestCases normal parsing browserify: TODO
413. ⚪️ TestCases normal parsing chunks: TODO
414. ⚪️ TestCases normal parsing comment-in-import: TODO
415. ⚪️ TestCases normal parsing complex-require: TODO
416. ⚪️ TestCases normal parsing context: TODO
417. ⚪️ TestCases normal parsing declared-api: TODO
418. ⚪️ TestCases normal parsing es2020: TODO
419. ⚪️ TestCases normal parsing es2022: TODO
420. ⚪️ TestCases normal parsing es6.nominimize: TODO
421. ⚪️ TestCases normal parsing evaluate: TODO
422. ⚪️ TestCases normal parsing evaluate-nullish: TODO
423. ⚪️ TestCases normal parsing extract-amd: TODO
424. ⚪️ TestCases normal parsing extract-amd.nominimize: TODO
425. ⚪️ TestCases normal parsing extract-require: TODO
426. ⚪️ TestCases normal parsing harmony: TODO
427. ⚪️ TestCases normal parsing harmony-deep-exports: TODO
428. ⚪️ TestCases normal parsing harmony-duplicate-export: TODO
429. ⚪️ TestCases normal parsing harmony-edge-cases: TODO
430. ⚪️ TestCases normal parsing harmony-export-import-specifier: TODO
431. ⚪️ TestCases normal parsing harmony-export-precedence: TODO
432. ⚪️ TestCases normal parsing harmony-info: TODO
433. ⚪️ TestCases normal parsing harmony-injecting-order: TODO
434. ⚪️ TestCases normal parsing harmony-module-optimization: TODO
435. ⚪️ TestCases normal parsing harmony-reexport: TODO
436. ⚪️ TestCases normal parsing harmony-star-conflict: TODO
437. ⚪️ TestCases normal parsing hashbang: TODO
438. ⚪️ TestCases normal parsing issue-11283: TODO
439. ⚪️ TestCases normal parsing issue-2006: TODO
440. ⚪️ TestCases normal parsing issue-2084: TODO
441. ⚪️ TestCases normal parsing issue-2600: TODO
442. ⚪️ TestCases normal parsing issue-2641: TODO
443. ⚪️ TestCases normal parsing issue-3252: TODO
444. ⚪️ TestCases normal parsing issue-3273: TODO
445. ⚪️ TestCases normal parsing issue-345: TODO
446. ⚪️ TestCases normal parsing issue-387: TODO
447. ⚪️ TestCases normal parsing issue-4596: TODO
448. ⚪️ TestCases normal parsing issue-4608-1: TODO
449. ⚪️ TestCases normal parsing issue-4608-1-non-strict: TODO
450. ⚪️ TestCases normal parsing issue-4608-2: TODO
451. ⚪️ TestCases normal parsing issue-4940: TODO
452. ⚪️ TestCases normal parsing issue-627: TODO
453. ⚪️ TestCases normal parsing issue-7519: TODO
454. ⚪️ TestCases normal parsing issue-758: TODO
455. ⚪️ TestCases normal parsing issue-7728: TODO
456. ⚪️ TestCases normal parsing issue-7778: TODO
457. ⚪️ TestCases normal parsing local-modules: TODO
458. ⚪️ TestCases normal parsing missing-export-warning-nested: TODO
459. ⚪️ TestCases normal parsing nullish-coalescing: TODO
460. ⚪️ TestCases normal parsing precreated-ast: TODO
461. ⚪️ TestCases normal parsing renaming: TODO
462. ⚪️ TestCases normal parsing resolve-weak-context: TODO
463. ⚪️ TestCases normal parsing strict-mode: TODO
464. ⚪️ TestCases normal parsing typeof: TODO
465. ⚪️ TestCases normal parsing typeof-non-module: TODO
466. ⚪️ TestCases normal parsing unsupported-amd: TODO
467. ⚪️ TestCases normal parsing webpack-is-included: TODO
760. ⚪️ TestCases normal resolving browser-field: TODO
761. ⚪️ TestCases normal resolving commomjs-local-module: TODO
762. ⚪️ TestCases normal resolving context: TODO
763. ⚪️ TestCases normal resolving data-uri: TODO
764. ⚪️ TestCases normal resolving issue-11555: TODO
765. ⚪️ TestCases normal resolving issue-2986: TODO
766. ⚪️ TestCases normal resolving query: TODO
767. ⚪️ TestCases normal resolving single-file-module: TODO
768. ⚪️ TestCases normal runtime chunk-callback-order: TODO
769. ⚪️ TestCases normal runtime error-handling: TODO
770. ⚪️ TestCases normal runtime issue-15518: TODO
771. ⚪️ TestCases normal runtime missing-module-exception: TODO
772. ⚪️ TestCases normal runtime missing-module-syntax-error: TODO
773. ⚪️ TestCases normal runtime module-caching: TODO
774. ⚪️ TestCases normal runtime require-function: TODO
787. ⚪️ TestCases normal scope-hoisting async-keyword-5615: TODO
788. ⚪️ TestCases normal scope-hoisting chained-reexport: TODO
789. ⚪️ TestCases normal scope-hoisting circular-external: TODO
790. ⚪️ TestCases normal scope-hoisting circular-namespace-object: TODO
791. ⚪️ TestCases normal scope-hoisting circular-root-export: TODO
792. ⚪️ TestCases normal scope-hoisting delete-issue-10831: TODO
793. ⚪️ TestCases normal scope-hoisting esModule: TODO
794. ⚪️ TestCases normal scope-hoisting export-namespace: TODO
795. ⚪️ TestCases normal scope-hoisting external-root: TODO
796. ⚪️ TestCases normal scope-hoisting import-order: TODO
797. ⚪️ TestCases normal scope-hoisting import-order-11617: TODO
798. ⚪️ TestCases normal scope-hoisting indirect-reexport: TODO
799. ⚪️ TestCases normal scope-hoisting inside-class: TODO
800. ⚪️ TestCases normal scope-hoisting intra-references: TODO
801. ⚪️ TestCases normal scope-hoisting issue-10308: TODO
802. ⚪️ TestCases normal scope-hoisting issue-10409: TODO
803. ⚪️ TestCases normal scope-hoisting issue-11840: TODO
804. ⚪️ TestCases normal scope-hoisting issue-11897: TODO
805. ⚪️ TestCases normal scope-hoisting issue-5020: TODO
806. ⚪️ TestCases normal scope-hoisting issue-5020-minimal: TODO
807. ⚪️ TestCases normal scope-hoisting issue-5096: TODO
808. ⚪️ TestCases normal scope-hoisting issue-5314: TODO
809. ⚪️ TestCases normal scope-hoisting issue-5443: TODO
810. ⚪️ TestCases normal scope-hoisting issue-5481: TODO
811. ⚪️ TestCases normal scope-hoisting issue-6407: TODO
812. ⚪️ TestCases normal scope-hoisting issue-7930: TODO
813. ⚪️ TestCases normal scope-hoisting json-reexport-6700: TODO
814. ⚪️ TestCases normal scope-hoisting name-conflicts: TODO
815. ⚪️ TestCases normal scope-hoisting order-without-side-effects: TODO
816. ⚪️ TestCases normal scope-hoisting orphan: TODO
817. ⚪️ TestCases normal scope-hoisting reexport-cjs: TODO
818. ⚪️ TestCases normal scope-hoisting reexport-exposed-cjs: TODO
819. ⚪️ TestCases normal scope-hoisting reexport-exposed-default-cjs: TODO
820. ⚪️ TestCases normal scope-hoisting reexport-exposed-harmony: TODO
821. ⚪️ TestCases normal scope-hoisting reexport-star-exposed-cjs: TODO
822. ⚪️ TestCases normal scope-hoisting reexport-star-external-cjs: TODO
823. ⚪️ TestCases normal scope-hoisting renaming-4967: TODO
824. ⚪️ TestCases normal scope-hoisting renaming-shorthand-5027: TODO
825. ⚪️ TestCases normal scope-hoisting require-root-5604: TODO
826. ⚪️ TestCases normal scope-hoisting side-effects-11662: TODO
827. ⚪️ TestCases normal scope-hoisting side-effects-11990: TODO
828. ⚪️ TestCases normal scope-hoisting side-effects-11990-star: TODO
829. ⚪️ TestCases normal scope-hoisting side-effects-9159: TODO
830. ⚪️ TestCases normal scope-hoisting simple: TODO
831. ⚪️ TestCases normal scope-hoisting this-in-import: TODO
832. ⚪️ TestCases normal side-effects dynamic-reexports: TODO
833. ⚪️ TestCases normal side-effects empty-modules: TODO
834. ⚪️ TestCases normal side-effects issue-11673: TODO
835. ⚪️ TestCases normal side-effects issue-12071: TODO
836. ⚪️ TestCases normal side-effects issue-12114: TODO
837. ⚪️ TestCases normal side-effects issue-12570: TODO
838. ⚪️ TestCases normal side-effects issue-12570-second-try: TODO
839. ⚪️ TestCases normal side-effects missing-module-7499: TODO
840. ⚪️ TestCases normal side-effects order-issue-7665: TODO
841. ⚪️ TestCases normal side-effects wrong-module-10146: TODO
842. ⚪️ TestCases normal wasm v128: TODO
938. ⚪️ ConfigTestCases additional-pass simple simple: TODO
939. ⚪️ ConfigTestCases amd disabled disabled: TODO
940. ⚪️ ConfigTestCases asset-emitted normal normal: TODO
941. ⚪️ ConfigTestCases asset-modules assetModuleFilename assetModuleFilename: TODO
945. ⚪️ ConfigTestCases asset-modules custom-condition custom-condition: TODO
946. ⚪️ ConfigTestCases asset-modules custom-encoder custom-encoder: TODO
947. ⚪️ ConfigTestCases asset-modules data-url data-url: TODO
948. ⚪️ ConfigTestCases asset-modules different-query different-query: TODO
949. ⚪️ ConfigTestCases asset-modules emit emit: TODO
950. ⚪️ ConfigTestCases asset-modules file-loader file-loader: TODO
951. ⚪️ ConfigTestCases asset-modules file-url file-url: TODO
952. ⚪️ ConfigTestCases asset-modules generator-asset-publicPath generator-asset-publicPath: TODO
953. ⚪️ ConfigTestCases asset-modules generator-asset-publicPath-hash generator-asset-publicPath-hash: TODO
954. ⚪️ ConfigTestCases asset-modules global-options global-options: TODO
955. ⚪️ ConfigTestCases asset-modules http-url http-url: TODO
956. ⚪️ ConfigTestCases asset-modules ignore ignore: TODO
957. ⚪️ ConfigTestCases asset-modules input-data-url input-data-url: TODO
958. ⚪️ ConfigTestCases asset-modules input-data-url-encoding input-data-url-encoding: TODO
959. ⚪️ ConfigTestCases asset-modules opus opus: TODO
960. ⚪️ ConfigTestCases asset-modules overridePath overridePath: TODO
961. ⚪️ ConfigTestCases asset-modules path path: TODO
962. ⚪️ ConfigTestCases asset-modules publicPath publicPath: TODO
963. ⚪️ ConfigTestCases asset-modules query query: TODO
964. ⚪️ ConfigTestCases asset-modules query-and-custom-condition query-and-custom-condition: TODO
965. ⚪️ ConfigTestCases asset-modules query-and-custom-encoder query-and-custom-encoder: TODO
966. ⚪️ ConfigTestCases asset-modules real-content-hash real-content-hash: TODO
967. ⚪️ ConfigTestCases asset-modules resource-from-data-uri resource-from-data-uri: TODO
968. ⚪️ ConfigTestCases asset-modules rule-generator-outputPath rule-generator-outputPath: TODO
969. ⚪️ ConfigTestCases asset-modules rule-generator-publicPath rule-generator-publicPath: TODO
970. ⚪️ ConfigTestCases asset-modules rule-generator-publicPath-override rule-generator-publicPath-override: TODO
971. ⚪️ ConfigTestCases asset-modules source source: TODO
972. ⚪️ ConfigTestCases asset-modules types types: TODO
973. ⚪️ ConfigTestCases asset-modules unsafe-cache-13827 unsafe-cache-13827: TODO
974. ⚪️ ConfigTestCases asset-url relative relative: TODO
975. ⚪️ ConfigTestCases asset-url target-node1 target-node1: TODO
976. ⚪️ ConfigTestCases asset-url target-node2 target-node2: TODO
977. ⚪️ ConfigTestCases asset-url target-node3 target-node3: TODO
978. ⚪️ ConfigTestCases asset-url target-web1 target-web1: TODO
979. ⚪️ ConfigTestCases asset-url target-web2 target-web2: TODO
980. ⚪️ ConfigTestCases asset-url target-webworker1 target-webworker1: TODO
981. ⚪️ ConfigTestCases asset-url target-webworker2 target-webworker2: TODO
982. ⚪️ ConfigTestCases assets delete-asset delete-asset: TODO
983. ⚪️ ConfigTestCases async-commons-chunk all-selected all-selected: TODO
984. ⚪️ ConfigTestCases async-commons-chunk duplicate duplicate: TODO
985. ⚪️ ConfigTestCases async-commons-chunk existing-name existing-name: TODO
986. ⚪️ ConfigTestCases async-commons-chunk nested nested: TODO
987. ⚪️ ConfigTestCases async-commons-chunk node node: TODO
988. ⚪️ ConfigTestCases async-commons-chunk simple simple: TODO
989. ⚪️ ConfigTestCases async-library 0-create-library 0-create-library: TODO
990. ⚪️ ConfigTestCases async-library 1-use-library 1-use-library: TODO
991. ⚫️ ConfigTestCases cache-dependencies managed-items managed-items: No plan
992. ⚫️ ConfigTestCases cache-dependencies managed-items-unsafe-cache managed-items-unsafe-cache: No plan
993. ⚪️ ConfigTestCases chunk-graph issue-15173 issue-15173: TODO
994. ⚪️ ConfigTestCases chunk-graph issue-9634 issue-9634: TODO
995. ⚪️ ConfigTestCases chunk-index order-multiple-entries order-multiple-entries: TODO
996. ⚪️ ConfigTestCases clean dry dry: TODO
997. ⚪️ ConfigTestCases clean enabled enabled: TODO
998. ⚪️ ConfigTestCases clean ignore-fn ignore-fn: TODO
999. ⚪️ ConfigTestCases clean ignore-hook ignore-hook: TODO
1000. ⚪️ ConfigTestCases clean ignore-rx ignore-rx: TODO
1001. ⚪️ ConfigTestCases clean link link: TODO
1002. ⚪️ ConfigTestCases code-generation harmony-pure-default harmony-pure-default: TODO
1003. ⚪️ ConfigTestCases code-generation require-context-id require-context-id: TODO
1004. ⚪️ ConfigTestCases code-generation use-strict use-strict: TODO
1005. ⚪️ ConfigTestCases compiletime error-not-found error-not-found: TODO
1006. ⚪️ ConfigTestCases compiletime exports-presence exports-presence: TODO
1007. ⚪️ ConfigTestCases compiletime warn-not-found warn-not-found: TODO
1008. ⚪️ ConfigTestCases concatenate-modules destructuring-assignment-with-default-value-and-variable-collision-nested destructuring-assignment-with-default-value-and-variable-collision-nested: TODO
1009. ⚪️ ConfigTestCases concatenate-modules destructuring-assignment-with-default-value-and-variable-collision-simple destructuring-assignment-with-default-value-and-variable-collision-simple: TODO
1010. ⚪️ ConfigTestCases concatenate-modules import-module import-module: TODO
1011. ⚪️ ConfigTestCases concatenate-modules issue-13022 issue-13022: TODO
1012. ⚪️ ConfigTestCases concatenate-modules load-chunk-function load-chunk-function: TODO
1013. ⚪️ ConfigTestCases concatenate-modules rename-10168 rename-10168: TODO
1014. ⚪️ ConfigTestCases concatenate-modules side-effects side-effects: TODO
1015. ⚪️ ConfigTestCases concatenate-modules split-chunk-entry-module split-chunk-entry-module: TODO
1016. ⚪️ ConfigTestCases container 0-container-full 0-container-full: TODO
1017. ⚪️ ConfigTestCases container 0-transitive-overriding 0-transitive-overriding: TODO
1018. ⚪️ ConfigTestCases container 1-container-full 1-container-full: TODO
1019. ⚪️ ConfigTestCases container 1-transitive-overriding 1-transitive-overriding: TODO
1020. ⚪️ ConfigTestCases container 2-container-full 2-container-full: TODO
1021. ⚪️ ConfigTestCases container 2-transitive-overriding 2-transitive-overriding: TODO
1022. ⚪️ ConfigTestCases container 3-container-full 3-container-full: TODO
1023. ⚪️ ConfigTestCases container circular circular: TODO
1024. ⚪️ ConfigTestCases container container-entry container-entry: TODO
1025. ⚪️ ConfigTestCases container container-entry-overridables container-entry-overridables: TODO
1026. ⚪️ ConfigTestCases container container-reference container-reference: TODO
1027. ⚪️ ConfigTestCases container container-reference-override container-reference-override: TODO
1028. ⚪️ ConfigTestCases container error-handling error-handling: TODO
1029. ⚪️ ConfigTestCases container exposed-overridables exposed-overridables: TODO
1030. ⚪️ ConfigTestCases container module-federation module-federation: TODO
1031. ⚪️ ConfigTestCases container no-shared no-shared: TODO
1032. ⚪️ ConfigTestCases contenthash assets assets: TODO
1033. ⚪️ ConfigTestCases contenthash include-chunk-id include-chunk-id: TODO
1034. ⚪️ ConfigTestCases context-exclusion simple simple: TODO
1035. ⚪️ ConfigTestCases context-replacement System.import System.import: TODO
1036. ⚪️ ConfigTestCases context-replacement a a: TODO
1037. ⚪️ ConfigTestCases context-replacement b b: TODO
1038. ⚪️ ConfigTestCases context-replacement c c: TODO
1039. ⚪️ ConfigTestCases context-replacement d d: TODO
1040. ⚪️ ConfigTestCases context-replacement e e: TODO
1041. ⚪️ ConfigTestCases crossorigin set-crossorigin set-crossorigin: TODO
1042. ⚪️ ConfigTestCases css basic basic: TODO
1043. ⚪️ ConfigTestCases css basic-initial-only basic-initial-only: TODO
1044. ⚪️ ConfigTestCases css conflicting-order conflicting-order: TODO
1045. ⚪️ ConfigTestCases css css-modules css-modules: TODO
1046. ⚪️ ConfigTestCases css css-modules-in-node css-modules-in-node: TODO
1047. ⚪️ ConfigTestCases css exports exports: TODO
1048. ⚪️ ConfigTestCases css exports-in-node exports-in-node: TODO
1049. ⚪️ ConfigTestCases css external external: TODO
1050. ⚪️ ConfigTestCases css large large: TODO
1051. ⚪️ ConfigTestCases css urls urls: TODO
1052. ⚫️ ConfigTestCases custom-hash-function xxhash xxhash: No plan
1053. ⚪️ ConfigTestCases custom-modules json-custom json-custom: TODO
1054. ⚪️ ConfigTestCases custom-source-type localization localization: TODO
1055. ⚪️ ConfigTestCases deep-scope-analysis remove-export remove-export: TODO
1056. ⚪️ ConfigTestCases deep-scope-analysis remove-export-scope-hoisting remove-export-scope-hoisting: TODO
1057. ⚪️ ConfigTestCases defaulter immutable-config immutable-config: TODO
1058. ⚪️ ConfigTestCases delegated simple simple: TODO
1059. ⚪️ ConfigTestCases delegated-hash simple simple: TODO
1063. ⚪️ ConfigTestCases deprecations chunk-and-module chunk-and-module: TODO
1064. ⚪️ ConfigTestCases deprecations chunk-files chunk-files: TODO
1065. ⚪️ ConfigTestCases deprecations config config: TODO
1066. ⚪️ ConfigTestCases deprecations invalid-dependencies invalid-dependencies: TODO
1067. ⚪️ ConfigTestCases deprecations non-unique-hash non-unique-hash: TODO
1068. ⚪️ ConfigTestCases devtools harmony-eval harmony-eval: TODO
1069. ⚪️ ConfigTestCases devtools harmony-eval-source-map harmony-eval-source-map: TODO
1070. ⚪️ ConfigTestCases dll-plugin 0-create-dll 0-create-dll: TODO
1071. ⚪️ ConfigTestCases dll-plugin 0-issue-10475 0-issue-10475: TODO
1072. ⚪️ ConfigTestCases dll-plugin 1-issue-10475 1-issue-10475: TODO
1073. ⚪️ ConfigTestCases dll-plugin 1-use-dll 1-use-dll: TODO
1074. ⚪️ ConfigTestCases dll-plugin 2-use-dll-without-scope 2-use-dll-without-scope: TODO
1075. ⚪️ ConfigTestCases dll-plugin 3-use-dll-with-hashid 3-use-dll-with-hashid: TODO
1076. ⚪️ ConfigTestCases dll-plugin-entry 0-create-dll 0-create-dll: TODO
1077. ⚪️ ConfigTestCases dll-plugin-entry 1-use-dll 1-use-dll: TODO
1078. ⚪️ ConfigTestCases dll-plugin-entry 2-error-non-entry 2-error-non-entry: TODO
1079. ⚪️ ConfigTestCases dll-plugin-format 0-create-dll 0-create-dll: TODO
1080. ⚪️ ConfigTestCases dll-plugin-side-effects 0-create-dll 0-create-dll: TODO
1081. ⚪️ ConfigTestCases dll-plugin-side-effects 1-use-dll 1-use-dll: TODO
1082. ⚪️ ConfigTestCases ecmaVersion 2015 2015: TODO
1083. ⚪️ ConfigTestCases ecmaVersion 2020 2020: TODO
1084. ⚪️ ConfigTestCases ecmaVersion 5 5: TODO
1085. ⚪️ ConfigTestCases ecmaVersion browserslist browserslist: TODO
1086. ⚪️ ConfigTestCases ecmaVersion browserslist-config browserslist-config: TODO
1087. ⚪️ ConfigTestCases ecmaVersion browserslist-config-env browserslist-config-env: TODO
1088. ⚪️ ConfigTestCases ecmaVersion browserslist-missing browserslist-missing: TODO
1089. ⚪️ ConfigTestCases ecmaVersion browserslist-query browserslist-query: TODO
1090. ⚪️ ConfigTestCases ecmaVersion custom custom: TODO
1091. ⚪️ ConfigTestCases emit-asset different-source different-source: TODO
1092. ⚪️ ConfigTestCases emit-asset equal-source equal-source: TODO
1093. ⚪️ ConfigTestCases entry adding-multiple-entry-points adding-multiple-entry-points: TODO
1094. ⚪️ ConfigTestCases entry depend-on-advanced depend-on-advanced: TODO
1095. ⚪️ ConfigTestCases entry depend-on-bug depend-on-bug: TODO
1096. ⚪️ ConfigTestCases entry depend-on-non-js depend-on-non-js: TODO
1097. ⚪️ ConfigTestCases entry depend-on-simple depend-on-simple: TODO
1098. ⚪️ ConfigTestCases entry descriptor descriptor: TODO
1102. ⚪️ ConfigTestCases entry function function: TODO
1103. ⚪️ ConfigTestCases entry function-promise function-promise: TODO
1104. ⚪️ ConfigTestCases entry issue-1068 issue-1068: TODO
1105. ⚪️ ConfigTestCases entry issue-12562 issue-12562: TODO
1106. ⚪️ ConfigTestCases entry issue-13637 issue-13637: TODO
1107. ⚪️ ConfigTestCases entry issue-8110 issue-8110: TODO
1115. ⚪️ ConfigTestCases entry require-entry-point require-entry-point: TODO
1116. ⚪️ ConfigTestCases entry single-entry-point single-entry-point: TODO
1117. ⚪️ ConfigTestCases entry usage-info-in-multiple-entry-points usage-info-in-multiple-entry-points: TODO
1118. ⚪️ ConfigTestCases entry weird-names weird-names: TODO
1119. ⚪️ ConfigTestCases entry weird-names2 weird-names2: TODO
1120. ⚪️ ConfigTestCases errors asset-options-validation asset-options-validation: TODO
1121. ⚪️ ConfigTestCases errors case-emit case-emit: TODO
1122. ⚪️ ConfigTestCases errors depend-on-and-runtime depend-on-and-runtime: TODO
1123. ⚪️ ConfigTestCases errors depend-on-error depend-on-error: TODO
1124. ⚪️ ConfigTestCases errors entry-not-found entry-not-found: TODO
1125. ⚪️ ConfigTestCases errors exception-in-chunk-renderer exception-in-chunk-renderer: TODO
1126. ⚪️ ConfigTestCases errors import-missing import-missing: TODO
1127. ⚪️ ConfigTestCases errors multi-entry-missing-module multi-entry-missing-module: TODO
1128. ⚪️ ConfigTestCases errors self-reexport self-reexport: TODO
1129. ⚪️ ConfigTestCases externals async-externals async-externals: TODO
1130. ⚪️ ConfigTestCases externals concatenated concatenated: TODO
1131. ⚪️ ConfigTestCases externals concatenated-module concatenated-module: TODO
1132. ⚪️ ConfigTestCases externals externals-array externals-array: TODO
1133. ⚪️ ConfigTestCases externals externals-in-chunk externals-in-chunk: TODO
1134. ⚪️ ConfigTestCases externals externals-in-commons-chunk externals-in-commons-chunk: TODO
1135. ⚪️ ConfigTestCases externals externals-system externals-system: TODO
1136. ⚪️ ConfigTestCases externals externals-system-custom externals-system-custom: TODO
1137. ⚪️ ConfigTestCases externals global global: TODO
1138. ⚪️ ConfigTestCases externals harmony harmony: TODO
1139. ⚪️ ConfigTestCases externals non-umd-externals-umd non-umd-externals-umd: TODO
1140. ⚪️ ConfigTestCases externals non-umd-externals-umd2 non-umd-externals-umd2: TODO
1141. ⚪️ ConfigTestCases externals optional-externals-cjs optional-externals-cjs: TODO
1142. ⚪️ ConfigTestCases externals optional-externals-root optional-externals-root: TODO
1143. ⚪️ ConfigTestCases externals optional-externals-umd optional-externals-umd: TODO
1144. ⚪️ ConfigTestCases externals optional-externals-umd2 optional-externals-umd2: TODO
1145. ⚪️ ConfigTestCases externals optional-externals-umd2-mixed optional-externals-umd2-mixed: TODO
1146. ⚪️ ConfigTestCases externals prefer-provided-over-built-in prefer-provided-over-built-in: TODO
1147. ⚪️ ConfigTestCases externals resolve resolve: TODO
1148. ⚪️ ConfigTestCases externals this this: TODO
1149. ⚪️ ConfigTestCases filename-template filename-function filename-function: TODO
1150. ⚪️ ConfigTestCases filename-template module-filename-template module-filename-template: TODO
1151. ⚪️ ConfigTestCases filename-template script-src-filename script-src-filename: TODO
1152. ⚪️ ConfigTestCases filename-template split-chunks-filename split-chunks-filename: TODO
1153. ⚪️ ConfigTestCases finish-modules simple simple: TODO
1154. ⚪️ ConfigTestCases graph conditional-ensure conditional-ensure: TODO
1155. ⚪️ ConfigTestCases graph issue-11770 issue-11770: TODO
1156. ⚪️ ConfigTestCases graph issue-11856 issue-11856: TODO
1157. ⚪️ ConfigTestCases graph issue-11856.2 issue-11856.2: TODO
1158. ⚪️ ConfigTestCases graph issue-11863 issue-11863: TODO
1159. ⚪️ ConfigTestCases hash-length deterministic-module-ids deterministic-module-ids: TODO
1160. ⚪️ ConfigTestCases hash-length hashed-module-ids hashed-module-ids: TODO
1161. ⚪️ ConfigTestCases hash-length output-filename output-filename: TODO
1162. ⚪️ ConfigTestCases ignore checkContext checkContext: TODO
1163. ⚪️ ConfigTestCases ignore checkResource-one-argument checkResource-one-argument: TODO
1164. ⚪️ ConfigTestCases ignore checkResource-two-arguments checkResource-two-arguments: TODO
1165. ⚪️ ConfigTestCases ignore false-alias false-alias: TODO
1166. ⚪️ ConfigTestCases ignore multiple-with-externals multiple-with-externals: TODO
1167. ⚪️ ConfigTestCases ignore only-resource only-resource: TODO
1168. ⚪️ ConfigTestCases ignore only-resource-context only-resource-context: TODO
1169. ⚪️ ConfigTestCases ignore resource-and-context resource-and-context: TODO
1170. ⚪️ ConfigTestCases ignore resource-and-context-contextmodule resource-and-context-contextmodule: TODO
1171. ⚪️ ConfigTestCases inner-graph altaskitButton altaskitButton: TODO
1172. ⚪️ ConfigTestCases inner-graph basic basic: TODO
1173. ⚪️ ConfigTestCases inner-graph blockScopes blockScopes: TODO
1174. ⚪️ ConfigTestCases inner-graph class class: TODO
1175. ⚪️ ConfigTestCases inner-graph const const: TODO
1176. ⚪️ ConfigTestCases inner-graph defaultArrow defaultArrow: TODO
1177. ⚪️ ConfigTestCases inner-graph defaultClass defaultClass: TODO
1178. ⚪️ ConfigTestCases inner-graph defaultExpression defaultExpression: TODO
1179. ⚪️ ConfigTestCases inner-graph defaultFunction defaultFunction: TODO
1180. ⚪️ ConfigTestCases inner-graph defaultFunctionExpression defaultFunctionExpression: TODO
1181. ⚪️ ConfigTestCases inner-graph defaultId defaultId: TODO
1182. ⚪️ ConfigTestCases inner-graph defaultNamedFunction defaultNamedFunction: TODO
1183. ⚪️ ConfigTestCases inner-graph defaultNamedFunctionExpression defaultNamedFunctionExpression: TODO
1184. ⚪️ ConfigTestCases inner-graph eval-bailout eval-bailout: TODO
1185. ⚪️ ConfigTestCases inner-graph export export: TODO
1186. ⚪️ ConfigTestCases inner-graph importAll importAll: TODO
1187. ⚪️ ConfigTestCases inner-graph issue-11678 issue-11678: TODO
1188. ⚪️ ConfigTestCases inner-graph issue-12669 issue-12669: TODO
1189. ⚪️ ConfigTestCases inner-graph issue-12669-mini issue-12669-mini: TODO
1190. ⚪️ ConfigTestCases inner-graph localReference localReference: TODO
1191. ⚪️ ConfigTestCases inner-graph nested nested: TODO
1192. ⚪️ ConfigTestCases inner-graph pure pure: TODO
1193. ⚪️ ConfigTestCases inner-graph ramdaIdentical ramdaIdentical: TODO
1194. ⚪️ ConfigTestCases inner-graph specifier specifier: TODO
1195. ⚪️ ConfigTestCases inner-graph varNotWritten varNotWritten: TODO
1196. ⚪️ ConfigTestCases inner-graph varWritten varWritten: TODO
1197. ⚪️ ConfigTestCases issues issue-11871-imports-order issue-11871-imports-order: TODO
1198. ⚪️ ConfigTestCases issues issue-12924 issue-12924: TODO
1199. ⚪️ ConfigTestCases issues issue-12993 issue-12993: TODO
1200. ⚪️ ConfigTestCases issues issue-14974 issue-14974: TODO
1201. ⚪️ ConfigTestCases issues issue-3596 issue-3596: TODO
1202. ⚪️ ConfigTestCases issues issue-7470 issue-7470: TODO
1203. ⚪️ ConfigTestCases issues issue-7563 issue-7563: TODO
1204. ⚪️ ConfigTestCases json tree-shaking-default tree-shaking-default: TODO
1205. ⚪️ ConfigTestCases layer rules rules: TODO
1206. ⚪️ ConfigTestCases library 0-create-library 0-create-library: TODO
1207. ⚪️ ConfigTestCases library 1-use-library 1-use-library: TODO
1224. ⚪️ ConfigTestCases library invalid-name invalid-name: TODO
1240. ⚪️ ConfigTestCases loader-import-module css css: TODO
1241. ⚪️ ConfigTestCases loaders #-issue-14755-# #-issue-14755-#: TODO
1245. 🔴 ConfigTestCases loaders hot-in-context hot-in-context: blocked by parser hook and ConstPlugin: #4300
1268. ⚪️ ConfigTestCases loaders options options: TODO
1269. 🔴 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
1278. ⚪️ ConfigTestCases managedPaths futureDefaults futureDefaults: TODO
1279. ⚪️ ConfigTestCases mangle mangle-with-object-prop mangle-with-object-prop: TODO
1280. ⚪️ ConfigTestCases module externals externals: TODO
1281. ⚪️ ConfigTestCases module runtime-chunk runtime-chunk: TODO
1282. ⚪️ ConfigTestCases module split-chunks split-chunks: TODO
1283. ⚪️ ConfigTestCases module-name different-issuers-for-same-module different-issuers-for-same-module: TODO
1284. ⚪️ ConfigTestCases no-parse module.exports module.exports: TODO
1285. ⚪️ ConfigTestCases no-parse no-parse-function no-parse-function: TODO
1286. ⚪️ ConfigTestCases node node-prefix node-prefix: TODO
1287. ⚪️ ConfigTestCases optimization chunk chunk: TODO
1288. ⚪️ ConfigTestCases optimization depend-on-runtimes depend-on-runtimes: TODO
1289. ⚪️ ConfigTestCases optimization hashed-module-ids hashed-module-ids: TODO
1290. ⚪️ ConfigTestCases optimization minimizer minimizer: TODO
1291. ⚪️ ConfigTestCases optimization named-modules named-modules: TODO
1292. ⚪️ ConfigTestCases optimization runtime-specific-used-exports runtime-specific-used-exports: TODO
1293. ⚪️ ConfigTestCases optimization runtime-specific-used-exports2 runtime-specific-used-exports2: TODO
1294. ⚪️ ConfigTestCases output charset charset: TODO
1295. ⚪️ ConfigTestCases output function function: TODO
1296. ⚪️ ConfigTestCases output import-meta-name import-meta-name: TODO
1297. ⚪️ ConfigTestCases output inner-dirs-entries inner-dirs-entries: TODO
1298. ⚪️ ConfigTestCases output publicPath-node publicPath-node: TODO
1299. ⚪️ ConfigTestCases output publicPath-scriptType-module publicPath-scriptType-module: TODO
1300. ⚪️ ConfigTestCases output publicPath-web publicPath-web: TODO
1301. ⚪️ ConfigTestCases output string string: TODO
1302. ⚪️ ConfigTestCases output-module check-defaults check-defaults: TODO
1303. ⚪️ ConfigTestCases output-module simple simple: TODO
1304. ⚪️ ConfigTestCases parsing context context: TODO
1305. ⚪️ ConfigTestCases parsing extended-api extended-api: TODO
1306. ⚪️ ConfigTestCases parsing harmony-global harmony-global: TODO
1307. ⚪️ ConfigTestCases parsing harmony-this harmony-this: TODO
1308. ⚪️ ConfigTestCases parsing harmony-this-concat harmony-this-concat: TODO
1309. ⚪️ ConfigTestCases parsing import-ignore import-ignore: TODO
1310. ⚪️ ConfigTestCases parsing issue-11619 issue-11619: TODO
1311. ⚪️ ConfigTestCases parsing issue-14545 issue-14545: TODO
1312. ⚪️ ConfigTestCases parsing issue-14720 issue-14720: TODO
1313. ⚪️ ConfigTestCases parsing issue-2942 issue-2942: TODO
1314. ⚪️ ConfigTestCases parsing issue-336 issue-336: TODO
1315. ⚪️ ConfigTestCases parsing issue-4857 issue-4857: TODO
1316. ⚪️ ConfigTestCases parsing issue-5624 issue-5624: TODO
1317. ⚪️ ConfigTestCases parsing issue-8293 issue-8293: TODO
1318. ⚪️ ConfigTestCases parsing issue-9042 issue-9042: TODO
1319. ⚪️ ConfigTestCases parsing issue-9156 issue-9156: TODO
1320. ⚪️ ConfigTestCases parsing node-source-plugin-off node-source-plugin-off: TODO
1321. ⚪️ ConfigTestCases parsing node-stuff-plugin-off node-stuff-plugin-off: TODO
1322. ⚪️ ConfigTestCases parsing optional optional: TODO
1323. ⚪️ ConfigTestCases parsing optional-chaining optional-chaining: TODO
1324. ⚪️ ConfigTestCases parsing relative-filedirname relative-filedirname: TODO
1325. ⚪️ ConfigTestCases parsing require-ignore require-ignore: TODO
1326. ⚪️ ConfigTestCases parsing require.main require.main: TODO
1327. ⚪️ ConfigTestCases parsing requirejs requirejs: TODO
1328. ⚪️ ConfigTestCases parsing system.import system.import: TODO
1329. ⚪️ ConfigTestCases performance many-async-imports many-async-imports: TODO
1330. ⚪️ ConfigTestCases performance many-exports many-exports: TODO
1335. 🔴 ConfigTestCases plugins banner-plugin-hashing banner-plugin-hashing: Lacking support of chunkhash
1336. ⚪️ ConfigTestCases plugins define-plugin define-plugin: TODO
1337. ⚪️ ConfigTestCases plugins define-plugin-bigint define-plugin-bigint: TODO
1376. ⚪️ ConfigTestCases plugins lib-manifest-plugin lib-manifest-plugin: TODO
1381. ⚪️ ConfigTestCases plugins min-chunk-size min-chunk-size: TODO
1382. ⚪️ ConfigTestCases plugins mini-css-extract-plugin mini-css-extract-plugin: TODO
1383. ⚪️ ConfigTestCases plugins profiling-plugin profiling-plugin: TODO
1384. ⚪️ ConfigTestCases plugins progress-plugin progress-plugin: TODO
1385. ⚪️ ConfigTestCases plugins provide-plugin provide-plugin: TODO
1386. ⚪️ ConfigTestCases plugins source-map-dev-tool-plugin source-map-dev-tool-plugin: TODO
1387. ⚪️ ConfigTestCases plugins source-map-dev-tool-pluginappend source-map-dev-tool-pluginappend: TODO
1388. ⚪️ ConfigTestCases plugins terser-plugin terser-plugin: TODO
1389. ⚪️ ConfigTestCases process-assets html-plugin html-plugin: TODO
1390. ⚪️ ConfigTestCases race-conditions load-module load-module: TODO
1391. ⚪️ ConfigTestCases rebuild finishModules finishModules: TODO
1392. ⚪️ ConfigTestCases rebuild rebuildWithNewDependencies rebuildWithNewDependencies: TODO
1393. ⚪️ ConfigTestCases records issue-295 issue-295: TODO
1394. ⚪️ ConfigTestCases records issue-2991 issue-2991: TODO
1395. ⚪️ ConfigTestCases records issue-7339 issue-7339: TODO
1396. ⚪️ ConfigTestCases records issue-7492 issue-7492: TODO
1397. ⚪️ ConfigTestCases records stable-sort stable-sort: TODO
1398. ⚪️ ConfigTestCases require module-require module-require: TODO
1399. ⚪️ ConfigTestCases resolve context-resolve-with-ignore context-resolve-with-ignore: TODO
1400. ⚪️ ConfigTestCases resolve empty-context-module empty-context-module: TODO
1401. ⚪️ ConfigTestCases resolve fallback fallback: TODO
1402. ⚪️ ConfigTestCases resolve issue-11335-context-module issue-11335-context-module: TODO
1403. ⚪️ ConfigTestCases resolve issue-15580 issue-15580: TODO
1404. ⚪️ ConfigTestCases resolve multi-alias multi-alias: TODO
1405. ⚪️ ConfigTestCases resolve only-module only-module: TODO
1406. ⚪️ ConfigTestCases resolve-merging override override: TODO
1407. ⚪️ ConfigTestCases resolving extensions-order extensions-order: TODO
1408. ⚪️ ConfigTestCases resolving prefer-absolute prefer-absolute: TODO
1409. ⚪️ ConfigTestCases resolving prefer-root prefer-root: TODO
1410. ⚪️ ConfigTestCases rule-set chaining chaining: TODO
1411. ⚪️ ConfigTestCases rule-set compiler compiler: TODO
1412. ⚪️ ConfigTestCases rule-set custom custom: TODO
1413. ⚪️ ConfigTestCases rule-set query query: TODO
1414. ⚪️ ConfigTestCases rule-set resolve-options resolve-options: TODO
1415. ⚪️ ConfigTestCases rule-set simple simple: TODO
1416. ⚪️ ConfigTestCases rule-set simple-use-array-fn simple-use-array-fn: TODO
1417. ⚪️ ConfigTestCases rule-set simple-use-fn-array simple-use-fn-array: TODO
1418. ⚪️ ConfigTestCases rule-set undefined-values undefined-values: TODO
1419. ⚪️ ConfigTestCases runtime entries-in-runtime entries-in-runtime: TODO
1420. ⚪️ ConfigTestCases runtime invalid-esm-export invalid-esm-export: TODO
1421. ⚪️ ConfigTestCases runtime no-runtime-per-entry no-runtime-per-entry: TODO
1422. ⚪️ ConfigTestCases runtime opt-in-finally opt-in-finally: TODO
1423. ⚪️ ConfigTestCases scope-hoisting class-naming class-naming: TODO
1424. ⚪️ ConfigTestCases scope-hoisting create-dll-plugin create-dll-plugin: TODO
1425. ⚪️ ConfigTestCases scope-hoisting dll-plugin dll-plugin: TODO
1426. ⚪️ ConfigTestCases scope-hoisting esModule esModule: TODO
1427. ⚪️ ConfigTestCases scope-hoisting export-global export-global: TODO
1428. ⚪️ ConfigTestCases scope-hoisting harmony-pure-default harmony-pure-default: TODO
1429. ⚪️ ConfigTestCases scope-hoisting named-modules named-modules: TODO
1430. ⚪️ ConfigTestCases scope-hoisting strictThisContextOnImports strictThisContextOnImports: TODO
1431. ⚪️ ConfigTestCases sharing consume-module consume-module: TODO
1432. ⚪️ ConfigTestCases sharing consume-multiple-versions consume-multiple-versions: TODO
1433. ⚪️ ConfigTestCases sharing no-override-loaded no-override-loaded: TODO
1434. ⚪️ ConfigTestCases sharing provide-eager-module provide-eager-module: TODO
1435. ⚪️ ConfigTestCases sharing provide-module provide-module: TODO
1436. ⚪️ ConfigTestCases sharing provide-multiple-versions provide-multiple-versions: TODO
1437. ⚪️ ConfigTestCases sharing provide-shared-with-runtime-chunk provide-shared-with-runtime-chunk: TODO
1438. ⚪️ ConfigTestCases sharing share-multiple-versions share-multiple-versions: TODO
1439. ⚪️ ConfigTestCases sharing share-plugin share-plugin: TODO
1440. ⚪️ ConfigTestCases side-effects issue-13063 issue-13063: TODO
1448. ⚪️ ConfigTestCases side-effects type-reexports type-reexports: TODO
1449. ⚪️ ConfigTestCases side-effects url url: TODO
1462. ⚪️ ConfigTestCases source-map array-as-output-library array-as-output-library: TODO
1463. ⚪️ ConfigTestCases source-map array-as-output-library-in-object-output array-as-output-library-in-object-output: TODO
1464. ⚪️ ConfigTestCases source-map context-module-source-path context-module-source-path: TODO
1465. ⚪️ ConfigTestCases source-map default-filename-extensions-css default-filename-extensions-css: TODO
1466. ⚪️ ConfigTestCases source-map default-filename-extensions-js default-filename-extensions-js: TODO
1467. ⚪️ ConfigTestCases source-map default-filename-extensions-mjs default-filename-extensions-mjs: TODO
1468. ⚪️ ConfigTestCases source-map exclude-chunks-source-map exclude-chunks-source-map: TODO
1469. ⚪️ ConfigTestCases source-map exclude-modules-source-map exclude-modules-source-map: TODO
1470. ⚪️ ConfigTestCases source-map module-names module-names: TODO
1471. ⚪️ ConfigTestCases source-map namespace-source-path namespace-source-path: TODO
1472. ⚪️ ConfigTestCases source-map namespace-source-path-no-truncate namespace-source-path-no-truncate: TODO
1473. ⚪️ ConfigTestCases source-map namespace-source-path.library namespace-source-path.library: TODO
1474. ⚪️ ConfigTestCases source-map no-source-map no-source-map: TODO
1475. ⚪️ ConfigTestCases source-map nosources nosources: TODO
1476. ⚪️ ConfigTestCases source-map object-as-output-library object-as-output-library: TODO
1477. ⚪️ ConfigTestCases source-map relative-source-map-path relative-source-map-path: TODO
1478. ⚪️ ConfigTestCases source-map relative-source-maps-by-loader relative-source-maps-by-loader: TODO
1479. ⚪️ ConfigTestCases source-map resource-path resource-path: TODO
1480. ⚪️ ConfigTestCases source-map source-map-filename-contenthash source-map-filename-contenthash: TODO
1481. ⚪️ ConfigTestCases source-map source-map-with-profiling-plugin source-map-with-profiling-plugin: TODO
1482. ⚪️ ConfigTestCases source-map sources-array-production sources-array-production: TODO
1483. ⚪️ ConfigTestCases split-chunks asnyc-entries asnyc-entries: TODO
1484. ⚪️ ConfigTestCases split-chunks chunk-filename-delimiter chunk-filename-delimiter: TODO
1485. ⚪️ ConfigTestCases split-chunks chunk-filename-delimiter-default chunk-filename-delimiter-default: TODO
1486. ⚪️ ConfigTestCases split-chunks custom-filename custom-filename: TODO
1487. ⚪️ ConfigTestCases split-chunks custom-filename-function custom-filename-function: TODO
1488. ⚪️ ConfigTestCases split-chunks custom-filename-many-custom custom-filename-many-custom: TODO
1489. ⚪️ ConfigTestCases split-chunks entry-point-error entry-point-error: TODO
1490. ⚪️ ConfigTestCases split-chunks incorrect-chunk-reuse incorrect-chunk-reuse: TODO
1494. ⚪️ ConfigTestCases split-chunks issue-11513 issue-11513: TODO
1495. ⚪️ ConfigTestCases split-chunks issue-12307 issue-12307: TODO
1508. ⚪️ ConfigTestCases split-chunks move-to-entrypoint move-to-entrypoint: TODO
1509. ⚪️ ConfigTestCases split-chunks no-options no-options: TODO
1513. ⚪️ ConfigTestCases split-chunks runtime-chunk runtime-chunk: TODO
1514. ⚪️ ConfigTestCases split-chunks runtime-chunk-async-node runtime-chunk-async-node: TODO
1518. ⚪️ ConfigTestCases split-chunks runtime-chunk-node runtime-chunk-node: TODO
1519. ⚪️ ConfigTestCases split-chunks runtime-chunk-node-13130 runtime-chunk-node-13130: TODO
1520. ⚪️ ConfigTestCases split-chunks vendor-only-entrypoint vendor-only-entrypoint: TODO
1521. 🔴 ConfigTestCases split-chunks-common correct-order correct-order: #3562
1525. ⚪️ ConfigTestCases split-chunks-common hot hot: TODO
1526. ⚪️ ConfigTestCases split-chunks-common hot-multi hot-multi: TODO
1527. 🔴 ConfigTestCases split-chunks-common inverted-order inverted-order: #3562
1532. 🔴 ConfigTestCases split-chunks-common library library: #3564
1540. 🔴 ConfigTestCases split-chunks-common simple simple: #3562
1541. 🔴 ConfigTestCases split-chunks-common target-node target-node: splitChunks.name doesn't support passing function
1542. ⚪️ ConfigTestCases target amd-container-named amd-container-named: TODO
1543. ⚪️ ConfigTestCases target amd-container-require amd-container-require: TODO
1544. ⚪️ ConfigTestCases target amd-container-unnamed amd-container-unnamed: TODO
1545. ⚪️ ConfigTestCases target amd-named amd-named: TODO
1546. ⚪️ ConfigTestCases target amd-require amd-require: TODO
1547. ⚪️ ConfigTestCases target amd-unnamed amd-unnamed: TODO
1552. ⚪️ ConfigTestCases target electron-renderer electron-renderer: TODO
1553. ⚪️ ConfigTestCases target node-dynamic-import node-dynamic-import: TODO
1554. ⚪️ ConfigTestCases target strict-mode-global strict-mode-global: TODO
1555. ⚪️ ConfigTestCases target system-context system-context: TODO
1556. ⚪️ ConfigTestCases target system-export system-export: TODO
1557. ⚪️ ConfigTestCases target system-named system-named: TODO
1558. ⚪️ ConfigTestCases target system-named-assets-path system-named-assets-path: TODO
1559. ⚪️ ConfigTestCases target system-unnamed system-unnamed: TODO
1560. ⚪️ ConfigTestCases target umd-auxiliary-comments-object umd-auxiliary-comments-object: TODO
1561. ⚪️ ConfigTestCases target umd-auxiliary-comments-string umd-auxiliary-comments-string: TODO
1562. ⚪️ ConfigTestCases target umd-named-define umd-named-define: TODO
1563. ⚪️ ConfigTestCases trusted-types custom-policy-name custom-policy-name: TODO
1564. ⚪️ ConfigTestCases trusted-types default-policy-name default-policy-name: TODO
1565. ⚪️ ConfigTestCases trusted-types devtool-eval devtool-eval: TODO
1566. ⚪️ ConfigTestCases trusted-types no-policy-name no-policy-name: TODO
1567. ⚪️ ConfigTestCases trusted-types no-trusted-types no-trusted-types: TODO
1568. ⚪️ ConfigTestCases trusted-types web-worker web-worker: TODO
1569. ⚪️ ConfigTestCases types filesystems filesystems: TODO
1570. ⚪️ ConfigTestCases umd issue-15545 issue-15545: TODO
1571. ⚪️ ConfigTestCases utils lazy-set lazy-set: TODO
1572. ⚪️ ConfigTestCases wasm export-imported-global export-imported-global: TODO
1573. ⚪️ ConfigTestCases wasm identical identical: TODO
1574. ⚪️ ConfigTestCases wasm import-wasm-wasm import-wasm-wasm: TODO
1575. ⚪️ ConfigTestCases wasm missing-wasm-experiment missing-wasm-experiment: TODO
1576. ⚪️ ConfigTestCases wasm wasm-in-initial-chunk-error wasm-in-initial-chunk-error: TODO
1577. ⚪️ ConfigTestCases web attach-existing attach-existing: TODO
1578. ⚪️ ConfigTestCases web node-source node-source: TODO
1579. ⚪️ ConfigTestCases web node-source-future-defaults node-source-future-defaults: TODO
1580. ⚪️ ConfigTestCases web node-source-global node-source-global: TODO
1581. ⚪️ ConfigTestCases web non-js-chunks-entrypoint non-js-chunks-entrypoint: TODO
1582. ⚪️ ConfigTestCases web non-js-chunks-entrypoint-runtime-chunk non-js-chunks-entrypoint-runtime-chunk: TODO
1583. ⚪️ ConfigTestCases web nonce nonce: TODO
1584. ⚪️ ConfigTestCases web preexecuted-chunk preexecuted-chunk: TODO
1585. ⚪️ ConfigTestCases web prefetch-preload prefetch-preload: TODO
1586. ⚪️ ConfigTestCases web prefetch-split-chunks prefetch-split-chunks: TODO
1587. ⚪️ ConfigTestCases web retry-failed-import retry-failed-import: TODO
1588. ⚪️ ConfigTestCases web unique-jsonp unique-jsonp: TODO
1589. 🔴 ConfigTestCases worker custom-worker custom-worker: #3656
1590. 🔴 ConfigTestCases worker node-worker node-worker: needs compile time evaluateExpression
1591. 🔴 ConfigTestCases worker node-worker-hmr node-worker-hmr: HMR plugin

@ahabhgk ahabhgk added this pull request to the merge queue Oct 19, 2023
Merged via the queue into main with commit 057ce9e Oct 19, 2023
15 checks passed
@ahabhgk ahabhgk deleted the feat-tla branch October 19, 2023 07:53
@ahabhgk ahabhgk linked an issue Oct 20, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: feature release: feature related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support top-level-await
2 participants