Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: import/export with string literal #4430

Merged
merged 3 commits into from
Oct 25, 2023
Merged

fix: import/export with string literal #4430

merged 3 commits into from
Oct 25, 2023

Conversation

ahabhgk
Copy link
Collaborator

@ahabhgk ahabhgk commented Oct 25, 2023

Summary

// a.js
export {a as "\0 a"}

// index.js
import {"\0 a" as a} from "./a"

Test Plan

Require Documentation?

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

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

Test Compatibility Diff

main pr diff
60.851% 62.214% ✅ ⏫ 1.363
Unpassed tests
  1. 🔴 TestCases normal amd define-needs-module: support analyze AMD module format #4313
  2. 🔴 TestCases normal amd namedModules: support analyze AMD module format #4313
  3. 🔴 TestCases normal amd namedModulesConstArrayDep: support analyze AMD module format #4313
  4. 🔴 TestCases normal chunks context: support require.ensure #4304
  5. 🔴 TestCases normal chunks context-weak: support import.meta.webpackContext  #4305
  6. 🔴 TestCases normal chunks inline-options: support webpackMode and other inline magic comments #4306
  7. 🔴 TestCases normal chunks named-chunks: support require.ensure #4304
  8. 🔴 TestCases normal chunks nested-in-empty: support require.ensure #4304
  9. 🔴 TestCases normal chunks parsing: support require.ensure #4304
  10. 🔴 TestCases normal chunks runtime: support require.ensure #4304
  11. 🔴 TestCases normal chunks var-inject-error-handler: support require.ensure #4304
  12. 🟡 TestCases normal chunks weak-dependencies: Compatibility of umd/amd output. #2787
  13. 🔴 TestCases normal chunks weak-dependencies-context: support context for resolveWeak #4315
  14. 🔴 TestCases normal chunks weird-reference-to-entry: should error when webpackChunkName is conflicted with entrypoints #4318
  15. 🔴 TestCases normal cjs-interop non-existing-export: support parser.javascript.exportsPresence and importExportsPresence #4323
  16. 🟡 TestCases normal cjs-tree-shaking bailouts: support analyze AMD module format #4313, this object should be exports in cjs #4324
  17. 🟡 TestCases normal cjs-tree-shaking exports: this object should be exports in cjs #4324
  18. 🟡 TestCases normal cjs-tree-shaking mutate: support parser.javascript.exportsPresence and importExportsPresence #4323
  19. 🔴 TestCases normal cjs-tree-shaking object-define-property-replace: this object should be exports in cjs #4324
  20. 🔴 TestCases normal cjs-tree-shaking reexports: feat: support reexport for cjs-esm interop  #4325
  21. 🔴 TestCases normal compile deduplication-bundle-loader: support require.ensure #4304
  22. 🔴 TestCases normal compile error-hide-stack: support hideStack in WebpackError #4326
  23. 🔴 TestCases normal context import-meta-webpack-context: support import.meta.webpackContext  #4305
  24. 🔴 TestCases normal context issue-10969: support regexp look around for context module #4329
  25. 🔴 TestCases normal context issue-5750: support regexp g flag for context module #4328
  26. 🔴 TestCases normal errors case-sensitive: feat: support WarnCaseSensitiveModulesPlugin #4347
  27. 🟡 TestCases normal errors crash-missing-import: better resolve error message #4348
  28. 🟡 TestCases normal errors harmony-import-missing: better resolve error message #4348
  29. 🟡 TestCases normal errors harmony-import-missing2: better resolve error message #4348
  30. 🔴 TestCases normal errors load-module-cycle: Support loaderContext.loadModule #3738
  31. 🔴 TestCases normal errors load-module-cycle-multiple: Support loaderContext.loadModule #3738
  32. 🔴 TestCases normal errors load-module-error: Support loaderContext.loadModule #3738
  33. 🟡 TestCases normal errors loader-error-warning: detect emitted value instead of an instance of Error for emitError and emitWarning #4349
  34. 🟡 TestCases normal errors mjs-non-fully-specified: better resolve error message #4348
  35. 🟡 TestCases normal errors module-request: better resolve error message #4348
  36. 🟡 TestCases normal esm import-meta: support more import.meta property like import.meta.webpack #4350
  37. 🔴 TestCases normal inner-graph class-dynamic-props: need pure dependency
  38. 🔴 TestCases normal inner-graph extend-class2: need pure dependency
  39. 🟡 TestCases normal json default-default-with-concatenation: support optimization.concatenateModules #3823
  40. 🔴 TestCases normal json import-assertions-type-json: support import attributes #4358
  41. 🔴 TestCases normal json import-by-name: support parser.javascript.exportsPresence and importExportsPresence #4323
  42. 🟡 TestCases normal json import-by-name-with-concatenation: support optimization.concatenateModules #3823, support parser.javascript.exportsPresence and importExportsPresence #4323
  43. 🟡 TestCases normal json import-with-default-with-concatenation: support optimization.concatenateModules #3823
  44. 🟡 TestCases normal json reexport: support parser.javascript.exportsPresence and importExportsPresence #4323
  45. 🔴 TestCases normal large big-assets: Misleading error message when request is "" #3180
  46. 🔴 TestCases normal large many-replacements: support js inline loader query options #4396
  47. 🔴 TestCases normal loaders coffee-loader: support js inline loader query options #4396
  48. 🔴 TestCases normal loaders context: should able to use inline loader in context module #4397
  49. 🔴 TestCases normal loaders import-module: Support loaderContext.importModule #4398
  50. 🔴 TestCases normal loaders issue-10725: blocked by this.loadModule Support loaderContext.loadModule #3738
  51. 🔴 TestCases normal loaders issue-2299: blocked by this.loadModule Support loaderContext.loadModule #3738
  52. 🔴 TestCases normal loaders issue-4959: blocked by this.loadModule Support loaderContext.loadModule #3738
  53. 🔴 TestCases normal loaders no-string: blocked by [Tracking]: Diagnostics #3459
  54. 🟡 TestCases normal loaders query: Misleading error message when request is "" #3180, should able to use inline loader in context module #4397
  55. 🔴 TestCases normal loaders resolve: Misleading error message when request is "" #3180
  56. 🔴 TestCases normal loaders utils: should able to use inline loader in context module #4397
  57. 🟡 TestCases normal mjs non-enumerable: support parser.javascript.exportsPresence and importExportsPresence #4323
  58. 🟡 TestCases normal mjs type-module: builtin provider should use ProviderDependency to implment this #3544, Should not parse require in ESM parser #3203
  59. 🔴 TestCases normal nonce set-nonce: support __webpack_nonce__ #4401
  60. 🔴 TestCases normal optimize side-effects-all-chain-unused: new tree-shaking re-implementation
  61. 🔴 TestCases normal optimize side-effects-immediate-unused: new tree-shaking re-implementation
  62. 🔴 TestCases normal optimize side-effects-reexport-start-unknown: new tree-shaking re-implementation
  63. 🔴 TestCases normal optimize side-effects-root-unused: new tree-shaking re-implementation
  64. 🔴 TestCases normal optimize side-effects-scope-hoisting: new tree-shaking re-implementation
  65. 🔴 TestCases normal optimize side-effects-transitive-unused: new tree-shaking re-implementation
  66. 🔴 TestCases normal parsing amd-rename: support analyze AMD module format #4313
  67. 🟡 TestCases normal parsing asi: should warning for direct access import.meta #4419
  68. 🟡 TestCases normal parsing chunks: support require.ensure #4304
  69. 🟡 TestCases normal parsing complex-require: support String.raw for context module #4420, support require.ensure #4304, support analyze AMD module format #4313
  70. 🔴 TestCases normal parsing context: aliasedRequire support #3346
  71. 🔴 TestCases normal parsing declared-api: support analyze AMD module format #4313
  72. 🔴 TestCases normal parsing es2020: should replace top-level this to undefined in esm #4421
  73. 🔴 TestCases normal parsing es6.nominimize: support require.ensure #4304
  74. 🔴 TestCases normal parsing evaluate: support compile time evaluation #4424
  75. 🔴 TestCases normal parsing evaluate-nullish: support compile time evaluation #4424
  76. 🔴 TestCases normal parsing extract-amd: support analyze AMD module format #4313
  77. 🔴 TestCases normal parsing extract-amd.nominimize: support analyze AMD module format #4313
  78. 🔴 TestCases normal parsing extract-require: support compile time evaluation #4424
  79. 🔴 TestCases normal parsing harmony-deep-exports: full support __webpack_exports_info__ api #4426, feat: support reexport for cjs-esm interop  #4325
  80. 🔴 TestCases normal parsing harmony-duplicate-export: feat: support reexport for cjs-esm interop  #4325
  81. 🔴 TestCases normal parsing harmony-export-import-specifier: full support __webpack_exports_info__ api #4426
  82. 🔴 TestCases normal parsing harmony-export-precedence: support parser.javascript.exportsPresence and importExportsPresence #4323
  83. 🔴 TestCases normal parsing harmony-info: support parser.javascript.exportsPresence and importExportsPresence #4323
  84. 🔴 TestCases normal parsing harmony-injecting-order: support analyze AMD module format #4313
  85. 🔴 TestCases normal parsing harmony-reexport: new treeshaking re-implementation
  86. 🔴 TestCases normal parsing harmony-star-conflict: build should failed when detect conflicting start exports conflict #4118, support parser.javascript.exportsPresence and importExportsPresence #4323
  87. 🔴 TestCases normal parsing hashbang: allow parse js hashbang syntax #4427
  88. ⚪️ TestCases normal parsing issue-11283: TODO
  89. ⚪️ TestCases normal parsing issue-2006: TODO
  90. ⚪️ TestCases normal parsing issue-2084: TODO
  91. ⚪️ TestCases normal parsing issue-2600: TODO
  92. ⚪️ TestCases normal parsing issue-2641: TODO
  93. ⚪️ TestCases normal parsing issue-3252: TODO
  94. ⚪️ TestCases normal parsing issue-3273: TODO
  95. 🔴 TestCases normal parsing issue-345: support analyze AMD module format #4313
  96. 🔴 TestCases normal parsing issue-387: support analyze AMD module format #4313
  97. ⚪️ TestCases normal parsing issue-4596: TODO
  98. ⚪️ TestCases normal parsing issue-4608-1: TODO
  99. ⚪️ TestCases normal parsing issue-4608-1-non-strict: TODO
  100. ⚪️ TestCases normal parsing issue-4608-2: TODO
  101. ⚪️ TestCases normal parsing issue-4940: TODO
  102. 🔴 TestCases normal parsing issue-627: Critical dependency warning for context module #4429
  103. ⚪️ TestCases normal parsing issue-7519: TODO
  104. 🔴 TestCases normal parsing issue-758: support analyze AMD module format #4313, support require.ensure #4304
  105. ⚪️ TestCases normal parsing issue-7728: TODO
  106. ⚪️ TestCases normal parsing issue-7778: TODO
  107. ⚪️ TestCases normal parsing local-modules: TODO
  108. ⚪️ TestCases normal parsing missing-export-warning-nested: TODO
  109. ⚪️ TestCases normal parsing nullish-coalescing: TODO
  110. ⚪️ TestCases normal parsing precreated-ast: TODO
  111. ⚪️ TestCases normal parsing renaming: TODO
  112. ⚪️ TestCases normal parsing resolve-weak-context: TODO
  113. ⚪️ TestCases normal parsing strict-mode: TODO
  114. ⚪️ TestCases normal parsing typeof: TODO
  115. ⚪️ TestCases normal parsing typeof-non-module: TODO
  116. ⚪️ TestCases normal parsing unsupported-amd: TODO
  117. ⚪️ TestCases normal parsing webpack-is-included: TODO
  118. ⚪️ TestCases normal resolving browser-field: TODO
  119. ⚪️ TestCases normal resolving commomjs-local-module: TODO
  120. ⚪️ TestCases normal resolving context: TODO
  121. ⚪️ TestCases normal resolving data-uri: TODO
  122. ⚪️ TestCases normal resolving issue-11555: TODO
  123. ⚪️ TestCases normal resolving issue-2986: TODO
  124. ⚪️ TestCases normal resolving single-file-module: TODO
  125. ⚪️ TestCases normal runtime chunk-callback-order: TODO
  126. ⚪️ TestCases normal runtime error-handling: TODO
  127. ⚪️ TestCases normal runtime issue-15518: TODO
  128. ⚪️ TestCases normal runtime missing-module-exception: TODO
  129. ⚪️ TestCases normal runtime missing-module-syntax-error: TODO
  130. ⚪️ TestCases normal runtime module-caching: TODO
  131. ⚪️ TestCases normal runtime require-function: TODO
  132. ⚪️ TestCases normal scope-hoisting async-keyword-5615: TODO
  133. ⚪️ TestCases normal scope-hoisting chained-reexport: TODO
  134. ⚪️ TestCases normal scope-hoisting circular-external: TODO
  135. ⚪️ TestCases normal scope-hoisting circular-namespace-object: TODO
  136. ⚪️ TestCases normal scope-hoisting circular-root-export: TODO
  137. ⚪️ TestCases normal scope-hoisting delete-issue-10831: TODO
  138. ⚪️ TestCases normal scope-hoisting esModule: TODO
  139. ⚪️ TestCases normal scope-hoisting export-namespace: TODO
  140. ⚪️ TestCases normal scope-hoisting external-root: TODO
  141. ⚪️ TestCases normal scope-hoisting import-order: TODO
  142. ⚪️ TestCases normal scope-hoisting import-order-11617: TODO
  143. ⚪️ TestCases normal scope-hoisting indirect-reexport: TODO
  144. ⚪️ TestCases normal scope-hoisting inside-class: TODO
  145. ⚪️ TestCases normal scope-hoisting intra-references: TODO
  146. ⚪️ TestCases normal scope-hoisting issue-10308: TODO
  147. ⚪️ TestCases normal scope-hoisting issue-10409: TODO
  148. ⚪️ TestCases normal scope-hoisting issue-11840: TODO
  149. ⚪️ TestCases normal scope-hoisting issue-11897: TODO
  150. ⚪️ TestCases normal scope-hoisting issue-5020: TODO
  151. ⚪️ TestCases normal scope-hoisting issue-5020-minimal: TODO
  152. ⚪️ TestCases normal scope-hoisting issue-5096: TODO
  153. ⚪️ TestCases normal scope-hoisting issue-5314: TODO
  154. ⚪️ TestCases normal scope-hoisting issue-5443: TODO
  155. ⚪️ TestCases normal scope-hoisting issue-5481: TODO
  156. ⚪️ TestCases normal scope-hoisting issue-6407: TODO
  157. ⚪️ TestCases normal scope-hoisting issue-7930: TODO
  158. ⚪️ TestCases normal scope-hoisting json-reexport-6700: TODO
  159. ⚪️ TestCases normal scope-hoisting name-conflicts: TODO
  160. ⚪️ TestCases normal scope-hoisting order-without-side-effects: TODO
  161. ⚪️ TestCases normal scope-hoisting orphan: TODO
  162. ⚪️ TestCases normal scope-hoisting reexport-cjs: TODO
  163. ⚪️ TestCases normal scope-hoisting reexport-exposed-cjs: TODO
  164. ⚪️ TestCases normal scope-hoisting reexport-exposed-default-cjs: TODO
  165. ⚪️ TestCases normal scope-hoisting reexport-exposed-harmony: TODO
  166. ⚪️ TestCases normal scope-hoisting reexport-star-exposed-cjs: TODO
  167. ⚪️ TestCases normal scope-hoisting reexport-star-external-cjs: TODO
  168. ⚪️ TestCases normal scope-hoisting renaming-4967: TODO
  169. ⚪️ TestCases normal scope-hoisting renaming-shorthand-5027: TODO
  170. ⚪️ TestCases normal scope-hoisting require-root-5604: TODO
  171. ⚪️ TestCases normal scope-hoisting side-effects-11662: TODO
  172. ⚪️ TestCases normal scope-hoisting side-effects-11990: TODO
  173. ⚪️ TestCases normal scope-hoisting side-effects-11990-star: TODO
  174. ⚪️ TestCases normal scope-hoisting side-effects-9159: TODO
  175. ⚪️ TestCases normal scope-hoisting simple: TODO
  176. ⚪️ TestCases normal scope-hoisting this-in-import: TODO
  177. ⚪️ TestCases normal side-effects dynamic-reexports: TODO
  178. ⚪️ TestCases normal side-effects empty-modules: TODO
  179. ⚪️ TestCases normal side-effects issue-11673: TODO
  180. ⚪️ TestCases normal side-effects issue-12071: TODO
  181. ⚪️ TestCases normal side-effects issue-12114: TODO
  182. ⚪️ TestCases normal side-effects issue-12570: TODO
  183. ⚪️ TestCases normal side-effects issue-12570-second-try: TODO
  184. ⚪️ TestCases normal side-effects missing-module-7499: TODO
  185. ⚪️ TestCases normal side-effects order-issue-7665: TODO
  186. ⚪️ TestCases normal side-effects wrong-module-10146: TODO
  187. ⚪️ TestCases normal wasm v128: TODO
  188. ⚪️ ConfigTestCases additional-pass simple simple: TODO
  189. ⚪️ ConfigTestCases amd disabled disabled: TODO
  190. ⚪️ ConfigTestCases asset-emitted normal normal: TODO
  191. ⚪️ ConfigTestCases asset-modules assetModuleFilename assetModuleFilename: TODO
  192. ⚪️ ConfigTestCases asset-modules custom-condition custom-condition: TODO
  193. ⚪️ ConfigTestCases asset-modules custom-encoder custom-encoder: TODO
  194. ⚪️ ConfigTestCases asset-modules data-url data-url: TODO
  195. ⚪️ ConfigTestCases asset-modules different-query different-query: TODO
  196. ⚪️ ConfigTestCases asset-modules emit emit: TODO
  197. ⚪️ ConfigTestCases asset-modules file-loader file-loader: TODO
  198. ⚪️ ConfigTestCases asset-modules file-url file-url: TODO
  199. ⚪️ ConfigTestCases asset-modules generator-asset-publicPath generator-asset-publicPath: TODO
  200. ⚪️ ConfigTestCases asset-modules generator-asset-publicPath-hash generator-asset-publicPath-hash: TODO
  201. ⚪️ ConfigTestCases asset-modules global-options global-options: TODO
  202. ⚪️ ConfigTestCases asset-modules http-url http-url: TODO
  203. ⚪️ ConfigTestCases asset-modules ignore ignore: TODO
  204. ⚪️ ConfigTestCases asset-modules input-data-url input-data-url: TODO
  205. ⚪️ ConfigTestCases asset-modules input-data-url-encoding input-data-url-encoding: TODO
  206. ⚪️ ConfigTestCases asset-modules opus opus: TODO
  207. ⚪️ ConfigTestCases asset-modules overridePath overridePath: TODO
  208. ⚪️ ConfigTestCases asset-modules path path: TODO
  209. ⚪️ ConfigTestCases asset-modules publicPath publicPath: TODO
  210. ⚪️ ConfigTestCases asset-modules query query: TODO
  211. ⚪️ ConfigTestCases asset-modules query-and-custom-condition query-and-custom-condition: TODO
  212. ⚪️ ConfigTestCases asset-modules query-and-custom-encoder query-and-custom-encoder: TODO
  213. ⚪️ ConfigTestCases asset-modules real-content-hash real-content-hash: TODO
  214. ⚪️ ConfigTestCases asset-modules resource-from-data-uri resource-from-data-uri: TODO
  215. ⚪️ ConfigTestCases asset-modules rule-generator-outputPath rule-generator-outputPath: TODO
  216. ⚪️ ConfigTestCases asset-modules rule-generator-publicPath rule-generator-publicPath: TODO
  217. ⚪️ ConfigTestCases asset-modules rule-generator-publicPath-override rule-generator-publicPath-override: TODO
  218. ⚪️ ConfigTestCases asset-modules source source: TODO
  219. ⚪️ ConfigTestCases asset-modules types types: TODO
  220. ⚪️ ConfigTestCases asset-modules unsafe-cache-13827 unsafe-cache-13827: TODO
  221. ⚪️ ConfigTestCases asset-url relative relative: TODO
  222. ⚪️ ConfigTestCases asset-url target-node1 target-node1: TODO
  223. ⚪️ ConfigTestCases asset-url target-node2 target-node2: TODO
  224. ⚪️ ConfigTestCases asset-url target-node3 target-node3: TODO
  225. ⚪️ ConfigTestCases asset-url target-web1 target-web1: TODO
  226. ⚪️ ConfigTestCases asset-url target-web2 target-web2: TODO
  227. ⚪️ ConfigTestCases asset-url target-webworker1 target-webworker1: TODO
  228. ⚪️ ConfigTestCases asset-url target-webworker2 target-webworker2: TODO
  229. ⚪️ ConfigTestCases assets delete-asset delete-asset: TODO
  230. ⚪️ ConfigTestCases async-commons-chunk all-selected all-selected: TODO
  231. ⚪️ ConfigTestCases async-commons-chunk duplicate duplicate: TODO
  232. ⚪️ ConfigTestCases async-commons-chunk existing-name existing-name: TODO
  233. ⚪️ ConfigTestCases async-commons-chunk nested nested: TODO
  234. ⚪️ ConfigTestCases async-commons-chunk node node: TODO
  235. ⚪️ ConfigTestCases async-commons-chunk simple simple: TODO
  236. ⚪️ ConfigTestCases async-library 0-create-library 0-create-library: TODO
  237. ⚪️ ConfigTestCases async-library 1-use-library 1-use-library: TODO
  238. ⚫️ ConfigTestCases cache-dependencies managed-items managed-items: No plan
  239. ⚫️ ConfigTestCases cache-dependencies managed-items-unsafe-cache managed-items-unsafe-cache: No plan
  240. ⚪️ ConfigTestCases chunk-graph issue-15173 issue-15173: TODO
  241. ⚪️ ConfigTestCases chunk-graph issue-9634 issue-9634: TODO
  242. ⚪️ ConfigTestCases chunk-index order-multiple-entries order-multiple-entries: TODO
  243. ⚪️ ConfigTestCases clean dry dry: TODO
  244. ⚪️ ConfigTestCases clean enabled enabled: TODO
  245. ⚪️ ConfigTestCases clean ignore-fn ignore-fn: TODO
  246. ⚪️ ConfigTestCases clean ignore-hook ignore-hook: TODO
  247. ⚪️ ConfigTestCases clean ignore-rx ignore-rx: TODO
  248. ⚪️ ConfigTestCases clean link link: TODO
  249. ⚪️ ConfigTestCases code-generation harmony-pure-default harmony-pure-default: TODO
  250. ⚪️ ConfigTestCases code-generation require-context-id require-context-id: TODO
  251. ⚪️ ConfigTestCases code-generation use-strict use-strict: TODO
  252. ⚪️ ConfigTestCases compiletime error-not-found error-not-found: TODO
  253. ⚪️ ConfigTestCases compiletime exports-presence exports-presence: TODO
  254. ⚪️ ConfigTestCases compiletime warn-not-found warn-not-found: TODO
  255. ⚪️ ConfigTestCases concatenate-modules destructuring-assignment-with-default-value-and-variable-collision-nested destructuring-assignment-with-default-value-and-variable-collision-nested: TODO
  256. ⚪️ ConfigTestCases concatenate-modules destructuring-assignment-with-default-value-and-variable-collision-simple destructuring-assignment-with-default-value-and-variable-collision-simple: TODO
  257. ⚪️ ConfigTestCases concatenate-modules import-module import-module: TODO
  258. ⚪️ ConfigTestCases concatenate-modules issue-13022 issue-13022: TODO
  259. ⚪️ ConfigTestCases concatenate-modules load-chunk-function load-chunk-function: TODO
  260. ⚪️ ConfigTestCases concatenate-modules rename-10168 rename-10168: TODO
  261. ⚪️ ConfigTestCases concatenate-modules side-effects side-effects: TODO
  262. ⚪️ ConfigTestCases concatenate-modules split-chunk-entry-module split-chunk-entry-module: TODO
  263. ⚪️ ConfigTestCases container 0-container-full 0-container-full: TODO
  264. ⚪️ ConfigTestCases container 0-transitive-overriding 0-transitive-overriding: TODO
  265. ⚪️ ConfigTestCases container 1-container-full 1-container-full: TODO
  266. ⚪️ ConfigTestCases container 1-transitive-overriding 1-transitive-overriding: TODO
  267. ⚪️ ConfigTestCases container 2-container-full 2-container-full: TODO
  268. ⚪️ ConfigTestCases container 2-transitive-overriding 2-transitive-overriding: TODO
  269. ⚪️ ConfigTestCases container 3-container-full 3-container-full: TODO
  270. ⚪️ ConfigTestCases container circular circular: TODO
  271. ⚪️ ConfigTestCases container container-entry container-entry: TODO
  272. ⚪️ ConfigTestCases container container-entry-overridables container-entry-overridables: TODO
  273. ⚪️ ConfigTestCases container container-reference container-reference: TODO
  274. ⚪️ ConfigTestCases container container-reference-override container-reference-override: TODO
  275. ⚪️ ConfigTestCases container error-handling error-handling: TODO
  276. ⚪️ ConfigTestCases container exposed-overridables exposed-overridables: TODO
  277. ⚪️ ConfigTestCases container module-federation module-federation: TODO
  278. ⚪️ ConfigTestCases container no-shared no-shared: TODO
  279. ⚪️ ConfigTestCases contenthash assets assets: TODO
  280. ⚪️ ConfigTestCases contenthash include-chunk-id include-chunk-id: TODO
  281. ⚪️ ConfigTestCases context-exclusion simple simple: TODO
  282. ⚪️ ConfigTestCases context-replacement System.import System.import: TODO
  283. ⚪️ ConfigTestCases context-replacement a a: TODO
  284. ⚪️ ConfigTestCases context-replacement b b: TODO
  285. ⚪️ ConfigTestCases context-replacement c c: TODO
  286. ⚪️ ConfigTestCases context-replacement d d: TODO
  287. ⚪️ ConfigTestCases context-replacement e e: TODO
  288. ⚪️ ConfigTestCases crossorigin set-crossorigin set-crossorigin: TODO
  289. ⚪️ ConfigTestCases css basic basic: TODO
  290. ⚪️ ConfigTestCases css basic-initial-only basic-initial-only: TODO
  291. ⚪️ ConfigTestCases css conflicting-order conflicting-order: TODO
  292. ⚪️ ConfigTestCases css css-modules css-modules: TODO
  293. ⚪️ ConfigTestCases css css-modules-in-node css-modules-in-node: TODO
  294. ⚪️ ConfigTestCases css exports exports: TODO
  295. ⚪️ ConfigTestCases css exports-in-node exports-in-node: TODO
  296. ⚪️ ConfigTestCases css external external: TODO
  297. ⚪️ ConfigTestCases css large large: TODO
  298. ⚪️ ConfigTestCases css urls urls: TODO
  299. ⚫️ ConfigTestCases custom-hash-function xxhash xxhash: No plan
  300. ⚪️ ConfigTestCases custom-modules json-custom json-custom: TODO
  301. ⚪️ ConfigTestCases custom-source-type localization localization: TODO
  302. ⚪️ ConfigTestCases deep-scope-analysis remove-export remove-export: TODO
  303. ⚪️ ConfigTestCases deep-scope-analysis remove-export-scope-hoisting remove-export-scope-hoisting: TODO
  304. ⚪️ ConfigTestCases defaulter immutable-config immutable-config: TODO
  305. ⚪️ ConfigTestCases delegated simple simple: TODO
  306. ⚪️ ConfigTestCases delegated-hash simple simple: TODO
  307. ⚪️ ConfigTestCases deprecations chunk-and-module chunk-and-module: TODO
  308. ⚪️ ConfigTestCases deprecations chunk-files chunk-files: TODO
  309. ⚪️ ConfigTestCases deprecations config config: TODO
  310. ⚪️ ConfigTestCases deprecations invalid-dependencies invalid-dependencies: TODO
  311. ⚪️ ConfigTestCases deprecations non-unique-hash non-unique-hash: TODO
  312. ⚪️ ConfigTestCases devtools harmony-eval harmony-eval: TODO
  313. ⚪️ ConfigTestCases devtools harmony-eval-source-map harmony-eval-source-map: TODO
  314. ⚪️ ConfigTestCases dll-plugin 0-create-dll 0-create-dll: TODO
  315. ⚪️ ConfigTestCases dll-plugin 0-issue-10475 0-issue-10475: TODO
  316. ⚪️ ConfigTestCases dll-plugin 1-issue-10475 1-issue-10475: TODO
  317. ⚪️ ConfigTestCases dll-plugin 1-use-dll 1-use-dll: TODO
  318. ⚪️ ConfigTestCases dll-plugin 2-use-dll-without-scope 2-use-dll-without-scope: TODO
  319. ⚪️ ConfigTestCases dll-plugin 3-use-dll-with-hashid 3-use-dll-with-hashid: TODO
  320. ⚪️ ConfigTestCases dll-plugin-entry 0-create-dll 0-create-dll: TODO
  321. ⚪️ ConfigTestCases dll-plugin-entry 1-use-dll 1-use-dll: TODO
  322. ⚪️ ConfigTestCases dll-plugin-entry 2-error-non-entry 2-error-non-entry: TODO
  323. ⚪️ ConfigTestCases dll-plugin-format 0-create-dll 0-create-dll: TODO
  324. ⚪️ ConfigTestCases dll-plugin-side-effects 0-create-dll 0-create-dll: TODO
  325. ⚪️ ConfigTestCases dll-plugin-side-effects 1-use-dll 1-use-dll: TODO
  326. ⚪️ ConfigTestCases ecmaVersion 2015 2015: TODO
  327. ⚪️ ConfigTestCases ecmaVersion 2020 2020: TODO
  328. ⚪️ ConfigTestCases ecmaVersion 5 5: TODO
  329. ⚪️ ConfigTestCases ecmaVersion browserslist browserslist: TODO
  330. ⚪️ ConfigTestCases ecmaVersion browserslist-config browserslist-config: TODO
  331. ⚪️ ConfigTestCases ecmaVersion browserslist-config-env browserslist-config-env: TODO
  332. ⚪️ ConfigTestCases ecmaVersion browserslist-missing browserslist-missing: TODO
  333. ⚪️ ConfigTestCases ecmaVersion browserslist-query browserslist-query: TODO
  334. ⚪️ ConfigTestCases ecmaVersion custom custom: TODO
  335. ⚪️ ConfigTestCases emit-asset different-source different-source: TODO
  336. ⚪️ ConfigTestCases emit-asset equal-source equal-source: TODO
  337. ⚪️ ConfigTestCases entry adding-multiple-entry-points adding-multiple-entry-points: TODO
  338. ⚪️ ConfigTestCases entry depend-on-advanced depend-on-advanced: TODO
  339. ⚪️ ConfigTestCases entry depend-on-bug depend-on-bug: TODO
  340. ⚪️ ConfigTestCases entry depend-on-non-js depend-on-non-js: TODO
  341. ⚪️ ConfigTestCases entry depend-on-simple depend-on-simple: TODO
  342. ⚪️ ConfigTestCases entry descriptor descriptor: TODO
  343. ⚪️ ConfigTestCases entry function function: TODO
  344. ⚪️ ConfigTestCases entry function-promise function-promise: TODO
  345. ⚪️ ConfigTestCases entry issue-1068 issue-1068: TODO
  346. ⚪️ ConfigTestCases entry issue-12562 issue-12562: TODO
  347. ⚪️ ConfigTestCases entry issue-13637 issue-13637: TODO
  348. ⚪️ ConfigTestCases entry issue-8110 issue-8110: TODO
  349. ⚪️ ConfigTestCases entry require-entry-point require-entry-point: TODO
  350. ⚪️ ConfigTestCases entry single-entry-point single-entry-point: TODO
  351. ⚪️ ConfigTestCases entry usage-info-in-multiple-entry-points usage-info-in-multiple-entry-points: TODO
  352. ⚪️ ConfigTestCases entry weird-names weird-names: TODO
  353. ⚪️ ConfigTestCases entry weird-names2 weird-names2: TODO
  354. ⚪️ ConfigTestCases errors asset-options-validation asset-options-validation: TODO
  355. ⚪️ ConfigTestCases errors case-emit case-emit: TODO
  356. ⚪️ ConfigTestCases errors depend-on-and-runtime depend-on-and-runtime: TODO
  357. ⚪️ ConfigTestCases errors depend-on-error depend-on-error: TODO
  358. ⚪️ ConfigTestCases errors entry-not-found entry-not-found: TODO
  359. ⚪️ ConfigTestCases errors exception-in-chunk-renderer exception-in-chunk-renderer: TODO
  360. ⚪️ ConfigTestCases errors import-missing import-missing: TODO
  361. ⚪️ ConfigTestCases errors multi-entry-missing-module multi-entry-missing-module: TODO
  362. ⚪️ ConfigTestCases errors self-reexport self-reexport: TODO
  363. ⚪️ ConfigTestCases externals async-externals async-externals: TODO
  364. ⚪️ ConfigTestCases externals concatenated concatenated: TODO
  365. ⚪️ ConfigTestCases externals concatenated-module concatenated-module: TODO
  366. ⚪️ ConfigTestCases externals externals-array externals-array: TODO
  367. ⚪️ ConfigTestCases externals externals-in-chunk externals-in-chunk: TODO
  368. ⚪️ ConfigTestCases externals externals-in-commons-chunk externals-in-commons-chunk: TODO
  369. ⚪️ ConfigTestCases externals externals-system externals-system: TODO
  370. ⚪️ ConfigTestCases externals externals-system-custom externals-system-custom: TODO
  371. ⚪️ ConfigTestCases externals global global: TODO
  372. ⚪️ ConfigTestCases externals harmony harmony: TODO
  373. ⚪️ ConfigTestCases externals non-umd-externals-umd non-umd-externals-umd: TODO
  374. ⚪️ ConfigTestCases externals non-umd-externals-umd2 non-umd-externals-umd2: TODO
  375. ⚪️ ConfigTestCases externals optional-externals-cjs optional-externals-cjs: TODO
  376. ⚪️ ConfigTestCases externals optional-externals-root optional-externals-root: TODO
  377. ⚪️ ConfigTestCases externals optional-externals-umd optional-externals-umd: TODO
  378. ⚪️ ConfigTestCases externals optional-externals-umd2 optional-externals-umd2: TODO
  379. ⚪️ ConfigTestCases externals optional-externals-umd2-mixed optional-externals-umd2-mixed: TODO
  380. ⚪️ ConfigTestCases externals prefer-provided-over-built-in prefer-provided-over-built-in: TODO
  381. ⚪️ ConfigTestCases externals resolve resolve: TODO
  382. ⚪️ ConfigTestCases externals this this: TODO
  383. ⚪️ ConfigTestCases filename-template filename-function filename-function: TODO
  384. ⚪️ ConfigTestCases filename-template module-filename-template module-filename-template: TODO
  385. ⚪️ ConfigTestCases filename-template script-src-filename script-src-filename: TODO
  386. ⚪️ ConfigTestCases filename-template split-chunks-filename split-chunks-filename: TODO
  387. ⚪️ ConfigTestCases finish-modules simple simple: TODO
  388. ⚪️ ConfigTestCases graph conditional-ensure conditional-ensure: TODO
  389. ⚪️ ConfigTestCases graph issue-11770 issue-11770: TODO
  390. ⚪️ ConfigTestCases graph issue-11856 issue-11856: TODO
  391. ⚪️ ConfigTestCases graph issue-11856.2 issue-11856.2: TODO
  392. ⚪️ ConfigTestCases graph issue-11863 issue-11863: TODO
  393. ⚪️ ConfigTestCases hash-length deterministic-module-ids deterministic-module-ids: TODO
  394. ⚪️ ConfigTestCases hash-length hashed-module-ids hashed-module-ids: TODO
  395. ⚪️ ConfigTestCases hash-length output-filename output-filename: TODO
  396. ⚪️ ConfigTestCases ignore checkContext checkContext: TODO
  397. ⚪️ ConfigTestCases ignore checkResource-one-argument checkResource-one-argument: TODO
  398. ⚪️ ConfigTestCases ignore checkResource-two-arguments checkResource-two-arguments: TODO
  399. ⚪️ ConfigTestCases ignore false-alias false-alias: TODO
  400. ⚪️ ConfigTestCases ignore multiple-with-externals multiple-with-externals: TODO
  401. ⚪️ ConfigTestCases ignore only-resource only-resource: TODO
  402. ⚪️ ConfigTestCases ignore only-resource-context only-resource-context: TODO
  403. ⚪️ ConfigTestCases ignore resource-and-context resource-and-context: TODO
  404. ⚪️ ConfigTestCases ignore resource-and-context-contextmodule resource-and-context-contextmodule: TODO
  405. ⚪️ ConfigTestCases inner-graph altaskitButton altaskitButton: TODO
  406. ⚪️ ConfigTestCases inner-graph basic basic: TODO
  407. ⚪️ ConfigTestCases inner-graph blockScopes blockScopes: TODO
  408. ⚪️ ConfigTestCases inner-graph class class: TODO
  409. ⚪️ ConfigTestCases inner-graph const const: TODO
  410. ⚪️ ConfigTestCases inner-graph defaultArrow defaultArrow: TODO
  411. ⚪️ ConfigTestCases inner-graph defaultClass defaultClass: TODO
  412. ⚪️ ConfigTestCases inner-graph defaultExpression defaultExpression: TODO
  413. ⚪️ ConfigTestCases inner-graph defaultFunction defaultFunction: TODO
  414. ⚪️ ConfigTestCases inner-graph defaultFunctionExpression defaultFunctionExpression: TODO
  415. ⚪️ ConfigTestCases inner-graph defaultId defaultId: TODO
  416. ⚪️ ConfigTestCases inner-graph defaultNamedFunction defaultNamedFunction: TODO
  417. ⚪️ ConfigTestCases inner-graph defaultNamedFunctionExpression defaultNamedFunctionExpression: TODO
  418. ⚪️ ConfigTestCases inner-graph eval-bailout eval-bailout: TODO
  419. ⚪️ ConfigTestCases inner-graph export export: TODO
  420. ⚪️ ConfigTestCases inner-graph importAll importAll: TODO
  421. ⚪️ ConfigTestCases inner-graph issue-11678 issue-11678: TODO
  422. ⚪️ ConfigTestCases inner-graph issue-12669 issue-12669: TODO
  423. ⚪️ ConfigTestCases inner-graph issue-12669-mini issue-12669-mini: TODO
  424. ⚪️ ConfigTestCases inner-graph localReference localReference: TODO
  425. ⚪️ ConfigTestCases inner-graph nested nested: TODO
  426. ⚪️ ConfigTestCases inner-graph pure pure: TODO
  427. ⚪️ ConfigTestCases inner-graph ramdaIdentical ramdaIdentical: TODO
  428. ⚪️ ConfigTestCases inner-graph specifier specifier: TODO
  429. ⚪️ ConfigTestCases inner-graph varNotWritten varNotWritten: TODO
  430. ⚪️ ConfigTestCases inner-graph varWritten varWritten: TODO
  431. ⚪️ ConfigTestCases issues issue-11871-imports-order issue-11871-imports-order: TODO
  432. ⚪️ ConfigTestCases issues issue-12924 issue-12924: TODO
  433. ⚪️ ConfigTestCases issues issue-12993 issue-12993: TODO
  434. ⚪️ ConfigTestCases issues issue-14974 issue-14974: TODO
  435. ⚪️ ConfigTestCases issues issue-3596 issue-3596: TODO
  436. ⚪️ ConfigTestCases issues issue-7470 issue-7470: TODO
  437. ⚪️ ConfigTestCases issues issue-7563 issue-7563: TODO
  438. ⚪️ ConfigTestCases json tree-shaking-default tree-shaking-default: TODO
  439. ⚪️ ConfigTestCases layer rules rules: TODO
  440. ⚪️ ConfigTestCases library 0-create-library 0-create-library: TODO
  441. ⚪️ ConfigTestCases library 1-use-library 1-use-library: TODO
  442. ⚪️ ConfigTestCases library invalid-name invalid-name: TODO
  443. ⚪️ ConfigTestCases loader-import-module css css: TODO
  444. ⚪️ ConfigTestCases loaders #-issue-14755-# #-issue-14755-#: TODO
  445. 🔴 ConfigTestCases loaders hot-in-context hot-in-context: blocked by parser hook and ConstPlugin: HMR API exist in production build #4300
  446. ⚪️ ConfigTestCases loaders options options: TODO
  447. 🔴 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
  448. ⚪️ ConfigTestCases managedPaths futureDefaults futureDefaults: TODO
  449. ⚪️ ConfigTestCases mangle mangle-with-object-prop mangle-with-object-prop: TODO
  450. ⚪️ ConfigTestCases module externals externals: TODO
  451. ⚪️ ConfigTestCases module runtime-chunk runtime-chunk: TODO
  452. ⚪️ ConfigTestCases module split-chunks split-chunks: TODO
  453. ⚪️ ConfigTestCases module-name different-issuers-for-same-module different-issuers-for-same-module: TODO
  454. ⚪️ ConfigTestCases no-parse module.exports module.exports: TODO
  455. ⚪️ ConfigTestCases no-parse no-parse-function no-parse-function: TODO
  456. ⚪️ ConfigTestCases node node-prefix node-prefix: TODO
  457. ⚪️ ConfigTestCases optimization chunk chunk: TODO
  458. ⚪️ ConfigTestCases optimization depend-on-runtimes depend-on-runtimes: TODO
  459. ⚪️ ConfigTestCases optimization hashed-module-ids hashed-module-ids: TODO
  460. ⚪️ ConfigTestCases optimization minimizer minimizer: TODO
  461. ⚪️ ConfigTestCases optimization named-modules named-modules: TODO
  462. ⚪️ ConfigTestCases optimization runtime-specific-used-exports runtime-specific-used-exports: TODO
  463. ⚪️ ConfigTestCases optimization runtime-specific-used-exports2 runtime-specific-used-exports2: TODO
  464. ⚪️ ConfigTestCases output charset charset: TODO
  465. ⚪️ ConfigTestCases output function function: TODO
  466. ⚪️ ConfigTestCases output import-meta-name import-meta-name: TODO
  467. ⚪️ ConfigTestCases output inner-dirs-entries inner-dirs-entries: TODO
  468. ⚪️ ConfigTestCases output publicPath-node publicPath-node: TODO
  469. ⚪️ ConfigTestCases output publicPath-scriptType-module publicPath-scriptType-module: TODO
  470. ⚪️ ConfigTestCases output publicPath-web publicPath-web: TODO
  471. ⚪️ ConfigTestCases output string string: TODO
  472. ⚪️ ConfigTestCases output-module check-defaults check-defaults: TODO
  473. ⚪️ ConfigTestCases output-module simple simple: TODO
  474. ⚪️ ConfigTestCases parsing context context: TODO
  475. ⚪️ ConfigTestCases parsing extended-api extended-api: TODO
  476. ⚪️ ConfigTestCases parsing harmony-global harmony-global: TODO
  477. ⚪️ ConfigTestCases parsing harmony-this harmony-this: TODO
  478. ⚪️ ConfigTestCases parsing harmony-this-concat harmony-this-concat: TODO
  479. ⚪️ ConfigTestCases parsing import-ignore import-ignore: TODO
  480. ⚪️ ConfigTestCases parsing issue-11619 issue-11619: TODO
  481. ⚪️ ConfigTestCases parsing issue-14545 issue-14545: TODO
  482. ⚪️ ConfigTestCases parsing issue-14720 issue-14720: TODO
  483. ⚪️ ConfigTestCases parsing issue-2942 issue-2942: TODO
  484. ⚪️ ConfigTestCases parsing issue-336 issue-336: TODO
  485. ⚪️ ConfigTestCases parsing issue-4857 issue-4857: TODO
  486. ⚪️ ConfigTestCases parsing issue-5624 issue-5624: TODO
  487. ⚪️ ConfigTestCases parsing issue-8293 issue-8293: TODO
  488. ⚪️ ConfigTestCases parsing issue-9042 issue-9042: TODO
  489. ⚪️ ConfigTestCases parsing issue-9156 issue-9156: TODO
  490. ⚪️ ConfigTestCases parsing node-source-plugin-off node-source-plugin-off: TODO
  491. ⚪️ ConfigTestCases parsing node-stuff-plugin-off node-stuff-plugin-off: TODO
  492. ⚪️ ConfigTestCases parsing optional optional: TODO
  493. ⚪️ ConfigTestCases parsing optional-chaining optional-chaining: TODO
  494. ⚪️ ConfigTestCases parsing relative-filedirname relative-filedirname: TODO
  495. ⚪️ ConfigTestCases parsing require-ignore require-ignore: TODO
  496. ⚪️ ConfigTestCases parsing require.main require.main: TODO
  497. ⚪️ ConfigTestCases parsing requirejs requirejs: TODO
  498. ⚪️ ConfigTestCases parsing system.import system.import: TODO
  499. ⚪️ ConfigTestCases performance many-async-imports many-async-imports: TODO
  500. ⚪️ ConfigTestCases performance many-exports many-exports: TODO
  501. 🔴 ConfigTestCases plugins banner-plugin-hashing banner-plugin-hashing: Lacking support of chunkhash
  502. ⚪️ ConfigTestCases plugins define-plugin define-plugin: TODO
  503. ⚪️ ConfigTestCases plugins define-plugin-bigint define-plugin-bigint: TODO
  504. ⚪️ ConfigTestCases plugins lib-manifest-plugin lib-manifest-plugin: TODO
  505. ⚪️ ConfigTestCases plugins min-chunk-size min-chunk-size: TODO
  506. ⚪️ ConfigTestCases plugins mini-css-extract-plugin mini-css-extract-plugin: TODO
  507. ⚪️ ConfigTestCases plugins profiling-plugin profiling-plugin: TODO
  508. ⚪️ ConfigTestCases plugins progress-plugin progress-plugin: TODO
  509. ⚪️ ConfigTestCases plugins provide-plugin provide-plugin: TODO
  510. ⚪️ ConfigTestCases plugins source-map-dev-tool-plugin source-map-dev-tool-plugin: TODO
  511. ⚪️ ConfigTestCases plugins source-map-dev-tool-pluginappend source-map-dev-tool-pluginappend: TODO
  512. ⚪️ ConfigTestCases plugins terser-plugin terser-plugin: TODO
  513. ⚪️ ConfigTestCases process-assets html-plugin html-plugin: TODO
  514. ⚪️ ConfigTestCases race-conditions load-module load-module: TODO
  515. ⚪️ ConfigTestCases rebuild finishModules finishModules: TODO
  516. ⚪️ ConfigTestCases rebuild rebuildWithNewDependencies rebuildWithNewDependencies: TODO
  517. ⚪️ ConfigTestCases records issue-295 issue-295: TODO
  518. ⚪️ ConfigTestCases records issue-2991 issue-2991: TODO
  519. ⚪️ ConfigTestCases records issue-7339 issue-7339: TODO
  520. ⚪️ ConfigTestCases records issue-7492 issue-7492: TODO
  521. ⚪️ ConfigTestCases records stable-sort stable-sort: TODO
  522. ⚪️ ConfigTestCases require module-require module-require: TODO
  523. ⚪️ ConfigTestCases resolve context-resolve-with-ignore context-resolve-with-ignore: TODO
  524. ⚪️ ConfigTestCases resolve empty-context-module empty-context-module: TODO
  525. ⚪️ ConfigTestCases resolve issue-11335-context-module issue-11335-context-module: TODO
  526. ⚪️ ConfigTestCases resolve issue-15580 issue-15580: TODO
  527. ⚪️ ConfigTestCases resolve only-module only-module: TODO
  528. ⚪️ ConfigTestCases resolve-merging override override: TODO
  529. ⚪️ ConfigTestCases resolving prefer-absolute prefer-absolute: TODO
  530. ⚪️ ConfigTestCases resolving prefer-root prefer-root: TODO
  531. ⚪️ ConfigTestCases rule-set chaining chaining: TODO
  532. ⚪️ ConfigTestCases rule-set compiler compiler: TODO
  533. ⚪️ ConfigTestCases rule-set custom custom: TODO
  534. ⚪️ ConfigTestCases rule-set query query: TODO
  535. ⚪️ ConfigTestCases rule-set resolve-options resolve-options: TODO
  536. ⚪️ ConfigTestCases rule-set simple simple: TODO
  537. ⚪️ ConfigTestCases rule-set simple-use-array-fn simple-use-array-fn: TODO
  538. ⚪️ ConfigTestCases rule-set simple-use-fn-array simple-use-fn-array: TODO
  539. ⚪️ ConfigTestCases rule-set undefined-values undefined-values: TODO
  540. ⚪️ ConfigTestCases runtime entries-in-runtime entries-in-runtime: TODO
  541. ⚪️ ConfigTestCases runtime invalid-esm-export invalid-esm-export: TODO
  542. ⚪️ ConfigTestCases runtime no-runtime-per-entry no-runtime-per-entry: TODO
  543. ⚪️ ConfigTestCases runtime opt-in-finally opt-in-finally: TODO
  544. ⚪️ ConfigTestCases scope-hoisting class-naming class-naming: TODO
  545. ⚪️ ConfigTestCases scope-hoisting create-dll-plugin create-dll-plugin: TODO
  546. ⚪️ ConfigTestCases scope-hoisting dll-plugin dll-plugin: TODO
  547. ⚪️ ConfigTestCases scope-hoisting esModule esModule: TODO
  548. ⚪️ ConfigTestCases scope-hoisting export-global export-global: TODO
  549. ⚪️ ConfigTestCases scope-hoisting harmony-pure-default harmony-pure-default: TODO
  550. ⚪️ ConfigTestCases scope-hoisting named-modules named-modules: TODO
  551. ⚪️ ConfigTestCases scope-hoisting strictThisContextOnImports strictThisContextOnImports: TODO
  552. ⚪️ ConfigTestCases sharing consume-module consume-module: TODO
  553. ⚪️ ConfigTestCases sharing consume-multiple-versions consume-multiple-versions: TODO
  554. ⚪️ ConfigTestCases sharing no-override-loaded no-override-loaded: TODO
  555. ⚪️ ConfigTestCases sharing provide-eager-module provide-eager-module: TODO
  556. ⚪️ ConfigTestCases sharing provide-module provide-module: TODO
  557. ⚪️ ConfigTestCases sharing provide-multiple-versions provide-multiple-versions: TODO
  558. ⚪️ ConfigTestCases sharing provide-shared-with-runtime-chunk provide-shared-with-runtime-chunk: TODO
  559. ⚪️ ConfigTestCases sharing share-multiple-versions share-multiple-versions: TODO
  560. ⚪️ ConfigTestCases sharing share-plugin share-plugin: TODO
  561. ⚪️ ConfigTestCases side-effects issue-13063 issue-13063: TODO
  562. ⚪️ ConfigTestCases side-effects type-reexports type-reexports: TODO
  563. ⚪️ ConfigTestCases side-effects url url: TODO
  564. ⚪️ ConfigTestCases source-map array-as-output-library array-as-output-library: TODO
  565. ⚪️ ConfigTestCases source-map array-as-output-library-in-object-output array-as-output-library-in-object-output: TODO
  566. ⚪️ ConfigTestCases source-map context-module-source-path context-module-source-path: TODO
  567. ⚪️ ConfigTestCases source-map default-filename-extensions-css default-filename-extensions-css: TODO
  568. ⚪️ ConfigTestCases source-map default-filename-extensions-js default-filename-extensions-js: TODO
  569. ⚪️ ConfigTestCases source-map default-filename-extensions-mjs default-filename-extensions-mjs: TODO
  570. ⚪️ ConfigTestCases source-map exclude-chunks-source-map exclude-chunks-source-map: TODO
  571. ⚪️ ConfigTestCases source-map exclude-modules-source-map exclude-modules-source-map: TODO
  572. ⚪️ ConfigTestCases source-map module-names module-names: TODO
  573. ⚪️ ConfigTestCases source-map namespace-source-path namespace-source-path: TODO
  574. ⚪️ ConfigTestCases source-map namespace-source-path-no-truncate namespace-source-path-no-truncate: TODO
  575. ⚪️ ConfigTestCases source-map namespace-source-path.library namespace-source-path.library: TODO
  576. ⚪️ ConfigTestCases source-map no-source-map no-source-map: TODO
  577. ⚪️ ConfigTestCases source-map nosources nosources: TODO
  578. ⚪️ ConfigTestCases source-map object-as-output-library object-as-output-library: TODO
  579. ⚪️ ConfigTestCases source-map relative-source-map-path relative-source-map-path: TODO
  580. ⚪️ ConfigTestCases source-map relative-source-maps-by-loader relative-source-maps-by-loader: TODO
  581. ⚪️ ConfigTestCases source-map resource-path resource-path: TODO
  582. ⚪️ ConfigTestCases source-map source-map-filename-contenthash source-map-filename-contenthash: TODO
  583. ⚪️ ConfigTestCases source-map source-map-with-profiling-plugin source-map-with-profiling-plugin: TODO
  584. ⚪️ ConfigTestCases source-map sources-array-production sources-array-production: TODO
  585. 🔴 ConfigTestCases split-chunks asnyc-entries asnyc-entries: block by treeshaking issue Treeshaking shaked variable that is used #4336
  586. 🔴 ConfigTestCases split-chunks chunk-filename-delimiter chunk-filename-delimiter: not support automaticNameDelimiter Support splitChunks.automatic_name_delimiter #4335
  587. 🔴 ConfigTestCases split-chunks chunk-filename-delimiter-default chunk-filename-delimiter-default: splitted chunk ids should be the same as webpack Splitted chunk id should be the same as webpack #4334
  588. 🔴 ConfigTestCases split-chunks custom-filename-function custom-filename-function: not support function type of splitChunks Support function type splitChunks #4333
  589. 🔴 ConfigTestCases split-chunks entry-point-error entry-point-error: should emit error if entry point and splitted chunk have the same name Should emit error if entrypoint and splitted chunk have the same name #4332
  590. 🔴 ConfigTestCases split-chunks issue-11513 issue-11513: should support object type minSize Support object type of splitChunks.minSize #4331
  591. 🔴 ConfigTestCases split-chunks move-to-entrypoint move-to-entrypoint: jest node env blocks
  592. 🔴 ConfigTestCases split-chunks no-options no-options: no js splitChunks plugin
  593. 🟡 ConfigTestCases split-chunks runtime-chunk runtime-chunk: not have the same name for splitted chunk with webpack Splitted chunk id should be the same as webpack #4334
  594. 🔴 ConfigTestCases split-chunks runtime-chunk-async-node runtime-chunk-async-node: hang by unknown reasons SplitChunks async node tests hang forever #4342
  595. 🔴 ConfigTestCases split-chunks runtime-chunk-node runtime-chunk-node: hang by unknown reasons SplitChunks async node tests hang forever #4342
  596. 🔴 ConfigTestCases split-chunks runtime-chunk-node-13130 runtime-chunk-node-13130: hang by unknown reasons SplitChunks async node tests hang forever #4342
  597. 🔴 ConfigTestCases split-chunks-common correct-order correct-order: block: Support require.main #3562
  598. 🔴 ConfigTestCases split-chunks-common hot hot: block: require.main Support require.main #3562
  599. 🔴 ConfigTestCases split-chunks-common inverted-order inverted-order: block: require.main Support require.main #3562
  600. 🔴 ConfigTestCases split-chunks-common library library: block: require.ensure support require.ensure #4304
  601. 🔴 ConfigTestCases split-chunks-common simple simple: block: require.main Support require.main #3562
  602. 🔴 ConfigTestCases split-chunks-common target-node target-node: block: not support function type splitChunks.name Support function type splitChunks #4333
  603. ⚪️ ConfigTestCases target amd-container-named amd-container-named: TODO
  604. ⚪️ ConfigTestCases target amd-container-require amd-container-require: TODO
  605. ⚪️ ConfigTestCases target amd-container-unnamed amd-container-unnamed: TODO
  606. ⚪️ ConfigTestCases target amd-named amd-named: TODO
  607. ⚪️ ConfigTestCases target amd-require amd-require: TODO
  608. ⚪️ ConfigTestCases target amd-unnamed amd-unnamed: TODO
  609. ⚪️ ConfigTestCases target electron-renderer electron-renderer: TODO
  610. ⚪️ ConfigTestCases target node-dynamic-import node-dynamic-import: TODO
  611. ⚪️ ConfigTestCases target strict-mode-global strict-mode-global: TODO
  612. ⚪️ ConfigTestCases target system-context system-context: TODO
  613. ⚪️ ConfigTestCases target system-export system-export: TODO
  614. ⚪️ ConfigTestCases target system-named system-named: TODO
  615. ⚪️ ConfigTestCases target system-named-assets-path system-named-assets-path: TODO
  616. ⚪️ ConfigTestCases target system-unnamed system-unnamed: TODO
  617. ⚪️ ConfigTestCases target umd-auxiliary-comments-object umd-auxiliary-comments-object: TODO
  618. ⚪️ ConfigTestCases target umd-auxiliary-comments-string umd-auxiliary-comments-string: TODO
  619. ⚪️ ConfigTestCases target umd-named-define umd-named-define: TODO
  620. ⚪️ ConfigTestCases trusted-types custom-policy-name custom-policy-name: TODO
  621. ⚪️ ConfigTestCases trusted-types default-policy-name default-policy-name: TODO
  622. ⚪️ ConfigTestCases trusted-types devtool-eval devtool-eval: TODO
  623. ⚪️ ConfigTestCases trusted-types no-policy-name no-policy-name: TODO
  624. ⚪️ ConfigTestCases trusted-types no-trusted-types no-trusted-types: TODO
  625. ⚪️ ConfigTestCases trusted-types web-worker web-worker: TODO
  626. ⚪️ ConfigTestCases types filesystems filesystems: TODO
  627. ⚪️ ConfigTestCases umd issue-15545 issue-15545: TODO
  628. ⚪️ ConfigTestCases utils lazy-set lazy-set: TODO
  629. ⚪️ ConfigTestCases wasm export-imported-global export-imported-global: TODO
  630. ⚪️ ConfigTestCases wasm identical identical: TODO
  631. ⚪️ ConfigTestCases wasm import-wasm-wasm import-wasm-wasm: TODO
  632. ⚪️ ConfigTestCases wasm missing-wasm-experiment missing-wasm-experiment: TODO
  633. ⚪️ ConfigTestCases wasm wasm-in-initial-chunk-error wasm-in-initial-chunk-error: TODO
  634. ⚪️ ConfigTestCases web attach-existing attach-existing: TODO
  635. ⚪️ ConfigTestCases web node-source node-source: TODO
  636. ⚪️ ConfigTestCases web node-source-future-defaults node-source-future-defaults: TODO
  637. ⚪️ ConfigTestCases web node-source-global node-source-global: TODO
  638. ⚪️ ConfigTestCases web non-js-chunks-entrypoint non-js-chunks-entrypoint: TODO
  639. ⚪️ ConfigTestCases web non-js-chunks-entrypoint-runtime-chunk non-js-chunks-entrypoint-runtime-chunk: TODO
  640. ⚪️ ConfigTestCases web nonce nonce: TODO
  641. ⚪️ ConfigTestCases web preexecuted-chunk preexecuted-chunk: TODO
  642. ⚪️ ConfigTestCases web prefetch-preload prefetch-preload: TODO
  643. ⚪️ ConfigTestCases web prefetch-split-chunks prefetch-split-chunks: TODO
  644. ⚪️ ConfigTestCases web retry-failed-import retry-failed-import: TODO
  645. ⚪️ ConfigTestCases web unique-jsonp unique-jsonp: TODO
  646. 🔴 ConfigTestCases worker custom-worker custom-worker: custom worker syntax #3656
  647. 🔴 ConfigTestCases worker node-worker node-worker: needs compile time evaluateExpression
  648. 🔴 ConfigTestCases worker node-worker-hmr node-worker-hmr: HMR plugin

@ahabhgk ahabhgk added this pull request to the merge queue Oct 25, 2023
Merged via the queue into main with commit 4c2d3c0 Oct 25, 2023
12 of 13 checks passed
@ahabhgk ahabhgk deleted the fix-as-str-import branch October 25, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants