@rspack-debug/core 1.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (392) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +15 -0
  3. package/compiled/@swc/types/index.d.ts +2109 -0
  4. package/compiled/@swc/types/index.js +19 -0
  5. package/compiled/@swc/types/license +201 -0
  6. package/compiled/@swc/types/package.json +1 -0
  7. package/compiled/browserslist-load-config/index.d.ts +10 -0
  8. package/compiled/browserslist-load-config/index.js +266 -0
  9. package/compiled/browserslist-load-config/license +21 -0
  10. package/compiled/browserslist-load-config/package.json +1 -0
  11. package/compiled/enhanced-resolve/CachedInputFileSystem.d.ts +0 -0
  12. package/compiled/enhanced-resolve/CachedInputFileSystem.js +664 -0
  13. package/compiled/enhanced-resolve/index.d.ts +1124 -0
  14. package/compiled/enhanced-resolve/license +20 -0
  15. package/compiled/enhanced-resolve/package.json +1 -0
  16. package/compiled/graceful-fs/index.d.ts +13 -0
  17. package/compiled/graceful-fs/index.js +1063 -0
  18. package/compiled/graceful-fs/license +15 -0
  19. package/compiled/graceful-fs/package.json +1 -0
  20. package/compiled/tinypool/LICENSE +24 -0
  21. package/compiled/tinypool/README.md +212 -0
  22. package/compiled/tinypool/dist/chunk-6LX4VMOV.js +31 -0
  23. package/compiled/tinypool/dist/chunk-ACQHDOFQ.js +12 -0
  24. package/compiled/tinypool/dist/chunk-E2J7JLFN.js +53 -0
  25. package/compiled/tinypool/dist/chunk-UBWFVGJX.js +38 -0
  26. package/compiled/tinypool/dist/entry/process.d.ts +2 -0
  27. package/compiled/tinypool/dist/entry/process.js +92 -0
  28. package/compiled/tinypool/dist/entry/utils.d.ts +5 -0
  29. package/compiled/tinypool/dist/entry/utils.js +9 -0
  30. package/compiled/tinypool/dist/entry/worker.d.ts +2 -0
  31. package/compiled/tinypool/dist/entry/worker.js +103 -0
  32. package/compiled/tinypool/dist/index.d.ts +188 -0
  33. package/compiled/tinypool/dist/index.js +1080 -0
  34. package/compiled/tinypool/package.json +55 -0
  35. package/compiled/watchpack/index.d.ts +216 -0
  36. package/compiled/watchpack/index.js +2127 -0
  37. package/compiled/watchpack/license +20 -0
  38. package/compiled/watchpack/package.json +1 -0
  39. package/compiled/webpack-sources/index.js +4720 -0
  40. package/compiled/webpack-sources/license +21 -0
  41. package/compiled/webpack-sources/package.json +1 -0
  42. package/compiled/webpack-sources/types.d.ts +320 -0
  43. package/compiled/zod/dist/types/index.d.ts +3 -0
  44. package/compiled/zod/dist/types/v3/ZodError.d.ts +164 -0
  45. package/compiled/zod/dist/types/v3/benchmarks/datetime.d.ts +5 -0
  46. package/compiled/zod/dist/types/v3/benchmarks/discriminatedUnion.d.ts +5 -0
  47. package/compiled/zod/dist/types/v3/benchmarks/index.d.ts +1 -0
  48. package/compiled/zod/dist/types/v3/benchmarks/ipv4.d.ts +5 -0
  49. package/compiled/zod/dist/types/v3/benchmarks/object.d.ts +5 -0
  50. package/compiled/zod/dist/types/v3/benchmarks/primitives.d.ts +5 -0
  51. package/compiled/zod/dist/types/v3/benchmarks/realworld.d.ts +5 -0
  52. package/compiled/zod/dist/types/v3/benchmarks/string.d.ts +5 -0
  53. package/compiled/zod/dist/types/v3/benchmarks/union.d.ts +5 -0
  54. package/compiled/zod/dist/types/v3/errors.d.ts +5 -0
  55. package/compiled/zod/dist/types/v3/external.d.ts +6 -0
  56. package/compiled/zod/dist/types/v3/helpers/enumUtil.d.ts +8 -0
  57. package/compiled/zod/dist/types/v3/helpers/errorUtil.d.ts +9 -0
  58. package/compiled/zod/dist/types/v3/helpers/parseUtil.d.ts +78 -0
  59. package/compiled/zod/dist/types/v3/helpers/partialUtil.d.ts +8 -0
  60. package/compiled/zod/dist/types/v3/helpers/typeAliases.d.ts +2 -0
  61. package/compiled/zod/dist/types/v3/helpers/util.d.ts +85 -0
  62. package/compiled/zod/dist/types/v3/index.d.ts +4 -0
  63. package/compiled/zod/dist/types/v3/locales/en.d.ts +3 -0
  64. package/compiled/zod/dist/types/v3/standard-schema.d.ts +102 -0
  65. package/compiled/zod/dist/types/v3/tests/Mocker.d.ts +17 -0
  66. package/compiled/zod/dist/types/v3/types.d.ts +1031 -0
  67. package/compiled/zod/dist/types/v4/classic/checks.d.ts +1 -0
  68. package/compiled/zod/dist/types/v4/classic/coerce.d.ts +17 -0
  69. package/compiled/zod/dist/types/v4/classic/compat.d.ts +48 -0
  70. package/compiled/zod/dist/types/v4/classic/errors.d.ts +30 -0
  71. package/compiled/zod/dist/types/v4/classic/external.d.ts +13 -0
  72. package/compiled/zod/dist/types/v4/classic/index.d.ts +4 -0
  73. package/compiled/zod/dist/types/v4/classic/iso.d.ts +22 -0
  74. package/compiled/zod/dist/types/v4/classic/parse.d.ts +23 -0
  75. package/compiled/zod/dist/types/v4/classic/schemas.d.ts +619 -0
  76. package/compiled/zod/dist/types/v4/core/api.d.ts +273 -0
  77. package/compiled/zod/dist/types/v4/core/checks.d.ts +277 -0
  78. package/compiled/zod/dist/types/v4/core/config.d.ts +9 -0
  79. package/compiled/zod/dist/types/v4/core/core.d.ts +47 -0
  80. package/compiled/zod/dist/types/v4/core/doc.d.ts +14 -0
  81. package/compiled/zod/dist/types/v4/core/errors.d.ts +204 -0
  82. package/compiled/zod/dist/types/v4/core/function.d.ts +52 -0
  83. package/compiled/zod/dist/types/v4/core/index.d.ts +15 -0
  84. package/compiled/zod/dist/types/v4/core/json-schema.d.ts +100 -0
  85. package/compiled/zod/dist/types/v4/core/parse.d.ts +25 -0
  86. package/compiled/zod/dist/types/v4/core/regexes.d.ts +62 -0
  87. package/compiled/zod/dist/types/v4/core/registries.d.ts +37 -0
  88. package/compiled/zod/dist/types/v4/core/schemas.d.ts +1011 -0
  89. package/compiled/zod/dist/types/v4/core/standard-schema.d.ts +55 -0
  90. package/compiled/zod/dist/types/v4/core/to-json-schema.d.ts +84 -0
  91. package/compiled/zod/dist/types/v4/core/util.d.ts +182 -0
  92. package/compiled/zod/dist/types/v4/core/versions.d.ts +5 -0
  93. package/compiled/zod/dist/types/v4/core/zsf.d.ts +91 -0
  94. package/compiled/zod/dist/types/v4/index.d.ts +3 -0
  95. package/compiled/zod/dist/types/v4/locales/ar.d.ts +4 -0
  96. package/compiled/zod/dist/types/v4/locales/az.d.ts +4 -0
  97. package/compiled/zod/dist/types/v4/locales/be.d.ts +4 -0
  98. package/compiled/zod/dist/types/v4/locales/ca.d.ts +4 -0
  99. package/compiled/zod/dist/types/v4/locales/cs.d.ts +4 -0
  100. package/compiled/zod/dist/types/v4/locales/de.d.ts +4 -0
  101. package/compiled/zod/dist/types/v4/locales/en.d.ts +5 -0
  102. package/compiled/zod/dist/types/v4/locales/es.d.ts +4 -0
  103. package/compiled/zod/dist/types/v4/locales/fa.d.ts +4 -0
  104. package/compiled/zod/dist/types/v4/locales/fi.d.ts +4 -0
  105. package/compiled/zod/dist/types/v4/locales/fr-CA.d.ts +4 -0
  106. package/compiled/zod/dist/types/v4/locales/fr.d.ts +4 -0
  107. package/compiled/zod/dist/types/v4/locales/he.d.ts +4 -0
  108. package/compiled/zod/dist/types/v4/locales/hu.d.ts +4 -0
  109. package/compiled/zod/dist/types/v4/locales/id.d.ts +4 -0
  110. package/compiled/zod/dist/types/v4/locales/index.d.ts +37 -0
  111. package/compiled/zod/dist/types/v4/locales/it.d.ts +4 -0
  112. package/compiled/zod/dist/types/v4/locales/ja.d.ts +4 -0
  113. package/compiled/zod/dist/types/v4/locales/kh.d.ts +4 -0
  114. package/compiled/zod/dist/types/v4/locales/ko.d.ts +4 -0
  115. package/compiled/zod/dist/types/v4/locales/mk.d.ts +4 -0
  116. package/compiled/zod/dist/types/v4/locales/ms.d.ts +4 -0
  117. package/compiled/zod/dist/types/v4/locales/nl.d.ts +4 -0
  118. package/compiled/zod/dist/types/v4/locales/no.d.ts +4 -0
  119. package/compiled/zod/dist/types/v4/locales/ota.d.ts +4 -0
  120. package/compiled/zod/dist/types/v4/locales/pl.d.ts +4 -0
  121. package/compiled/zod/dist/types/v4/locales/pt.d.ts +4 -0
  122. package/compiled/zod/dist/types/v4/locales/ru.d.ts +4 -0
  123. package/compiled/zod/dist/types/v4/locales/sl.d.ts +4 -0
  124. package/compiled/zod/dist/types/v4/locales/sv.d.ts +4 -0
  125. package/compiled/zod/dist/types/v4/locales/ta.d.ts +4 -0
  126. package/compiled/zod/dist/types/v4/locales/th.d.ts +4 -0
  127. package/compiled/zod/dist/types/v4/locales/tr.d.ts +5 -0
  128. package/compiled/zod/dist/types/v4/locales/ua.d.ts +4 -0
  129. package/compiled/zod/dist/types/v4/locales/ur.d.ts +4 -0
  130. package/compiled/zod/dist/types/v4/locales/vi.d.ts +4 -0
  131. package/compiled/zod/dist/types/v4/locales/zh-CN.d.ts +4 -0
  132. package/compiled/zod/dist/types/v4/locales/zh-TW.d.ts +4 -0
  133. package/compiled/zod/dist/types/v4/mini/checks.d.ts +1 -0
  134. package/compiled/zod/dist/types/v4/mini/coerce.d.ts +7 -0
  135. package/compiled/zod/dist/types/v4/mini/external.d.ts +11 -0
  136. package/compiled/zod/dist/types/v4/mini/index.d.ts +3 -0
  137. package/compiled/zod/dist/types/v4/mini/iso.d.ts +22 -0
  138. package/compiled/zod/dist/types/v4/mini/parse.d.ts +1 -0
  139. package/compiled/zod/dist/types/v4/mini/schemas.d.ts +398 -0
  140. package/compiled/zod/index.js +4513 -0
  141. package/compiled/zod/license +21 -0
  142. package/compiled/zod/package.json +1 -0
  143. package/compiled/zod/v3/index.d.ts +3 -0
  144. package/compiled/zod/v4/core/index.d.ts +1 -0
  145. package/compiled/zod/v4/index.d.ts +3 -0
  146. package/compiled/zod/v4/locales/en.d.ts +2 -0
  147. package/compiled/zod/v4/locales/index.d.ts +1 -0
  148. package/compiled/zod/v4-mini/index.d.ts +1 -0
  149. package/dist/Chunk.d.ts +35 -0
  150. package/dist/ChunkGraph.d.ts +23 -0
  151. package/dist/ChunkGroup.d.ts +33 -0
  152. package/dist/Chunks.d.ts +13 -0
  153. package/dist/CodeGenerationResults.d.ts +1 -0
  154. package/dist/Compilation.d.ts +411 -0
  155. package/dist/Compiler.d.ts +192 -0
  156. package/dist/ConcatenatedModule.d.ts +1 -0
  157. package/dist/ContextModule.d.ts +1 -0
  158. package/dist/ContextModuleFactory.d.ts +13 -0
  159. package/dist/Diagnostics.d.ts +7 -0
  160. package/dist/Entrypoint.d.ts +10 -0
  161. package/dist/ErrorHelpers.d.ts +1 -0
  162. package/dist/ExecuteModulePlugin.d.ts +4 -0
  163. package/dist/ExportsInfo.d.ts +20 -0
  164. package/dist/ExternalModule.d.ts +1 -0
  165. package/dist/FileSystem.d.ts +29 -0
  166. package/dist/FileSystemInfo.d.ts +5 -0
  167. package/dist/Module.d.ts +66 -0
  168. package/dist/ModuleGraph.d.ts +19 -0
  169. package/dist/ModuleTypeConstants.d.ts +8 -0
  170. package/dist/MultiCompiler.d.ts +75 -0
  171. package/dist/MultiStats.d.ts +22 -0
  172. package/dist/MultiWatching.d.ts +26 -0
  173. package/dist/NormalModule.d.ts +15 -0
  174. package/dist/NormalModuleFactory.d.ts +23 -0
  175. package/dist/Resolver.d.ts +18 -0
  176. package/dist/ResolverFactory.d.ts +14 -0
  177. package/dist/RspackError.d.ts +9 -0
  178. package/dist/RuleSetCompiler.d.ts +9 -0
  179. package/dist/RuntimeGlobals.d.ts +325 -0
  180. package/dist/RuntimeModule.d.ts +32 -0
  181. package/dist/Stats.d.ts +17 -0
  182. package/dist/Template.d.ts +77 -0
  183. package/dist/Watching.d.ts +38 -0
  184. package/dist/builtin-loader/index.d.ts +1 -0
  185. package/dist/builtin-loader/lightningcss/index.d.ts +117 -0
  186. package/dist/builtin-loader/swc/index.d.ts +3 -0
  187. package/dist/builtin-loader/swc/pluginImport.d.ts +68 -0
  188. package/dist/builtin-loader/swc/types.d.ts +2315 -0
  189. package/dist/builtin-plugin/APIPlugin.d.ts +10 -0
  190. package/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts +10 -0
  191. package/dist/builtin-plugin/AssetModulesPlugin.d.ts +10 -0
  192. package/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts +10 -0
  193. package/dist/builtin-plugin/BannerPlugin.d.ts +40 -0
  194. package/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts +15 -0
  195. package/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts +10 -0
  196. package/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts +59 -0
  197. package/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts +10 -0
  198. package/dist/builtin-plugin/ContextReplacementPlugin.d.ts +10 -0
  199. package/dist/builtin-plugin/CopyRspackPlugin.d.ts +14 -0
  200. package/dist/builtin-plugin/CssChunkingPlugin.d.ts +19 -0
  201. package/dist/builtin-plugin/CssModulesPlugin.d.ts +10 -0
  202. package/dist/builtin-plugin/DataUriPlugin.d.ts +10 -0
  203. package/dist/builtin-plugin/DefinePlugin.d.ts +17 -0
  204. package/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts +8 -0
  205. package/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts +8 -0
  206. package/dist/builtin-plugin/DllEntryPlugin.d.ts +13 -0
  207. package/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts +11 -0
  208. package/dist/builtin-plugin/DynamicEntryPlugin.d.ts +12 -0
  209. package/dist/builtin-plugin/ElectronTargetPlugin.d.ts +10 -0
  210. package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +26 -0
  211. package/dist/builtin-plugin/EnableLibraryPlugin.d.ts +11 -0
  212. package/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts +10 -0
  213. package/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts +10 -0
  214. package/dist/builtin-plugin/EntryPlugin.d.ts +32 -0
  215. package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +11 -0
  216. package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +10 -0
  217. package/dist/builtin-plugin/ExternalsPlugin.d.ts +10 -0
  218. package/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts +10 -0
  219. package/dist/builtin-plugin/FileUriPlugin.d.ts +10 -0
  220. package/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts +10 -0
  221. package/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts +10 -0
  222. package/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts +10 -0
  223. package/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts +7 -0
  224. package/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts +10 -0
  225. package/dist/builtin-plugin/HttpUriPlugin.d.ts +36 -0
  226. package/dist/builtin-plugin/IgnorePlugin.d.ts +19 -0
  227. package/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts +10 -0
  228. package/dist/builtin-plugin/JavascriptModulesPlugin.d.ts +15 -0
  229. package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +11 -0
  230. package/dist/builtin-plugin/JsonModulesPlugin.d.ts +10 -0
  231. package/dist/builtin-plugin/LibManifestPlugin.d.ts +18 -0
  232. package/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts +33 -0
  233. package/dist/builtin-plugin/LimitChunkCountPlugin.d.ts +15 -0
  234. package/dist/builtin-plugin/MangleExportsPlugin.d.ts +10 -0
  235. package/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts +10 -0
  236. package/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts +10 -0
  237. package/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts +8 -0
  238. package/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts +10 -0
  239. package/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts +10 -0
  240. package/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts +10 -0
  241. package/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts +8 -0
  242. package/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts +8 -0
  243. package/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts +10 -0
  244. package/dist/builtin-plugin/NodeTargetPlugin.d.ts +10 -0
  245. package/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts +10 -0
  246. package/dist/builtin-plugin/ProgressPlugin.d.ts +11 -0
  247. package/dist/builtin-plugin/ProvidePlugin.d.ts +11 -0
  248. package/dist/builtin-plugin/RealContentHashPlugin.d.ts +10 -0
  249. package/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts +10 -0
  250. package/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts +10 -0
  251. package/dist/builtin-plugin/RsdoctorPlugin.d.ts +45 -0
  252. package/dist/builtin-plugin/RstestPlugin.d.ts +11 -0
  253. package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +11 -0
  254. package/dist/builtin-plugin/RuntimePlugin.d.ts +28 -0
  255. package/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts +10 -0
  256. package/dist/builtin-plugin/SizeLimitsPlugin.d.ts +20 -0
  257. package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +11 -0
  258. package/dist/builtin-plugin/SplitChunksPlugin.d.ts +11 -0
  259. package/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts +40 -0
  260. package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +213 -0
  261. package/dist/builtin-plugin/WarnCaseSensitiveModulesPlugin.d.ts +10 -0
  262. package/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts +7 -0
  263. package/dist/builtin-plugin/WorkerPlugin.d.ts +13 -0
  264. package/dist/builtin-plugin/base.d.ts +21 -0
  265. package/dist/builtin-plugin/css-extract/index.d.ts +24 -0
  266. package/dist/builtin-plugin/css-extract/loader.d.ts +21 -0
  267. package/dist/builtin-plugin/css-extract/utils.d.ts +6 -0
  268. package/dist/builtin-plugin/html-plugin/hooks.d.ts +32 -0
  269. package/dist/builtin-plugin/html-plugin/index.d.ts +2 -0
  270. package/dist/builtin-plugin/html-plugin/options.d.ts +83 -0
  271. package/dist/builtin-plugin/html-plugin/plugin.d.ts +24 -0
  272. package/dist/builtin-plugin/html-plugin/taps.d.ts +2 -0
  273. package/dist/builtin-plugin/index.d.ts +79 -0
  274. package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +25 -0
  275. package/dist/builtin-plugin/lazy-compilation/middleware.d.ts +4 -0
  276. package/dist/config/adapter.d.ts +8 -0
  277. package/dist/config/adapterRuleUse.d.ts +333 -0
  278. package/dist/config/browserslistTargetHandler.d.ts +15 -0
  279. package/dist/config/defaults.d.ts +13 -0
  280. package/dist/config/devServer.d.ts +207 -0
  281. package/dist/config/index.d.ts +4 -0
  282. package/dist/config/normalization.d.ts +148 -0
  283. package/dist/config/target.d.ts +89 -0
  284. package/dist/config/types.d.ts +2228 -0
  285. package/dist/config/utils.d.ts +16 -0
  286. package/dist/config/zod.d.ts +4228 -0
  287. package/dist/container/ContainerPlugin.d.ts +40 -0
  288. package/dist/container/ContainerReferencePlugin.d.ts +33 -0
  289. package/dist/container/ModuleFederationPlugin.d.ts +13 -0
  290. package/dist/container/ModuleFederationPluginV1.d.ts +22 -0
  291. package/dist/container/ModuleFederationRuntimePlugin.d.ts +10 -0
  292. package/dist/container/options.d.ts +3 -0
  293. package/dist/cssExtractHmr.js +125 -0
  294. package/dist/cssExtractLoader.js +161 -0
  295. package/dist/error/ConcurrentCompilationError.d.ts +14 -0
  296. package/dist/exports.d.ts +191 -0
  297. package/dist/index.d.ts +10 -0
  298. package/dist/index.js +13559 -0
  299. package/dist/lib/AbstractMethodError.d.ts +23 -0
  300. package/dist/lib/Cache.d.ts +65 -0
  301. package/dist/lib/CacheFacade.d.ts +139 -0
  302. package/dist/lib/DllPlugin.d.ts +42 -0
  303. package/dist/lib/DllReferencePlugin.d.ts +119 -0
  304. package/dist/lib/EntryOptionPlugin.d.ts +33 -0
  305. package/dist/lib/EnvironmentPlugin.d.ts +22 -0
  306. package/dist/lib/HookWebpackError.d.ts +40 -0
  307. package/dist/lib/IgnoreWarningsPlugin.d.ts +25 -0
  308. package/dist/lib/LoaderOptionsPlugin.d.ts +28 -0
  309. package/dist/lib/LoaderTargetPlugin.d.ts +24 -0
  310. package/dist/lib/ModuleFilenameHelpers.d.ts +53 -0
  311. package/dist/lib/NormalModuleReplacementPlugin.d.ts +29 -0
  312. package/dist/lib/WebpackError.d.ts +23 -0
  313. package/dist/lib/cache/MemoryCachePlugin.d.ts +5 -0
  314. package/dist/lib/cache/getLazyHashedEtag.d.ts +35 -0
  315. package/dist/lib/cache/mergeEtags.d.ts +17 -0
  316. package/dist/loader-runner/LoaderLoadingError.d.ts +13 -0
  317. package/dist/loader-runner/index.d.ts +43 -0
  318. package/dist/loader-runner/loadLoader.d.ts +11 -0
  319. package/dist/loader-runner/service.d.ts +71 -0
  320. package/dist/loader-runner/utils.d.ts +6 -0
  321. package/dist/loader-runner/worker.d.ts +14 -0
  322. package/dist/logging/Logger.d.ts +61 -0
  323. package/dist/logging/createConsoleLogger.d.ts +35 -0
  324. package/dist/logging/truncateArgs.d.ts +16 -0
  325. package/dist/moduleFederationDefaultRuntime.js +1 -0
  326. package/dist/node/NodeEnvironmentPlugin.d.ts +10 -0
  327. package/dist/node/NodeTemplatePlugin.d.ts +18 -0
  328. package/dist/node/NodeWatchFileSystem.d.ts +18 -0
  329. package/dist/node/nodeConsole.d.ts +15 -0
  330. package/dist/rspack.d.ts +16 -0
  331. package/dist/rspackOptionsApply.d.ts +4 -0
  332. package/dist/runtime/cssExtractHmr.d.ts +4 -0
  333. package/dist/runtime/moduleFederationDefaultRuntime.d.ts +2 -0
  334. package/dist/sharing/ConsumeSharedPlugin.d.ts +41 -0
  335. package/dist/sharing/ProvideSharedPlugin.d.ts +34 -0
  336. package/dist/sharing/SharePlugin.d.ts +51 -0
  337. package/dist/sharing/ShareRuntimePlugin.d.ts +9 -0
  338. package/dist/sharing/utils.d.ts +1 -0
  339. package/dist/stats/DefaultStatsFactoryPlugin.d.ts +4 -0
  340. package/dist/stats/DefaultStatsPresetPlugin.d.ts +4 -0
  341. package/dist/stats/DefaultStatsPrinterPlugin.d.ts +13 -0
  342. package/dist/stats/StatsFactory.d.ts +57 -0
  343. package/dist/stats/StatsPrinter.d.ts +57 -0
  344. package/dist/stats/statsFactoryUtils.d.ts +325 -0
  345. package/dist/swc.d.ts +5 -0
  346. package/dist/taps/compilation.d.ts +8 -0
  347. package/dist/taps/compiler.d.ts +2 -0
  348. package/dist/taps/contextModuleFactory.d.ts +2 -0
  349. package/dist/taps/index.d.ts +6 -0
  350. package/dist/taps/javascriptModules.d.ts +2 -0
  351. package/dist/taps/normalModuleFactory.d.ts +2 -0
  352. package/dist/taps/types.d.ts +11 -0
  353. package/dist/trace/index.d.ts +42 -0
  354. package/dist/trace/traceHookPlugin.d.ts +5 -0
  355. package/dist/util/ArrayQueue.d.ts +45 -0
  356. package/dist/util/AsyncTask.d.ts +7 -0
  357. package/dist/util/MergeCaller.d.ts +10 -0
  358. package/dist/util/SizeFormatHelpers.d.ts +10 -0
  359. package/dist/util/SplitChunkSize.d.ts +5 -0
  360. package/dist/util/assertNotNil.d.ts +1 -0
  361. package/dist/util/assetCondition.d.ts +2 -0
  362. package/dist/util/asyncLib.d.ts +54 -0
  363. package/dist/util/bindingVersionCheck.d.ts +5 -0
  364. package/dist/util/cleverMerge.d.ts +24 -0
  365. package/dist/util/comparators.d.ts +16 -0
  366. package/dist/util/createHash.d.ts +16 -0
  367. package/dist/util/createReadonlyMap.d.ts +1 -0
  368. package/dist/util/fake.d.ts +9 -0
  369. package/dist/util/fs.d.ts +342 -0
  370. package/dist/util/hash/index.d.ts +26 -0
  371. package/dist/util/hash/md4.d.ts +11 -0
  372. package/dist/util/hash/wasm-hash.d.ts +51 -0
  373. package/dist/util/hash/xxhash64.d.ts +11 -0
  374. package/dist/util/identifier.d.ts +31 -0
  375. package/dist/util/index.d.ts +13 -0
  376. package/dist/util/memoize.d.ts +2 -0
  377. package/dist/util/runtime.d.ts +2 -0
  378. package/dist/util/smartGrouping.d.ts +21 -0
  379. package/dist/util/source.d.ts +7 -0
  380. package/dist/util/validate.d.ts +9 -0
  381. package/dist/worker.js +937 -0
  382. package/hot/dev-server.js +75 -0
  383. package/hot/emitter.js +21 -0
  384. package/hot/lazy-compilation-node.js +54 -0
  385. package/hot/lazy-compilation-web.js +79 -0
  386. package/hot/log-apply-result.js +49 -0
  387. package/hot/log.js +79 -0
  388. package/hot/only-dev-server.js +103 -0
  389. package/hot/poll.js +40 -0
  390. package/hot/signal.js +66 -0
  391. package/module.d.ts +276 -0
  392. package/package.json +78 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Colin McDonnell
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ {"name":"zod","author":"Colin McDonnell <zod@colinhacks.com>","version":"3.25.50","funding":"https://github.com/sponsors/colinhacks","license":"MIT","types":"./dist/types/index.d.ts","type":"commonjs"}
@@ -0,0 +1,3 @@
1
+ export * from "../dist/types/v3/index.js";
2
+ import z from "../dist/types/v3/index.js";
3
+ export default z;
@@ -0,0 +1 @@
1
+ export * from "../../dist/types/v4/core/index.js";
@@ -0,0 +1,3 @@
1
+ import z from "../dist/types/v4/index.js";
2
+ export * from "../dist/types/v4/index.js";
3
+ export default z;
@@ -0,0 +1,2 @@
1
+ export * from "../../dist/types/v4/locales/en.d.ts";
2
+ export { default } from "../../dist/types/v4/locales/en.d.ts";
@@ -0,0 +1 @@
1
+ export * from "../../dist/types/v4/locales/index.js";
@@ -0,0 +1 @@
1
+ export * from "../dist/types/v4/mini/index.js";
@@ -0,0 +1,35 @@
1
+ import type { JsChunk } from "@rspack/binding";
2
+ import { ChunkGroup } from "./ChunkGroup";
3
+ import type { EntryOptions } from "./exports";
4
+ export declare class Chunk {
5
+ #private;
6
+ readonly name?: string;
7
+ readonly id?: string;
8
+ readonly ids: ReadonlyArray<string>;
9
+ readonly idNameHints: ReadonlyArray<string>;
10
+ readonly filenameTemplate?: string;
11
+ readonly cssFilenameTemplate?: string;
12
+ readonly files: ReadonlySet<string>;
13
+ readonly runtime: ReadonlySet<string>;
14
+ readonly hash?: string;
15
+ readonly contentHash: Readonly<Record<string, string>>;
16
+ readonly renderedHash?: string;
17
+ readonly chunkReason?: string;
18
+ readonly auxiliaryFiles: ReadonlySet<string>;
19
+ static __from_binding(binding: JsChunk): Chunk;
20
+ static __to_binding(chunk: Chunk): JsChunk;
21
+ constructor(binding: JsChunk);
22
+ isOnlyInitial(): boolean;
23
+ canBeInitial(): boolean;
24
+ hasRuntime(): boolean;
25
+ get groupsIterable(): ReadonlySet<ChunkGroup>;
26
+ getChunkMaps(realHash: boolean): {
27
+ hash: Record<string | number, string>;
28
+ contentHash: Record<string | number, Record<string, string>>;
29
+ name: Record<string | number, string>;
30
+ };
31
+ getAllAsyncChunks(): ReadonlySet<Chunk>;
32
+ getAllInitialChunks(): ReadonlySet<Chunk>;
33
+ getAllReferencedChunks(): ReadonlySet<Chunk>;
34
+ getEntryOptions(): Readonly<EntryOptions> | undefined;
35
+ }
@@ -0,0 +1,23 @@
1
+ import type { AsyncDependenciesBlock, JsChunkGraph } from "@rspack/binding";
2
+ import type { RuntimeSpec } from "./util/runtime";
3
+ import { Chunk } from "./Chunk";
4
+ import { ChunkGroup } from "./ChunkGroup";
5
+ import type { Module } from "./Module";
6
+ export declare class ChunkGraph {
7
+ #private;
8
+ static __from_binding(binding: JsChunkGraph): ChunkGraph;
9
+ constructor(binding: JsChunkGraph);
10
+ hasChunkEntryDependentChunks(chunk: Chunk): boolean;
11
+ getChunkModules(chunk: Chunk): ReadonlyArray<Module>;
12
+ getChunkModulesIterable(chunk: Chunk): Iterable<Module>;
13
+ getOrderedChunkModulesIterable(chunk: Chunk, compareFn: (a: Module, b: Module) => number): Iterable<Module>;
14
+ getChunkEntryModulesIterable(chunk: Chunk): Iterable<Module>;
15
+ getNumberOfEntryModules(chunk: Chunk): number;
16
+ getChunkEntryDependentChunksIterable(chunk: Chunk): Iterable<Chunk>;
17
+ getChunkModulesIterableBySourceType(chunk: Chunk, sourceType: string): Iterable<Module>;
18
+ getModuleChunks(module: Module): Chunk[];
19
+ getModuleChunksIterable(module: Module): Iterable<Chunk>;
20
+ getModuleId(module: Module): string | number | null;
21
+ getModuleHash(module: Module, runtime: RuntimeSpec): string | null;
22
+ getBlockChunkGroup(depBlock: AsyncDependenciesBlock): ChunkGroup | null;
23
+ }
@@ -0,0 +1,33 @@
1
+ import type { JsChunkGroup } from "@rspack/binding";
2
+ import { Chunk } from "./Chunk";
3
+ import type { Module } from "./Module";
4
+ export declare class ChunkGroup {
5
+ #private;
6
+ readonly chunks: ReadonlyArray<Chunk>;
7
+ readonly index?: number;
8
+ readonly name?: string;
9
+ readonly origins: ReadonlyArray<ChunkGroupOrigin>;
10
+ readonly childrenIterable: Set<ChunkGroup>;
11
+ static __from_binding(binding: JsChunkGroup): ChunkGroup;
12
+ protected constructor(inner: JsChunkGroup);
13
+ getFiles(): ReadonlyArray<string>;
14
+ getParents(): ReadonlyArray<ChunkGroup>;
15
+ isInitial(): boolean;
16
+ getModulePreOrderIndex(module: Module): number | null;
17
+ getModulePostOrderIndex(module: Module): number | null;
18
+ }
19
+ interface ChunkGroupOrigin {
20
+ module?: Module;
21
+ request?: string;
22
+ loc?: {
23
+ start: {
24
+ line: number;
25
+ column: number;
26
+ };
27
+ end?: {
28
+ line: number;
29
+ column: number;
30
+ };
31
+ } | string;
32
+ }
33
+ export {};
@@ -0,0 +1,13 @@
1
+ import { Chunks } from "@rspack/binding";
2
+ import { Chunk } from "./Chunk";
3
+ declare module "@rspack/binding" {
4
+ interface Chunks {
5
+ [Symbol.iterator](): SetIterator<Chunk>;
6
+ entries(): SetIterator<[Chunk, Chunk]>;
7
+ values(): SetIterator<Chunk>;
8
+ keys(): SetIterator<Chunk>;
9
+ forEach(callbackfn: (value: Chunk, value2: Chunk, set: ReadonlySet<Chunk>) => void, thisArg?: any): void;
10
+ has(value: Chunk): boolean;
11
+ }
12
+ }
13
+ export default Chunks;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,411 @@
1
+ /**
2
+ * The following code is modified based on
3
+ * https://github.com/webpack/webpack/blob/4b4ca3bb53f36a5b8fc6bc1bd976ed7af161bd80/lib/Compilation.js
4
+ *
5
+ * MIT Licensed
6
+ * Author Tobias Koppers @sokra
7
+ * Copyright (c) JS Foundation and other contributors
8
+ * https://github.com/webpack/webpack/blob/main/LICENSE
9
+ */
10
+ import * as binding from "@rspack/binding";
11
+ import type { AssetInfo, Dependency, ExternalObject, JsCompilation, JsRuntimeModule } from "@rspack/binding";
12
+ export type { AssetInfo } from "@rspack/binding";
13
+ import * as liteTapable from "@rspack/lite-tapable";
14
+ import type { Source } from "../compiled/webpack-sources";
15
+ import { Chunk } from "./Chunk";
16
+ import { ChunkGraph } from "./ChunkGraph";
17
+ import { ChunkGroup } from "./ChunkGroup";
18
+ import type { Compiler } from "./Compiler";
19
+ import type { ContextModuleFactory } from "./ContextModuleFactory";
20
+ import { Entrypoint } from "./Entrypoint";
21
+ import type { Module } from "./Module";
22
+ import ModuleGraph from "./ModuleGraph";
23
+ import type { NormalModuleCompilationHooks } from "./NormalModule";
24
+ import type { NormalModuleFactory } from "./NormalModuleFactory";
25
+ import type { ResolverFactory } from "./ResolverFactory";
26
+ import type { RspackError } from "./RspackError";
27
+ import { RuntimeModule } from "./RuntimeModule";
28
+ import { Stats, type StatsAsset, type StatsError, type StatsModule } from "./Stats";
29
+ import type { EntryOptions, EntryPlugin } from "./builtin-plugin";
30
+ import type { OutputNormalized, RspackOptionsNormalized, RspackPluginInstance, StatsOptions, StatsValue } from "./config";
31
+ import WebpackError from "./lib/WebpackError";
32
+ import { Logger } from "./logging/Logger";
33
+ import { StatsFactory } from "./stats/StatsFactory";
34
+ import { StatsPrinter } from "./stats/StatsPrinter";
35
+ import type { InputFileSystem } from "./util/fs";
36
+ import type Hash from "./util/hash";
37
+ import "./Chunks";
38
+ import "./CodeGenerationResults";
39
+ import type { CodeGenerationResult } from "./taps/compilation";
40
+ export type Assets = Record<string, Source>;
41
+ export interface Asset {
42
+ name: string;
43
+ source: Source;
44
+ info: AssetInfo;
45
+ }
46
+ export type PathDataChunkLike = {
47
+ id?: string;
48
+ name?: string;
49
+ hash?: string;
50
+ contentHash?: Record<string, string>;
51
+ };
52
+ export type PathData = {
53
+ filename?: string;
54
+ hash?: string;
55
+ contentHash?: string;
56
+ runtime?: string;
57
+ url?: string;
58
+ id?: string;
59
+ chunk?: Chunk | PathDataChunkLike;
60
+ contentHashType?: string;
61
+ };
62
+ export interface LogEntry {
63
+ type: string;
64
+ args: any[];
65
+ time?: number;
66
+ trace?: string[];
67
+ }
68
+ export interface CompilationParams {
69
+ normalModuleFactory: NormalModuleFactory;
70
+ contextModuleFactory: ContextModuleFactory;
71
+ }
72
+ export interface KnownCreateStatsOptionsContext {
73
+ forToString?: boolean;
74
+ }
75
+ export interface ExecuteModuleArgument {
76
+ codeGenerationResult: CodeGenerationResult;
77
+ moduleObject: {
78
+ id: string;
79
+ exports: any;
80
+ loaded: boolean;
81
+ error?: Error;
82
+ };
83
+ }
84
+ export interface ExecuteModuleContext {
85
+ __webpack_require__: (id: string) => any;
86
+ }
87
+ export interface KnownNormalizedStatsOptions {
88
+ context: string;
89
+ chunksSort: string;
90
+ modulesSort: string;
91
+ chunkModulesSort: string;
92
+ nestedModulesSort: string;
93
+ assetsSort: string;
94
+ ids: boolean;
95
+ cachedAssets: boolean;
96
+ groupAssetsByEmitStatus: boolean;
97
+ groupAssetsByPath: boolean;
98
+ groupAssetsByExtension: boolean;
99
+ assetsSpace: number;
100
+ excludeAssets: ((value: string, asset: StatsAsset) => boolean)[];
101
+ excludeModules: ((name: string, module: StatsModule, type: "module" | "chunk" | "root-of-chunk" | "nested") => boolean)[];
102
+ warningsFilter: ((warning: StatsError, textValue: string) => boolean)[];
103
+ cachedModules: boolean;
104
+ orphanModules: boolean;
105
+ dependentModules: boolean;
106
+ runtimeModules: boolean;
107
+ groupModulesByCacheStatus: boolean;
108
+ groupModulesByLayer: boolean;
109
+ groupModulesByAttributes: boolean;
110
+ groupModulesByPath: boolean;
111
+ groupModulesByExtension: boolean;
112
+ groupModulesByType: boolean;
113
+ entrypoints: boolean | "auto";
114
+ chunkGroups: boolean;
115
+ chunkGroupAuxiliary: boolean;
116
+ chunkGroupChildren: boolean;
117
+ chunkGroupMaxAssets: number;
118
+ modulesSpace: number;
119
+ chunkModulesSpace: number;
120
+ nestedModulesSpace: number;
121
+ logging: false | "none" | "error" | "warn" | "info" | "log" | "verbose";
122
+ loggingDebug: ((value: string) => boolean)[];
123
+ loggingTrace: boolean;
124
+ chunkModules: boolean;
125
+ chunkRelations: boolean;
126
+ reasons: boolean;
127
+ moduleAssets: boolean;
128
+ nestedModules: boolean;
129
+ source: boolean;
130
+ usedExports: boolean;
131
+ providedExports: boolean;
132
+ optimizationBailout: boolean;
133
+ depth: boolean;
134
+ assets: boolean;
135
+ chunks: boolean;
136
+ errors: boolean;
137
+ errorsCount: boolean;
138
+ hash: boolean;
139
+ modules: boolean;
140
+ warnings: boolean;
141
+ warningsCount: boolean;
142
+ }
143
+ export type CreateStatsOptionsContext = KnownCreateStatsOptionsContext & Record<string, any>;
144
+ export type NormalizedStatsOptions = KnownNormalizedStatsOptions & Omit<StatsOptions, keyof KnownNormalizedStatsOptions> & Record<string, any>;
145
+ export declare const checkCompilation: (compilation: Compilation) => void;
146
+ export declare class Compilation {
147
+ #private;
148
+ hooks: Readonly<{
149
+ processAssets: liteTapable.AsyncSeriesHook<Assets>;
150
+ afterProcessAssets: liteTapable.SyncHook<Assets>;
151
+ childCompiler: liteTapable.SyncHook<[Compiler, string, number]>;
152
+ log: liteTapable.SyncBailHook<[string, LogEntry], true>;
153
+ additionalAssets: any;
154
+ optimizeModules: liteTapable.SyncBailHook<Iterable<Module>, void>;
155
+ afterOptimizeModules: liteTapable.SyncHook<Iterable<Module>, void>;
156
+ optimizeTree: liteTapable.AsyncSeriesHook<[
157
+ Iterable<Chunk>,
158
+ Iterable<Module>
159
+ ]>;
160
+ optimizeChunkModules: liteTapable.AsyncSeriesBailHook<[
161
+ Iterable<Chunk>,
162
+ Iterable<Module>
163
+ ], void>;
164
+ finishModules: liteTapable.AsyncSeriesHook<[Iterable<Module>], void>;
165
+ chunkHash: liteTapable.SyncHook<[Chunk, Hash], void>;
166
+ chunkAsset: liteTapable.SyncHook<[Chunk, string], void>;
167
+ processWarnings: liteTapable.SyncWaterfallHook<[Error[]]>;
168
+ succeedModule: liteTapable.SyncHook<[Module], void>;
169
+ stillValidModule: liteTapable.SyncHook<[Module], void>;
170
+ statsPreset: liteTapable.HookMap<liteTapable.SyncHook<[
171
+ Partial<StatsOptions>,
172
+ CreateStatsOptionsContext
173
+ ], void>>;
174
+ statsNormalize: liteTapable.SyncHook<[
175
+ Partial<StatsOptions>,
176
+ CreateStatsOptionsContext
177
+ ], void>;
178
+ statsFactory: liteTapable.SyncHook<[StatsFactory, StatsOptions], void>;
179
+ statsPrinter: liteTapable.SyncHook<[StatsPrinter, StatsOptions], void>;
180
+ buildModule: liteTapable.SyncHook<[Module]>;
181
+ executeModule: liteTapable.SyncHook<[
182
+ ExecuteModuleArgument,
183
+ ExecuteModuleContext
184
+ ]>;
185
+ additionalTreeRuntimeRequirements: liteTapable.SyncHook<[
186
+ Chunk,
187
+ Set<string>
188
+ ], void>;
189
+ runtimeRequirementInTree: liteTapable.HookMap<liteTapable.SyncBailHook<[Chunk, Set<string>], void>>;
190
+ runtimeModule: liteTapable.SyncHook<[JsRuntimeModule, Chunk], void>;
191
+ seal: liteTapable.SyncHook<[], void>;
192
+ afterSeal: liteTapable.AsyncSeriesHook<[], void>;
193
+ needAdditionalPass: liteTapable.SyncBailHook<[], boolean>;
194
+ }>;
195
+ name?: string;
196
+ startTime?: number;
197
+ endTime?: number;
198
+ compiler: Compiler;
199
+ resolverFactory: ResolverFactory;
200
+ inputFileSystem: InputFileSystem | null;
201
+ options: RspackOptionsNormalized;
202
+ outputOptions: OutputNormalized;
203
+ logging: Map<string, LogEntry[]>;
204
+ childrenCounters: Record<string, number>;
205
+ children: Compilation[];
206
+ chunkGraph: ChunkGraph;
207
+ moduleGraph: ModuleGraph;
208
+ fileSystemInfo: {
209
+ createSnapshot(): null;
210
+ };
211
+ needAdditionalPass: boolean;
212
+ [binding.COMPILATION_HOOKS_MAP_SYMBOL]: WeakMap<Compilation, NormalModuleCompilationHooks>;
213
+ constructor(compiler: Compiler, inner: JsCompilation);
214
+ get hash(): Readonly<string | null>;
215
+ get fullHash(): Readonly<string | null>;
216
+ /**
217
+ * Get a map of all assets.
218
+ */
219
+ get assets(): Record<string, Source>;
220
+ /**
221
+ * Get a map of all entrypoints.
222
+ */
223
+ get entrypoints(): ReadonlyMap<string, Entrypoint>;
224
+ get chunkGroups(): ReadonlyArray<ChunkGroup>;
225
+ /**
226
+ * Get the named chunk groups.
227
+ *
228
+ * Note: This is a proxy for webpack internal API, only method `get`, `keys`, `values` and `entries` are supported now.
229
+ */
230
+ get namedChunkGroups(): ReadonlyMap<string, Readonly<ChunkGroup>>;
231
+ get modules(): ReadonlySet<Module>;
232
+ get builtModules(): ReadonlySet<Module>;
233
+ get chunks(): ReadonlySet<Chunk>;
234
+ /**
235
+ * Get the named chunks.
236
+ *
237
+ * Note: This is a proxy for webpack internal API, only method `get`, `keys`, `values` and `entries` are supported now.
238
+ */
239
+ get namedChunks(): ReadonlyMap<string, Readonly<Chunk>>;
240
+ get entries(): Map<string, EntryData>;
241
+ get codeGenerationResults(): binding.CodeGenerationResults;
242
+ getCache(name: string): import("./lib/CacheFacade").CacheFacade;
243
+ createStatsOptions(statsValue: StatsValue | undefined, context?: CreateStatsOptionsContext): NormalizedStatsOptions;
244
+ createStatsFactory(options: StatsOptions): StatsFactory;
245
+ createStatsPrinter(options: StatsOptions): StatsPrinter;
246
+ /**
247
+ * Update an existing asset. Trying to update an asset that doesn't exist will throw an error.
248
+ */
249
+ updateAsset(filename: string, newSourceOrFunction: Source | ((source: Source) => Source), assetInfoUpdateOrFunction?: AssetInfo | ((assetInfo: AssetInfo) => AssetInfo | undefined)): void;
250
+ /**
251
+ * Emit an not existing asset. Trying to emit an asset that already exists will throw an error.
252
+ *
253
+ * @param file - file name
254
+ * @param source - asset source
255
+ * @param assetInfo - extra asset information
256
+ */
257
+ emitAsset(filename: string, source: Source, assetInfo?: AssetInfo): void;
258
+ deleteAsset(filename: string): void;
259
+ renameAsset(filename: string, newFilename: string): void;
260
+ /**
261
+ * Get an array of Asset
262
+ */
263
+ getAssets(): ReadonlyArray<Asset>;
264
+ getAsset(name: string): Readonly<Asset> | void;
265
+ /**
266
+ * Note: This is not a webpack public API, maybe removed in future.
267
+ *
268
+ * @internal
269
+ */
270
+ __internal__pushRspackDiagnostic(diagnostic: binding.JsRspackDiagnostic): void;
271
+ /**
272
+ * Note: This is not a webpack public API, maybe removed in future.
273
+ *
274
+ * @internal
275
+ */
276
+ __internal__pushDiagnostic(diagnostic: ExternalObject<"Diagnostic">): void;
277
+ /**
278
+ * Note: This is not a webpack public API, maybe removed in future.
279
+ *
280
+ * @internal
281
+ */
282
+ __internal__pushDiagnostics(diagnostics: ExternalObject<"Diagnostic[]">): void;
283
+ get errors(): RspackError[];
284
+ set errors(errors: RspackError[]);
285
+ get warnings(): RspackError[];
286
+ set warnings(warnings: RspackError[]);
287
+ getPath(filename: string, data?: PathData): string;
288
+ getPathWithInfo(filename: string, data?: PathData): binding.PathWithInfo;
289
+ getAssetPath(filename: string, data?: PathData): string;
290
+ getAssetPathWithInfo(filename: string, data?: PathData): binding.PathWithInfo;
291
+ getLogger(name: string | (() => string)): Logger;
292
+ fileDependencies: {
293
+ [Symbol.iterator](): Generator<string, void, unknown>;
294
+ has(dep: string): boolean;
295
+ add: (dep: string) => void;
296
+ addAll: (deps: Iterable<string>) => void;
297
+ };
298
+ contextDependencies: {
299
+ [Symbol.iterator](): Generator<string, void, unknown>;
300
+ has(dep: string): boolean;
301
+ add: (dep: string) => void;
302
+ addAll: (deps: Iterable<string>) => void;
303
+ };
304
+ missingDependencies: {
305
+ [Symbol.iterator](): Generator<string, void, unknown>;
306
+ has(dep: string): boolean;
307
+ add: (dep: string) => void;
308
+ addAll: (deps: Iterable<string>) => void;
309
+ };
310
+ buildDependencies: {
311
+ [Symbol.iterator](): Generator<string, void, unknown>;
312
+ has(dep: string): boolean;
313
+ add: (dep: string) => void;
314
+ addAll: (deps: Iterable<string>) => void;
315
+ };
316
+ getStats(): Stats;
317
+ createChildCompiler(name: string, outputOptions: OutputNormalized, plugins: RspackPluginInstance[]): Compiler;
318
+ rebuildModule(module: Module, f: (err: Error | null, module: Module | null) => void): void;
319
+ addRuntimeModule(chunk: Chunk, runtimeModule: RuntimeModule): void;
320
+ addInclude(context: string, dependency: ReturnType<typeof EntryPlugin.createDependency>, options: EntryOptions, callback: (err?: null | WebpackError, module?: Module) => void): void;
321
+ addEntry(context: string, dependency: ReturnType<typeof EntryPlugin.createDependency>, optionsOrName: EntryOptions | string, callback: (err?: null | WebpackError, module?: Module) => void): void;
322
+ /**
323
+ * Get the `Source` of a given asset filename.
324
+ *
325
+ * Note: This is not a webpack public API, maybe removed in the future.
326
+ *
327
+ * @internal
328
+ */
329
+ __internal__getAssetSource(filename: string): Source | void;
330
+ /**
331
+ * Set the `Source` of an given asset filename.
332
+ *
333
+ * Note: This is not a webpack public API, maybe removed in future.
334
+ *
335
+ * @internal
336
+ */
337
+ __internal__setAssetSource(filename: string, source: Source): void;
338
+ /**
339
+ * Delete the `Source` of an given asset filename.
340
+ *
341
+ * Note: This is not a webpack public API, maybe removed in future.
342
+ *
343
+ * @internal
344
+ */
345
+ __internal__deleteAssetSource(filename: string): void;
346
+ /**
347
+ * Get a list of asset filenames.
348
+ *
349
+ * Note: This is not a webpack public API, maybe removed in future.
350
+ *
351
+ * @internal
352
+ */
353
+ __internal__getAssetFilenames(): string[];
354
+ /**
355
+ * Test if an asset exists.
356
+ *
357
+ * Note: This is not a webpack public API, maybe removed in future.
358
+ *
359
+ * @internal
360
+ */
361
+ __internal__hasAsset(name: string): boolean;
362
+ /**
363
+ * Note: This is not a webpack public API, maybe removed in future.
364
+ *
365
+ * @internal
366
+ */
367
+ __internal_getInner(): binding.JsCompilation;
368
+ get __internal__shutdown(): boolean;
369
+ set __internal__shutdown(shutdown: boolean);
370
+ seal(): void;
371
+ unseal(): void;
372
+ static PROCESS_ASSETS_STAGE_ADDITIONAL: number;
373
+ static PROCESS_ASSETS_STAGE_PRE_PROCESS: number;
374
+ static PROCESS_ASSETS_STAGE_DERIVED: number;
375
+ static PROCESS_ASSETS_STAGE_ADDITIONS: number;
376
+ static PROCESS_ASSETS_STAGE_NONE: number;
377
+ static PROCESS_ASSETS_STAGE_OPTIMIZE: number;
378
+ static PROCESS_ASSETS_STAGE_OPTIMIZE_COUNT: number;
379
+ static PROCESS_ASSETS_STAGE_OPTIMIZE_COMPATIBILITY: number;
380
+ static PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE: number;
381
+ static PROCESS_ASSETS_STAGE_DEV_TOOLING: number;
382
+ static PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE: number;
383
+ static PROCESS_ASSETS_STAGE_SUMMARIZE: number;
384
+ static PROCESS_ASSETS_STAGE_OPTIMIZE_HASH: number;
385
+ static PROCESS_ASSETS_STAGE_OPTIMIZE_TRANSFER: number;
386
+ static PROCESS_ASSETS_STAGE_ANALYSE: number;
387
+ static PROCESS_ASSETS_STAGE_REPORT: number;
388
+ }
389
+ export declare class EntryData {
390
+ dependencies: Dependency[];
391
+ includeDependencies: Dependency[];
392
+ options: binding.JsEntryOptions;
393
+ static __from_binding(binding: binding.JsEntryData): EntryData;
394
+ private constructor();
395
+ }
396
+ export declare class Entries implements Map<string, EntryData> {
397
+ #private;
398
+ constructor(data: binding.JsEntries);
399
+ clear(): void;
400
+ forEach(callback: (value: EntryData, key: string, map: Map<string, EntryData>) => void, thisArg?: any): void;
401
+ get size(): number;
402
+ entries(): ReturnType<Map<string, EntryData>["entries"]>;
403
+ values(): ReturnType<Map<string, EntryData>["values"]>;
404
+ [Symbol.iterator](): ReturnType<Map<string, EntryData>["entries"]>;
405
+ get [Symbol.toStringTag](): string;
406
+ has(key: string): boolean;
407
+ set(key: string, value: EntryData): this;
408
+ delete(key: string): boolean;
409
+ get(key: string): EntryData | undefined;
410
+ keys(): ReturnType<Map<string, EntryData>["keys"]>;
411
+ }