@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,4228 @@
1
+ import type { AssetInfo } from "@rspack/binding";
2
+ import { z } from "../../compiled/zod";
3
+ import { Chunk } from "../Chunk";
4
+ import { ChunkGraph } from "../ChunkGraph";
5
+ import type { Compilation, PathData } from "../Compilation";
6
+ import { Module } from "../Module";
7
+ import ModuleGraph from "../ModuleGraph";
8
+ import type * as t from "./types";
9
+ import { ZodRspackCrossChecker } from "./utils";
10
+ export declare const externalsType: z.ZodEnum<["var", "module", "assign", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system", "promise", "import", "module-import", "script", "node-commonjs", "commonjs-import"]>;
11
+ export declare const rspackOptions: z.ZodObject<{
12
+ name: z.ZodOptional<z.ZodString>;
13
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14
+ extends: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
15
+ entry: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
16
+ import: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
17
+ runtime: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodString]>>;
18
+ publicPath: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"auto">, z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>]>>;
19
+ baseUri: z.ZodOptional<z.ZodString>;
20
+ chunkLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["jsonp", "import-scripts", "require", "async-node", "import"]>, z.ZodString]>]>>;
21
+ asyncChunks: z.ZodOptional<z.ZodBoolean>;
22
+ wasmLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["fetch-streaming", "fetch", "async-node"]>, z.ZodString]>]>>;
23
+ filename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
24
+ library: z.ZodOptional<z.ZodObject<{
25
+ amdContainer: z.ZodOptional<z.ZodString>;
26
+ auxiliaryComment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
27
+ amd: z.ZodOptional<z.ZodString>;
28
+ commonjs: z.ZodOptional<z.ZodString>;
29
+ commonjs2: z.ZodOptional<z.ZodString>;
30
+ root: z.ZodOptional<z.ZodString>;
31
+ }, "strict", z.ZodTypeAny, {
32
+ commonjs?: string | undefined;
33
+ commonjs2?: string | undefined;
34
+ amd?: string | undefined;
35
+ root?: string | undefined;
36
+ }, {
37
+ commonjs?: string | undefined;
38
+ commonjs2?: string | undefined;
39
+ amd?: string | undefined;
40
+ root?: string | undefined;
41
+ }>]>>;
42
+ export: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
43
+ name: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
44
+ amd: z.ZodOptional<z.ZodString>;
45
+ commonjs: z.ZodOptional<z.ZodString>;
46
+ root: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
47
+ }, "strict", z.ZodTypeAny, {
48
+ commonjs?: string | undefined;
49
+ amd?: string | undefined;
50
+ root?: string | string[] | undefined;
51
+ }, {
52
+ commonjs?: string | undefined;
53
+ amd?: string | undefined;
54
+ root?: string | string[] | undefined;
55
+ }>]>>;
56
+ type: z.ZodUnion<[z.ZodEnum<["var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"]>, z.ZodString]>;
57
+ umdNamedDefine: z.ZodOptional<z.ZodBoolean>;
58
+ }, "strict", z.ZodTypeAny, {
59
+ type: string;
60
+ name?: string | string[] | {
61
+ commonjs?: string | undefined;
62
+ amd?: string | undefined;
63
+ root?: string | string[] | undefined;
64
+ } | undefined;
65
+ amdContainer?: string | undefined;
66
+ auxiliaryComment?: string | {
67
+ commonjs?: string | undefined;
68
+ commonjs2?: string | undefined;
69
+ amd?: string | undefined;
70
+ root?: string | undefined;
71
+ } | undefined;
72
+ export?: string | string[] | undefined;
73
+ umdNamedDefine?: boolean | undefined;
74
+ }, {
75
+ type: string;
76
+ name?: string | string[] | {
77
+ commonjs?: string | undefined;
78
+ amd?: string | undefined;
79
+ root?: string | string[] | undefined;
80
+ } | undefined;
81
+ amdContainer?: string | undefined;
82
+ auxiliaryComment?: string | {
83
+ commonjs?: string | undefined;
84
+ commonjs2?: string | undefined;
85
+ amd?: string | undefined;
86
+ root?: string | undefined;
87
+ } | undefined;
88
+ export?: string | string[] | undefined;
89
+ umdNamedDefine?: boolean | undefined;
90
+ }>>;
91
+ dependOn: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
92
+ layer: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
93
+ }, "strict", z.ZodTypeAny, {
94
+ import: string | string[];
95
+ runtime?: string | false | undefined;
96
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
97
+ layer?: string | null | undefined;
98
+ baseUri?: string | undefined;
99
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
100
+ chunkLoading?: string | false | undefined;
101
+ asyncChunks?: boolean | undefined;
102
+ library?: {
103
+ type: string;
104
+ name?: string | string[] | {
105
+ commonjs?: string | undefined;
106
+ amd?: string | undefined;
107
+ root?: string | string[] | undefined;
108
+ } | undefined;
109
+ amdContainer?: string | undefined;
110
+ auxiliaryComment?: string | {
111
+ commonjs?: string | undefined;
112
+ commonjs2?: string | undefined;
113
+ amd?: string | undefined;
114
+ root?: string | undefined;
115
+ } | undefined;
116
+ export?: string | string[] | undefined;
117
+ umdNamedDefine?: boolean | undefined;
118
+ } | undefined;
119
+ dependOn?: string | string[] | undefined;
120
+ wasmLoading?: string | false | undefined;
121
+ }, {
122
+ import: string | string[];
123
+ runtime?: string | false | undefined;
124
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
125
+ layer?: string | null | undefined;
126
+ baseUri?: string | undefined;
127
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
128
+ chunkLoading?: string | false | undefined;
129
+ asyncChunks?: boolean | undefined;
130
+ library?: {
131
+ type: string;
132
+ name?: string | string[] | {
133
+ commonjs?: string | undefined;
134
+ amd?: string | undefined;
135
+ root?: string | string[] | undefined;
136
+ } | undefined;
137
+ amdContainer?: string | undefined;
138
+ auxiliaryComment?: string | {
139
+ commonjs?: string | undefined;
140
+ commonjs2?: string | undefined;
141
+ amd?: string | undefined;
142
+ root?: string | undefined;
143
+ } | undefined;
144
+ export?: string | string[] | undefined;
145
+ umdNamedDefine?: boolean | undefined;
146
+ } | undefined;
147
+ dependOn?: string | string[] | undefined;
148
+ wasmLoading?: string | false | undefined;
149
+ }>]>>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>, z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodUnion<[z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
150
+ import: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
151
+ runtime: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodString]>>;
152
+ publicPath: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"auto">, z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>]>>;
153
+ baseUri: z.ZodOptional<z.ZodString>;
154
+ chunkLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["jsonp", "import-scripts", "require", "async-node", "import"]>, z.ZodString]>]>>;
155
+ asyncChunks: z.ZodOptional<z.ZodBoolean>;
156
+ wasmLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["fetch-streaming", "fetch", "async-node"]>, z.ZodString]>]>>;
157
+ filename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
158
+ library: z.ZodOptional<z.ZodObject<{
159
+ amdContainer: z.ZodOptional<z.ZodString>;
160
+ auxiliaryComment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
161
+ amd: z.ZodOptional<z.ZodString>;
162
+ commonjs: z.ZodOptional<z.ZodString>;
163
+ commonjs2: z.ZodOptional<z.ZodString>;
164
+ root: z.ZodOptional<z.ZodString>;
165
+ }, "strict", z.ZodTypeAny, {
166
+ commonjs?: string | undefined;
167
+ commonjs2?: string | undefined;
168
+ amd?: string | undefined;
169
+ root?: string | undefined;
170
+ }, {
171
+ commonjs?: string | undefined;
172
+ commonjs2?: string | undefined;
173
+ amd?: string | undefined;
174
+ root?: string | undefined;
175
+ }>]>>;
176
+ export: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
177
+ name: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
178
+ amd: z.ZodOptional<z.ZodString>;
179
+ commonjs: z.ZodOptional<z.ZodString>;
180
+ root: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
181
+ }, "strict", z.ZodTypeAny, {
182
+ commonjs?: string | undefined;
183
+ amd?: string | undefined;
184
+ root?: string | string[] | undefined;
185
+ }, {
186
+ commonjs?: string | undefined;
187
+ amd?: string | undefined;
188
+ root?: string | string[] | undefined;
189
+ }>]>>;
190
+ type: z.ZodUnion<[z.ZodEnum<["var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"]>, z.ZodString]>;
191
+ umdNamedDefine: z.ZodOptional<z.ZodBoolean>;
192
+ }, "strict", z.ZodTypeAny, {
193
+ type: string;
194
+ name?: string | string[] | {
195
+ commonjs?: string | undefined;
196
+ amd?: string | undefined;
197
+ root?: string | string[] | undefined;
198
+ } | undefined;
199
+ amdContainer?: string | undefined;
200
+ auxiliaryComment?: string | {
201
+ commonjs?: string | undefined;
202
+ commonjs2?: string | undefined;
203
+ amd?: string | undefined;
204
+ root?: string | undefined;
205
+ } | undefined;
206
+ export?: string | string[] | undefined;
207
+ umdNamedDefine?: boolean | undefined;
208
+ }, {
209
+ type: string;
210
+ name?: string | string[] | {
211
+ commonjs?: string | undefined;
212
+ amd?: string | undefined;
213
+ root?: string | string[] | undefined;
214
+ } | undefined;
215
+ amdContainer?: string | undefined;
216
+ auxiliaryComment?: string | {
217
+ commonjs?: string | undefined;
218
+ commonjs2?: string | undefined;
219
+ amd?: string | undefined;
220
+ root?: string | undefined;
221
+ } | undefined;
222
+ export?: string | string[] | undefined;
223
+ umdNamedDefine?: boolean | undefined;
224
+ }>>;
225
+ dependOn: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
226
+ layer: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
227
+ }, "strict", z.ZodTypeAny, {
228
+ import: string | string[];
229
+ runtime?: string | false | undefined;
230
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
231
+ layer?: string | null | undefined;
232
+ baseUri?: string | undefined;
233
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
234
+ chunkLoading?: string | false | undefined;
235
+ asyncChunks?: boolean | undefined;
236
+ library?: {
237
+ type: string;
238
+ name?: string | string[] | {
239
+ commonjs?: string | undefined;
240
+ amd?: string | undefined;
241
+ root?: string | string[] | undefined;
242
+ } | undefined;
243
+ amdContainer?: string | undefined;
244
+ auxiliaryComment?: string | {
245
+ commonjs?: string | undefined;
246
+ commonjs2?: string | undefined;
247
+ amd?: string | undefined;
248
+ root?: string | undefined;
249
+ } | undefined;
250
+ export?: string | string[] | undefined;
251
+ umdNamedDefine?: boolean | undefined;
252
+ } | undefined;
253
+ dependOn?: string | string[] | undefined;
254
+ wasmLoading?: string | false | undefined;
255
+ }, {
256
+ import: string | string[];
257
+ runtime?: string | false | undefined;
258
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
259
+ layer?: string | null | undefined;
260
+ baseUri?: string | undefined;
261
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
262
+ chunkLoading?: string | false | undefined;
263
+ asyncChunks?: boolean | undefined;
264
+ library?: {
265
+ type: string;
266
+ name?: string | string[] | {
267
+ commonjs?: string | undefined;
268
+ amd?: string | undefined;
269
+ root?: string | string[] | undefined;
270
+ } | undefined;
271
+ amdContainer?: string | undefined;
272
+ auxiliaryComment?: string | {
273
+ commonjs?: string | undefined;
274
+ commonjs2?: string | undefined;
275
+ amd?: string | undefined;
276
+ root?: string | undefined;
277
+ } | undefined;
278
+ export?: string | string[] | undefined;
279
+ umdNamedDefine?: boolean | undefined;
280
+ } | undefined;
281
+ dependOn?: string | string[] | undefined;
282
+ wasmLoading?: string | false | undefined;
283
+ }>]>>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>, z.ZodPromise<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
284
+ import: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
285
+ runtime: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodString]>>;
286
+ publicPath: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"auto">, z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>]>>;
287
+ baseUri: z.ZodOptional<z.ZodString>;
288
+ chunkLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["jsonp", "import-scripts", "require", "async-node", "import"]>, z.ZodString]>]>>;
289
+ asyncChunks: z.ZodOptional<z.ZodBoolean>;
290
+ wasmLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["fetch-streaming", "fetch", "async-node"]>, z.ZodString]>]>>;
291
+ filename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
292
+ library: z.ZodOptional<z.ZodObject<{
293
+ amdContainer: z.ZodOptional<z.ZodString>;
294
+ auxiliaryComment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
295
+ amd: z.ZodOptional<z.ZodString>;
296
+ commonjs: z.ZodOptional<z.ZodString>;
297
+ commonjs2: z.ZodOptional<z.ZodString>;
298
+ root: z.ZodOptional<z.ZodString>;
299
+ }, "strict", z.ZodTypeAny, {
300
+ commonjs?: string | undefined;
301
+ commonjs2?: string | undefined;
302
+ amd?: string | undefined;
303
+ root?: string | undefined;
304
+ }, {
305
+ commonjs?: string | undefined;
306
+ commonjs2?: string | undefined;
307
+ amd?: string | undefined;
308
+ root?: string | undefined;
309
+ }>]>>;
310
+ export: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
311
+ name: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
312
+ amd: z.ZodOptional<z.ZodString>;
313
+ commonjs: z.ZodOptional<z.ZodString>;
314
+ root: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
315
+ }, "strict", z.ZodTypeAny, {
316
+ commonjs?: string | undefined;
317
+ amd?: string | undefined;
318
+ root?: string | string[] | undefined;
319
+ }, {
320
+ commonjs?: string | undefined;
321
+ amd?: string | undefined;
322
+ root?: string | string[] | undefined;
323
+ }>]>>;
324
+ type: z.ZodUnion<[z.ZodEnum<["var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"]>, z.ZodString]>;
325
+ umdNamedDefine: z.ZodOptional<z.ZodBoolean>;
326
+ }, "strict", z.ZodTypeAny, {
327
+ type: string;
328
+ name?: string | string[] | {
329
+ commonjs?: string | undefined;
330
+ amd?: string | undefined;
331
+ root?: string | string[] | undefined;
332
+ } | undefined;
333
+ amdContainer?: string | undefined;
334
+ auxiliaryComment?: string | {
335
+ commonjs?: string | undefined;
336
+ commonjs2?: string | undefined;
337
+ amd?: string | undefined;
338
+ root?: string | undefined;
339
+ } | undefined;
340
+ export?: string | string[] | undefined;
341
+ umdNamedDefine?: boolean | undefined;
342
+ }, {
343
+ type: string;
344
+ name?: string | string[] | {
345
+ commonjs?: string | undefined;
346
+ amd?: string | undefined;
347
+ root?: string | string[] | undefined;
348
+ } | undefined;
349
+ amdContainer?: string | undefined;
350
+ auxiliaryComment?: string | {
351
+ commonjs?: string | undefined;
352
+ commonjs2?: string | undefined;
353
+ amd?: string | undefined;
354
+ root?: string | undefined;
355
+ } | undefined;
356
+ export?: string | string[] | undefined;
357
+ umdNamedDefine?: boolean | undefined;
358
+ }>>;
359
+ dependOn: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
360
+ layer: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
361
+ }, "strict", z.ZodTypeAny, {
362
+ import: string | string[];
363
+ runtime?: string | false | undefined;
364
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
365
+ layer?: string | null | undefined;
366
+ baseUri?: string | undefined;
367
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
368
+ chunkLoading?: string | false | undefined;
369
+ asyncChunks?: boolean | undefined;
370
+ library?: {
371
+ type: string;
372
+ name?: string | string[] | {
373
+ commonjs?: string | undefined;
374
+ amd?: string | undefined;
375
+ root?: string | string[] | undefined;
376
+ } | undefined;
377
+ amdContainer?: string | undefined;
378
+ auxiliaryComment?: string | {
379
+ commonjs?: string | undefined;
380
+ commonjs2?: string | undefined;
381
+ amd?: string | undefined;
382
+ root?: string | undefined;
383
+ } | undefined;
384
+ export?: string | string[] | undefined;
385
+ umdNamedDefine?: boolean | undefined;
386
+ } | undefined;
387
+ dependOn?: string | string[] | undefined;
388
+ wasmLoading?: string | false | undefined;
389
+ }, {
390
+ import: string | string[];
391
+ runtime?: string | false | undefined;
392
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
393
+ layer?: string | null | undefined;
394
+ baseUri?: string | undefined;
395
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
396
+ chunkLoading?: string | false | undefined;
397
+ asyncChunks?: boolean | undefined;
398
+ library?: {
399
+ type: string;
400
+ name?: string | string[] | {
401
+ commonjs?: string | undefined;
402
+ amd?: string | undefined;
403
+ root?: string | string[] | undefined;
404
+ } | undefined;
405
+ amdContainer?: string | undefined;
406
+ auxiliaryComment?: string | {
407
+ commonjs?: string | undefined;
408
+ commonjs2?: string | undefined;
409
+ amd?: string | undefined;
410
+ root?: string | undefined;
411
+ } | undefined;
412
+ export?: string | string[] | undefined;
413
+ umdNamedDefine?: boolean | undefined;
414
+ } | undefined;
415
+ dependOn?: string | string[] | undefined;
416
+ wasmLoading?: string | false | undefined;
417
+ }>]>>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>]>>]>>;
418
+ output: z.ZodOptional<z.ZodObject<{
419
+ path: z.ZodOptional<z.ZodString>;
420
+ pathinfo: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"verbose">]>>;
421
+ clean: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodObject<{
422
+ keep: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodString]>, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>]>>;
423
+ }, "strict", z.ZodTypeAny, {
424
+ keep?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | undefined;
425
+ }, {
426
+ keep?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | undefined;
427
+ }>]>>;
428
+ publicPath: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"auto">, z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>]>>;
429
+ filename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
430
+ chunkFilename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
431
+ crossOriginLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodEnum<["anonymous", "use-credentials"]>]>>;
432
+ cssFilename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
433
+ cssHeadDataCompression: z.ZodOptional<z.ZodBoolean>;
434
+ cssChunkFilename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
435
+ hotUpdateMainFilename: z.ZodOptional<z.ZodString>;
436
+ hotUpdateChunkFilename: z.ZodOptional<z.ZodString>;
437
+ hotUpdateGlobal: z.ZodOptional<z.ZodString>;
438
+ assetModuleFilename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
439
+ uniqueName: z.ZodOptional<z.ZodString>;
440
+ chunkLoadingGlobal: z.ZodOptional<z.ZodString>;
441
+ enabledLibraryTypes: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodEnum<["var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"]>, z.ZodString]>, "many">>;
442
+ library: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
443
+ amd: z.ZodOptional<z.ZodString>;
444
+ commonjs: z.ZodOptional<z.ZodString>;
445
+ root: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
446
+ }, "strict", z.ZodTypeAny, {
447
+ commonjs?: string | undefined;
448
+ amd?: string | undefined;
449
+ root?: string | string[] | undefined;
450
+ }, {
451
+ commonjs?: string | undefined;
452
+ amd?: string | undefined;
453
+ root?: string | string[] | undefined;
454
+ }>]>, z.ZodObject<{
455
+ amdContainer: z.ZodOptional<z.ZodString>;
456
+ auxiliaryComment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
457
+ amd: z.ZodOptional<z.ZodString>;
458
+ commonjs: z.ZodOptional<z.ZodString>;
459
+ commonjs2: z.ZodOptional<z.ZodString>;
460
+ root: z.ZodOptional<z.ZodString>;
461
+ }, "strict", z.ZodTypeAny, {
462
+ commonjs?: string | undefined;
463
+ commonjs2?: string | undefined;
464
+ amd?: string | undefined;
465
+ root?: string | undefined;
466
+ }, {
467
+ commonjs?: string | undefined;
468
+ commonjs2?: string | undefined;
469
+ amd?: string | undefined;
470
+ root?: string | undefined;
471
+ }>]>>;
472
+ export: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
473
+ name: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
474
+ amd: z.ZodOptional<z.ZodString>;
475
+ commonjs: z.ZodOptional<z.ZodString>;
476
+ root: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
477
+ }, "strict", z.ZodTypeAny, {
478
+ commonjs?: string | undefined;
479
+ amd?: string | undefined;
480
+ root?: string | string[] | undefined;
481
+ }, {
482
+ commonjs?: string | undefined;
483
+ amd?: string | undefined;
484
+ root?: string | string[] | undefined;
485
+ }>]>>;
486
+ type: z.ZodUnion<[z.ZodEnum<["var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"]>, z.ZodString]>;
487
+ umdNamedDefine: z.ZodOptional<z.ZodBoolean>;
488
+ }, "strict", z.ZodTypeAny, {
489
+ type: string;
490
+ name?: string | string[] | {
491
+ commonjs?: string | undefined;
492
+ amd?: string | undefined;
493
+ root?: string | string[] | undefined;
494
+ } | undefined;
495
+ amdContainer?: string | undefined;
496
+ auxiliaryComment?: string | {
497
+ commonjs?: string | undefined;
498
+ commonjs2?: string | undefined;
499
+ amd?: string | undefined;
500
+ root?: string | undefined;
501
+ } | undefined;
502
+ export?: string | string[] | undefined;
503
+ umdNamedDefine?: boolean | undefined;
504
+ }, {
505
+ type: string;
506
+ name?: string | string[] | {
507
+ commonjs?: string | undefined;
508
+ amd?: string | undefined;
509
+ root?: string | string[] | undefined;
510
+ } | undefined;
511
+ amdContainer?: string | undefined;
512
+ auxiliaryComment?: string | {
513
+ commonjs?: string | undefined;
514
+ commonjs2?: string | undefined;
515
+ amd?: string | undefined;
516
+ root?: string | undefined;
517
+ } | undefined;
518
+ export?: string | string[] | undefined;
519
+ umdNamedDefine?: boolean | undefined;
520
+ }>]>>>;
521
+ libraryExport: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
522
+ libraryTarget: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"]>, z.ZodString]>>;
523
+ umdNamedDefine: z.ZodOptional<z.ZodBoolean>;
524
+ auxiliaryComment: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
525
+ amd: z.ZodOptional<z.ZodString>;
526
+ commonjs: z.ZodOptional<z.ZodString>;
527
+ commonjs2: z.ZodOptional<z.ZodString>;
528
+ root: z.ZodOptional<z.ZodString>;
529
+ }, "strict", z.ZodTypeAny, {
530
+ commonjs?: string | undefined;
531
+ commonjs2?: string | undefined;
532
+ amd?: string | undefined;
533
+ root?: string | undefined;
534
+ }, {
535
+ commonjs?: string | undefined;
536
+ commonjs2?: string | undefined;
537
+ amd?: string | undefined;
538
+ root?: string | undefined;
539
+ }>]>>;
540
+ module: z.ZodOptional<z.ZodBoolean>;
541
+ strictModuleExceptionHandling: z.ZodOptional<z.ZodBoolean>;
542
+ strictModuleErrorHandling: z.ZodOptional<z.ZodBoolean>;
543
+ globalObject: z.ZodOptional<z.ZodString>;
544
+ importFunctionName: z.ZodOptional<z.ZodString>;
545
+ importMetaName: z.ZodOptional<z.ZodString>;
546
+ iife: z.ZodOptional<z.ZodBoolean>;
547
+ wasmLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["fetch-streaming", "fetch", "async-node"]>, z.ZodString]>]>>;
548
+ enabledWasmLoadingTypes: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodEnum<["fetch-streaming", "fetch", "async-node"]>, z.ZodString]>, "many">>;
549
+ webassemblyModuleFilename: z.ZodOptional<z.ZodString>;
550
+ chunkFormat: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodString]>>;
551
+ chunkLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["jsonp", "import-scripts", "require", "async-node", "import"]>, z.ZodString]>]>>;
552
+ enabledChunkLoadingTypes: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodEnum<["jsonp", "import-scripts", "require", "async-node", "import"]>, z.ZodString]>, "many">>;
553
+ trustedTypes: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<true>, z.ZodString]>, z.ZodObject<{
554
+ policyName: z.ZodOptional<z.ZodString>;
555
+ onPolicyCreationFailure: z.ZodOptional<z.ZodEnum<["continue", "stop"]>>;
556
+ }, "strict", z.ZodTypeAny, {
557
+ policyName?: string | undefined;
558
+ onPolicyCreationFailure?: "continue" | "stop" | undefined;
559
+ }, {
560
+ policyName?: string | undefined;
561
+ onPolicyCreationFailure?: "continue" | "stop" | undefined;
562
+ }>]>>;
563
+ sourceMapFilename: z.ZodOptional<z.ZodString>;
564
+ hashDigest: z.ZodOptional<z.ZodString>;
565
+ hashDigestLength: z.ZodOptional<z.ZodNumber>;
566
+ hashFunction: z.ZodOptional<z.ZodEnum<["md4", "xxhash64"]>>;
567
+ hashSalt: z.ZodOptional<z.ZodString>;
568
+ asyncChunks: z.ZodOptional<z.ZodBoolean>;
569
+ workerChunkLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["jsonp", "import-scripts", "require", "async-node", "import"]>, z.ZodString]>]>>;
570
+ workerWasmLoading: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["fetch-streaming", "fetch", "async-node"]>, z.ZodString]>]>>;
571
+ workerPublicPath: z.ZodOptional<z.ZodString>;
572
+ scriptType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["text/javascript", "module"]>, z.ZodLiteral<false>]>>;
573
+ devtoolNamespace: z.ZodOptional<z.ZodString>;
574
+ devtoolModuleFilenameTemplate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodAny], null>, z.ZodAny>]>>;
575
+ devtoolFallbackModuleFilenameTemplate: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodAny], null>, z.ZodAny>]>>;
576
+ chunkLoadTimeout: z.ZodOptional<z.ZodNumber>;
577
+ charset: z.ZodOptional<z.ZodBoolean>;
578
+ environment: z.ZodOptional<z.ZodObject<{
579
+ arrowFunction: z.ZodOptional<z.ZodBoolean>;
580
+ asyncFunction: z.ZodOptional<z.ZodBoolean>;
581
+ bigIntLiteral: z.ZodOptional<z.ZodBoolean>;
582
+ const: z.ZodOptional<z.ZodBoolean>;
583
+ destructuring: z.ZodOptional<z.ZodBoolean>;
584
+ document: z.ZodOptional<z.ZodBoolean>;
585
+ dynamicImport: z.ZodOptional<z.ZodBoolean>;
586
+ dynamicImportInWorker: z.ZodOptional<z.ZodBoolean>;
587
+ forOf: z.ZodOptional<z.ZodBoolean>;
588
+ globalThis: z.ZodOptional<z.ZodBoolean>;
589
+ module: z.ZodOptional<z.ZodBoolean>;
590
+ nodePrefixForCoreModules: z.ZodOptional<z.ZodBoolean>;
591
+ optionalChaining: z.ZodOptional<z.ZodBoolean>;
592
+ templateLiteral: z.ZodOptional<z.ZodBoolean>;
593
+ }, "strict", z.ZodTypeAny, {
594
+ module?: boolean | undefined;
595
+ dynamicImport?: boolean | undefined;
596
+ optionalChaining?: boolean | undefined;
597
+ arrowFunction?: boolean | undefined;
598
+ asyncFunction?: boolean | undefined;
599
+ bigIntLiteral?: boolean | undefined;
600
+ const?: boolean | undefined;
601
+ destructuring?: boolean | undefined;
602
+ document?: boolean | undefined;
603
+ dynamicImportInWorker?: boolean | undefined;
604
+ forOf?: boolean | undefined;
605
+ globalThis?: boolean | undefined;
606
+ nodePrefixForCoreModules?: boolean | undefined;
607
+ templateLiteral?: boolean | undefined;
608
+ }, {
609
+ module?: boolean | undefined;
610
+ dynamicImport?: boolean | undefined;
611
+ optionalChaining?: boolean | undefined;
612
+ arrowFunction?: boolean | undefined;
613
+ asyncFunction?: boolean | undefined;
614
+ bigIntLiteral?: boolean | undefined;
615
+ const?: boolean | undefined;
616
+ destructuring?: boolean | undefined;
617
+ document?: boolean | undefined;
618
+ dynamicImportInWorker?: boolean | undefined;
619
+ forOf?: boolean | undefined;
620
+ globalThis?: boolean | undefined;
621
+ nodePrefixForCoreModules?: boolean | undefined;
622
+ templateLiteral?: boolean | undefined;
623
+ }>>;
624
+ compareBeforeEmit: z.ZodOptional<z.ZodBoolean>;
625
+ }, "strict", z.ZodTypeAny, {
626
+ module?: boolean | undefined;
627
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
628
+ environment?: {
629
+ module?: boolean | undefined;
630
+ dynamicImport?: boolean | undefined;
631
+ optionalChaining?: boolean | undefined;
632
+ arrowFunction?: boolean | undefined;
633
+ asyncFunction?: boolean | undefined;
634
+ bigIntLiteral?: boolean | undefined;
635
+ const?: boolean | undefined;
636
+ destructuring?: boolean | undefined;
637
+ document?: boolean | undefined;
638
+ dynamicImportInWorker?: boolean | undefined;
639
+ forOf?: boolean | undefined;
640
+ globalThis?: boolean | undefined;
641
+ nodePrefixForCoreModules?: boolean | undefined;
642
+ templateLiteral?: boolean | undefined;
643
+ } | undefined;
644
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
645
+ chunkFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
646
+ chunkLoading?: string | false | undefined;
647
+ asyncChunks?: boolean | undefined;
648
+ library?: string | string[] | {
649
+ commonjs?: string | undefined;
650
+ amd?: string | undefined;
651
+ root?: string | string[] | undefined;
652
+ } | {
653
+ type: string;
654
+ name?: string | string[] | {
655
+ commonjs?: string | undefined;
656
+ amd?: string | undefined;
657
+ root?: string | string[] | undefined;
658
+ } | undefined;
659
+ amdContainer?: string | undefined;
660
+ auxiliaryComment?: string | {
661
+ commonjs?: string | undefined;
662
+ commonjs2?: string | undefined;
663
+ amd?: string | undefined;
664
+ root?: string | undefined;
665
+ } | undefined;
666
+ export?: string | string[] | undefined;
667
+ umdNamedDefine?: boolean | undefined;
668
+ } | undefined;
669
+ path?: string | undefined;
670
+ wasmLoading?: string | false | undefined;
671
+ cssHeadDataCompression?: boolean | undefined;
672
+ auxiliaryComment?: string | {
673
+ commonjs?: string | undefined;
674
+ commonjs2?: string | undefined;
675
+ amd?: string | undefined;
676
+ root?: string | undefined;
677
+ } | undefined;
678
+ umdNamedDefine?: boolean | undefined;
679
+ pathinfo?: boolean | "verbose" | undefined;
680
+ clean?: boolean | {
681
+ keep?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | undefined;
682
+ } | undefined;
683
+ crossOriginLoading?: false | "anonymous" | "use-credentials" | undefined;
684
+ cssFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
685
+ cssChunkFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
686
+ hotUpdateMainFilename?: string | undefined;
687
+ hotUpdateChunkFilename?: string | undefined;
688
+ hotUpdateGlobal?: string | undefined;
689
+ assetModuleFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
690
+ uniqueName?: string | undefined;
691
+ chunkLoadingGlobal?: string | undefined;
692
+ enabledLibraryTypes?: string[] | undefined;
693
+ libraryExport?: string | string[] | undefined;
694
+ libraryTarget?: string | undefined;
695
+ strictModuleExceptionHandling?: boolean | undefined;
696
+ strictModuleErrorHandling?: boolean | undefined;
697
+ globalObject?: string | undefined;
698
+ importFunctionName?: string | undefined;
699
+ importMetaName?: string | undefined;
700
+ iife?: boolean | undefined;
701
+ enabledWasmLoadingTypes?: string[] | undefined;
702
+ webassemblyModuleFilename?: string | undefined;
703
+ chunkFormat?: string | false | undefined;
704
+ enabledChunkLoadingTypes?: string[] | undefined;
705
+ trustedTypes?: string | true | {
706
+ policyName?: string | undefined;
707
+ onPolicyCreationFailure?: "continue" | "stop" | undefined;
708
+ } | undefined;
709
+ sourceMapFilename?: string | undefined;
710
+ hashDigest?: string | undefined;
711
+ hashDigestLength?: number | undefined;
712
+ hashFunction?: "md4" | "xxhash64" | undefined;
713
+ hashSalt?: string | undefined;
714
+ workerChunkLoading?: string | false | undefined;
715
+ workerWasmLoading?: string | false | undefined;
716
+ workerPublicPath?: string | undefined;
717
+ scriptType?: false | "module" | "text/javascript" | undefined;
718
+ devtoolNamespace?: string | undefined;
719
+ devtoolModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
720
+ devtoolFallbackModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
721
+ chunkLoadTimeout?: number | undefined;
722
+ charset?: boolean | undefined;
723
+ compareBeforeEmit?: boolean | undefined;
724
+ }, {
725
+ module?: boolean | undefined;
726
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
727
+ environment?: {
728
+ module?: boolean | undefined;
729
+ dynamicImport?: boolean | undefined;
730
+ optionalChaining?: boolean | undefined;
731
+ arrowFunction?: boolean | undefined;
732
+ asyncFunction?: boolean | undefined;
733
+ bigIntLiteral?: boolean | undefined;
734
+ const?: boolean | undefined;
735
+ destructuring?: boolean | undefined;
736
+ document?: boolean | undefined;
737
+ dynamicImportInWorker?: boolean | undefined;
738
+ forOf?: boolean | undefined;
739
+ globalThis?: boolean | undefined;
740
+ nodePrefixForCoreModules?: boolean | undefined;
741
+ templateLiteral?: boolean | undefined;
742
+ } | undefined;
743
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
744
+ chunkFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
745
+ chunkLoading?: string | false | undefined;
746
+ asyncChunks?: boolean | undefined;
747
+ library?: string | string[] | {
748
+ commonjs?: string | undefined;
749
+ amd?: string | undefined;
750
+ root?: string | string[] | undefined;
751
+ } | {
752
+ type: string;
753
+ name?: string | string[] | {
754
+ commonjs?: string | undefined;
755
+ amd?: string | undefined;
756
+ root?: string | string[] | undefined;
757
+ } | undefined;
758
+ amdContainer?: string | undefined;
759
+ auxiliaryComment?: string | {
760
+ commonjs?: string | undefined;
761
+ commonjs2?: string | undefined;
762
+ amd?: string | undefined;
763
+ root?: string | undefined;
764
+ } | undefined;
765
+ export?: string | string[] | undefined;
766
+ umdNamedDefine?: boolean | undefined;
767
+ } | undefined;
768
+ path?: string | undefined;
769
+ wasmLoading?: string | false | undefined;
770
+ cssHeadDataCompression?: boolean | undefined;
771
+ auxiliaryComment?: string | {
772
+ commonjs?: string | undefined;
773
+ commonjs2?: string | undefined;
774
+ amd?: string | undefined;
775
+ root?: string | undefined;
776
+ } | undefined;
777
+ umdNamedDefine?: boolean | undefined;
778
+ pathinfo?: boolean | "verbose" | undefined;
779
+ clean?: boolean | {
780
+ keep?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | undefined;
781
+ } | undefined;
782
+ crossOriginLoading?: false | "anonymous" | "use-credentials" | undefined;
783
+ cssFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
784
+ cssChunkFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
785
+ hotUpdateMainFilename?: string | undefined;
786
+ hotUpdateChunkFilename?: string | undefined;
787
+ hotUpdateGlobal?: string | undefined;
788
+ assetModuleFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
789
+ uniqueName?: string | undefined;
790
+ chunkLoadingGlobal?: string | undefined;
791
+ enabledLibraryTypes?: string[] | undefined;
792
+ libraryExport?: string | string[] | undefined;
793
+ libraryTarget?: string | undefined;
794
+ strictModuleExceptionHandling?: boolean | undefined;
795
+ strictModuleErrorHandling?: boolean | undefined;
796
+ globalObject?: string | undefined;
797
+ importFunctionName?: string | undefined;
798
+ importMetaName?: string | undefined;
799
+ iife?: boolean | undefined;
800
+ enabledWasmLoadingTypes?: string[] | undefined;
801
+ webassemblyModuleFilename?: string | undefined;
802
+ chunkFormat?: string | false | undefined;
803
+ enabledChunkLoadingTypes?: string[] | undefined;
804
+ trustedTypes?: string | true | {
805
+ policyName?: string | undefined;
806
+ onPolicyCreationFailure?: "continue" | "stop" | undefined;
807
+ } | undefined;
808
+ sourceMapFilename?: string | undefined;
809
+ hashDigest?: string | undefined;
810
+ hashDigestLength?: number | undefined;
811
+ hashFunction?: "md4" | "xxhash64" | undefined;
812
+ hashSalt?: string | undefined;
813
+ workerChunkLoading?: string | false | undefined;
814
+ workerWasmLoading?: string | false | undefined;
815
+ workerPublicPath?: string | undefined;
816
+ scriptType?: false | "module" | "text/javascript" | undefined;
817
+ devtoolNamespace?: string | undefined;
818
+ devtoolModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
819
+ devtoolFallbackModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
820
+ chunkLoadTimeout?: number | undefined;
821
+ charset?: boolean | undefined;
822
+ compareBeforeEmit?: boolean | undefined;
823
+ }>>;
824
+ target: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodEnum<["web", "webworker", "es3", "es5", "es2015", "es2016", "es2017", "es2018", "es2019", "es2020", "es2021", "es2022"]>, z.ZodLiteral<"node">, z.ZodLiteral<"async-node">, z.ZodType<`node${number}`, z.ZodTypeDef, `node${number}`>, z.ZodType<`async-node${number}`, z.ZodTypeDef, `async-node${number}`>, z.ZodType<`node${number}.${number}`, z.ZodTypeDef, `node${number}.${number}`>, z.ZodType<`async-node${number}.${number}`, z.ZodTypeDef, `async-node${number}.${number}`>, z.ZodLiteral<"electron-main">, z.ZodType<`electron${number}-main`, z.ZodTypeDef, `electron${number}-main`>, z.ZodType<`electron${number}.${number}-main`, z.ZodTypeDef, `electron${number}.${number}-main`>, z.ZodLiteral<"electron-renderer">, z.ZodType<`electron${number}-renderer`, z.ZodTypeDef, `electron${number}-renderer`>, z.ZodType<`electron${number}.${number}-renderer`, z.ZodTypeDef, `electron${number}.${number}-renderer`>, z.ZodLiteral<"electron-preload">, z.ZodType<`electron${number}-preload`, z.ZodTypeDef, `electron${number}-preload`>, z.ZodType<`electron${number}.${number}-preload`, z.ZodTypeDef, `electron${number}.${number}-preload`>, z.ZodLiteral<"nwjs">, z.ZodType<`nwjs${number}`, z.ZodTypeDef, `nwjs${number}`>, z.ZodType<`nwjs${number}.${number}`, z.ZodTypeDef, `nwjs${number}.${number}`>, z.ZodLiteral<"node-webkit">, z.ZodType<`node-webkit${number}`, z.ZodTypeDef, `node-webkit${number}`>, z.ZodType<`node-webkit${number}.${number}`, z.ZodTypeDef, `node-webkit${number}.${number}`>, z.ZodLiteral<"browserslist">, z.ZodType<`browserslist:${string}`, z.ZodTypeDef, `browserslist:${string}`>]>, z.ZodArray<z.ZodUnion<[z.ZodEnum<["web", "webworker", "es3", "es5", "es2015", "es2016", "es2017", "es2018", "es2019", "es2020", "es2021", "es2022"]>, z.ZodLiteral<"node">, z.ZodLiteral<"async-node">, z.ZodType<`node${number}`, z.ZodTypeDef, `node${number}`>, z.ZodType<`async-node${number}`, z.ZodTypeDef, `async-node${number}`>, z.ZodType<`node${number}.${number}`, z.ZodTypeDef, `node${number}.${number}`>, z.ZodType<`async-node${number}.${number}`, z.ZodTypeDef, `async-node${number}.${number}`>, z.ZodLiteral<"electron-main">, z.ZodType<`electron${number}-main`, z.ZodTypeDef, `electron${number}-main`>, z.ZodType<`electron${number}.${number}-main`, z.ZodTypeDef, `electron${number}.${number}-main`>, z.ZodLiteral<"electron-renderer">, z.ZodType<`electron${number}-renderer`, z.ZodTypeDef, `electron${number}-renderer`>, z.ZodType<`electron${number}.${number}-renderer`, z.ZodTypeDef, `electron${number}.${number}-renderer`>, z.ZodLiteral<"electron-preload">, z.ZodType<`electron${number}-preload`, z.ZodTypeDef, `electron${number}-preload`>, z.ZodType<`electron${number}.${number}-preload`, z.ZodTypeDef, `electron${number}.${number}-preload`>, z.ZodLiteral<"nwjs">, z.ZodType<`nwjs${number}`, z.ZodTypeDef, `nwjs${number}`>, z.ZodType<`nwjs${number}.${number}`, z.ZodTypeDef, `nwjs${number}.${number}`>, z.ZodLiteral<"node-webkit">, z.ZodType<`node-webkit${number}`, z.ZodTypeDef, `node-webkit${number}`>, z.ZodType<`node-webkit${number}.${number}`, z.ZodTypeDef, `node-webkit${number}.${number}`>, z.ZodLiteral<"browserslist">, z.ZodType<`browserslist:${string}`, z.ZodTypeDef, `browserslist:${string}`>]>, "many">]>>;
825
+ mode: z.ZodOptional<z.ZodEnum<["development", "production", "none"]>>;
826
+ experiments: z.ZodOptional<z.ZodObject<{
827
+ cache: z.ZodUnion<[z.ZodOptional<z.ZodBoolean>, z.ZodUnion<[z.ZodObject<{
828
+ type: z.ZodEnum<["memory"]>;
829
+ }, "strip", z.ZodTypeAny, {
830
+ type: "memory";
831
+ }, {
832
+ type: "memory";
833
+ }>, z.ZodObject<{
834
+ type: z.ZodEnum<["persistent"]>;
835
+ buildDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
836
+ version: z.ZodOptional<z.ZodString>;
837
+ snapshot: z.ZodOptional<z.ZodObject<{
838
+ immutablePaths: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
839
+ unmanagedPaths: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
840
+ managedPaths: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
841
+ }, "strip", z.ZodTypeAny, {
842
+ immutablePaths?: (string | RegExp)[] | undefined;
843
+ unmanagedPaths?: (string | RegExp)[] | undefined;
844
+ managedPaths?: (string | RegExp)[] | undefined;
845
+ }, {
846
+ immutablePaths?: (string | RegExp)[] | undefined;
847
+ unmanagedPaths?: (string | RegExp)[] | undefined;
848
+ managedPaths?: (string | RegExp)[] | undefined;
849
+ }>>;
850
+ storage: z.ZodOptional<z.ZodObject<{
851
+ type: z.ZodEnum<["filesystem"]>;
852
+ directory: z.ZodOptional<z.ZodString>;
853
+ }, "strip", z.ZodTypeAny, {
854
+ type: "filesystem";
855
+ directory?: string | undefined;
856
+ }, {
857
+ type: "filesystem";
858
+ directory?: string | undefined;
859
+ }>>;
860
+ }, "strip", z.ZodTypeAny, {
861
+ type: "persistent";
862
+ version?: string | undefined;
863
+ buildDependencies?: string[] | undefined;
864
+ snapshot?: {
865
+ immutablePaths?: (string | RegExp)[] | undefined;
866
+ unmanagedPaths?: (string | RegExp)[] | undefined;
867
+ managedPaths?: (string | RegExp)[] | undefined;
868
+ } | undefined;
869
+ storage?: {
870
+ type: "filesystem";
871
+ directory?: string | undefined;
872
+ } | undefined;
873
+ }, {
874
+ type: "persistent";
875
+ version?: string | undefined;
876
+ buildDependencies?: string[] | undefined;
877
+ snapshot?: {
878
+ immutablePaths?: (string | RegExp)[] | undefined;
879
+ unmanagedPaths?: (string | RegExp)[] | undefined;
880
+ managedPaths?: (string | RegExp)[] | undefined;
881
+ } | undefined;
882
+ storage?: {
883
+ type: "filesystem";
884
+ directory?: string | undefined;
885
+ } | undefined;
886
+ }>]>]>;
887
+ lazyCompilation: z.ZodUnion<[z.ZodOptional<z.ZodBoolean>, z.ZodObject<{
888
+ imports: z.ZodOptional<z.ZodBoolean>;
889
+ entries: z.ZodOptional<z.ZodBoolean>;
890
+ test: z.ZodOptional<z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodFunction<z.ZodTuple<[z.ZodType<Module, z.ZodTypeDef, Module>], z.ZodUnknown>, z.ZodBoolean>]>>;
891
+ client: z.ZodOptional<z.ZodString>;
892
+ serverUrl: z.ZodOptional<z.ZodString>;
893
+ prefix: z.ZodOptional<z.ZodString>;
894
+ }, "strip", z.ZodTypeAny, {
895
+ entries?: boolean | undefined;
896
+ prefix?: string | undefined;
897
+ test?: RegExp | ((args_0: Module, ...args: unknown[]) => boolean) | undefined;
898
+ serverUrl?: string | undefined;
899
+ imports?: boolean | undefined;
900
+ client?: string | undefined;
901
+ }, {
902
+ entries?: boolean | undefined;
903
+ prefix?: string | undefined;
904
+ test?: RegExp | ((args_0: Module, ...args: unknown[]) => boolean) | undefined;
905
+ serverUrl?: string | undefined;
906
+ imports?: boolean | undefined;
907
+ client?: string | undefined;
908
+ }>]>;
909
+ asyncWebAssembly: z.ZodOptional<z.ZodBoolean>;
910
+ outputModule: z.ZodOptional<z.ZodBoolean>;
911
+ topLevelAwait: z.ZodOptional<z.ZodBoolean>;
912
+ css: z.ZodOptional<z.ZodBoolean>;
913
+ layers: z.ZodOptional<z.ZodBoolean>;
914
+ incremental: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"safe">]>, z.ZodLiteral<"advance">]>, z.ZodLiteral<"advance-silent">]>, z.ZodObject<{
915
+ make: z.ZodOptional<z.ZodBoolean>;
916
+ inferAsyncModules: z.ZodOptional<z.ZodBoolean>;
917
+ providedExports: z.ZodOptional<z.ZodBoolean>;
918
+ dependenciesDiagnostics: z.ZodOptional<z.ZodBoolean>;
919
+ sideEffects: z.ZodOptional<z.ZodBoolean>;
920
+ buildChunkGraph: z.ZodOptional<z.ZodBoolean>;
921
+ moduleIds: z.ZodOptional<z.ZodBoolean>;
922
+ chunkIds: z.ZodOptional<z.ZodBoolean>;
923
+ modulesHashes: z.ZodOptional<z.ZodBoolean>;
924
+ modulesCodegen: z.ZodOptional<z.ZodBoolean>;
925
+ modulesRuntimeRequirements: z.ZodOptional<z.ZodBoolean>;
926
+ chunksRuntimeRequirements: z.ZodOptional<z.ZodBoolean>;
927
+ chunksHashes: z.ZodOptional<z.ZodBoolean>;
928
+ chunksRender: z.ZodOptional<z.ZodBoolean>;
929
+ emitAssets: z.ZodOptional<z.ZodBoolean>;
930
+ }, "strict", z.ZodTypeAny, {
931
+ providedExports?: boolean | undefined;
932
+ make?: boolean | undefined;
933
+ emitAssets?: boolean | undefined;
934
+ sideEffects?: boolean | undefined;
935
+ moduleIds?: boolean | undefined;
936
+ chunkIds?: boolean | undefined;
937
+ inferAsyncModules?: boolean | undefined;
938
+ dependenciesDiagnostics?: boolean | undefined;
939
+ buildChunkGraph?: boolean | undefined;
940
+ modulesHashes?: boolean | undefined;
941
+ modulesCodegen?: boolean | undefined;
942
+ modulesRuntimeRequirements?: boolean | undefined;
943
+ chunksRuntimeRequirements?: boolean | undefined;
944
+ chunksHashes?: boolean | undefined;
945
+ chunksRender?: boolean | undefined;
946
+ }, {
947
+ providedExports?: boolean | undefined;
948
+ make?: boolean | undefined;
949
+ emitAssets?: boolean | undefined;
950
+ sideEffects?: boolean | undefined;
951
+ moduleIds?: boolean | undefined;
952
+ chunkIds?: boolean | undefined;
953
+ inferAsyncModules?: boolean | undefined;
954
+ dependenciesDiagnostics?: boolean | undefined;
955
+ buildChunkGraph?: boolean | undefined;
956
+ modulesHashes?: boolean | undefined;
957
+ modulesCodegen?: boolean | undefined;
958
+ modulesRuntimeRequirements?: boolean | undefined;
959
+ chunksRuntimeRequirements?: boolean | undefined;
960
+ chunksHashes?: boolean | undefined;
961
+ chunksRender?: boolean | undefined;
962
+ }>]>>;
963
+ parallelCodeSplitting: z.ZodOptional<z.ZodBoolean>;
964
+ futureDefaults: z.ZodOptional<z.ZodBoolean>;
965
+ rspackFuture: z.ZodOptional<z.ZodObject<{
966
+ bundlerInfo: z.ZodOptional<z.ZodObject<{
967
+ version: z.ZodOptional<z.ZodString>;
968
+ bundler: z.ZodOptional<z.ZodString>;
969
+ force: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["version", "uniqueId"]>, "many">]>>;
970
+ }, "strict", z.ZodTypeAny, {
971
+ version?: string | undefined;
972
+ force?: boolean | ("version" | "uniqueId")[] | undefined;
973
+ bundler?: string | undefined;
974
+ }, {
975
+ version?: string | undefined;
976
+ force?: boolean | ("version" | "uniqueId")[] | undefined;
977
+ bundler?: string | undefined;
978
+ }>>;
979
+ }, "strict", z.ZodTypeAny, {
980
+ bundlerInfo?: {
981
+ version?: string | undefined;
982
+ force?: boolean | ("version" | "uniqueId")[] | undefined;
983
+ bundler?: string | undefined;
984
+ } | undefined;
985
+ }, {
986
+ bundlerInfo?: {
987
+ version?: string | undefined;
988
+ force?: boolean | ("version" | "uniqueId")[] | undefined;
989
+ bundler?: string | undefined;
990
+ } | undefined;
991
+ }>>;
992
+ buildHttp: z.ZodOptional<z.ZodObject<{
993
+ allowedUris: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">;
994
+ lockfileLocation: z.ZodOptional<z.ZodString>;
995
+ cacheLocation: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
996
+ upgrade: z.ZodOptional<z.ZodBoolean>;
997
+ httpClient: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>], z.ZodUnknown>, z.ZodPromise<z.ZodObject<{
998
+ status: z.ZodNumber;
999
+ headers: z.ZodRecord<z.ZodString, z.ZodString>;
1000
+ body: z.ZodType<Buffer<ArrayBufferLike>, z.ZodTypeDef, Buffer<ArrayBufferLike>>;
1001
+ }, "strip", z.ZodTypeAny, {
1002
+ status: number;
1003
+ body: Buffer<ArrayBufferLike>;
1004
+ headers: Record<string, string>;
1005
+ }, {
1006
+ status: number;
1007
+ body: Buffer<ArrayBufferLike>;
1008
+ headers: Record<string, string>;
1009
+ }>>>>;
1010
+ }, "strip", z.ZodTypeAny, {
1011
+ allowedUris: (string | RegExp)[];
1012
+ httpClient?: ((args_0: string, args_1: Record<string, string>, ...args: unknown[]) => Promise<{
1013
+ status: number;
1014
+ body: Buffer<ArrayBufferLike>;
1015
+ headers: Record<string, string>;
1016
+ }>) | undefined;
1017
+ upgrade?: boolean | undefined;
1018
+ lockfileLocation?: string | undefined;
1019
+ cacheLocation?: string | false | undefined;
1020
+ }, {
1021
+ allowedUris: (string | RegExp)[];
1022
+ httpClient?: ((args_0: string, args_1: Record<string, string>, ...args: unknown[]) => Promise<{
1023
+ status: number;
1024
+ body: Buffer<ArrayBufferLike>;
1025
+ headers: Record<string, string>;
1026
+ }>) | undefined;
1027
+ upgrade?: boolean | undefined;
1028
+ lockfileLocation?: string | undefined;
1029
+ cacheLocation?: string | false | undefined;
1030
+ }>>;
1031
+ parallelLoader: z.ZodOptional<z.ZodBoolean>;
1032
+ }, "strict", z.ZodTypeAny, {
1033
+ css?: boolean | undefined;
1034
+ topLevelAwait?: boolean | undefined;
1035
+ cache?: boolean | {
1036
+ type: "memory";
1037
+ } | {
1038
+ type: "persistent";
1039
+ version?: string | undefined;
1040
+ buildDependencies?: string[] | undefined;
1041
+ snapshot?: {
1042
+ immutablePaths?: (string | RegExp)[] | undefined;
1043
+ unmanagedPaths?: (string | RegExp)[] | undefined;
1044
+ managedPaths?: (string | RegExp)[] | undefined;
1045
+ } | undefined;
1046
+ storage?: {
1047
+ type: "filesystem";
1048
+ directory?: string | undefined;
1049
+ } | undefined;
1050
+ } | undefined;
1051
+ lazyCompilation?: boolean | {
1052
+ entries?: boolean | undefined;
1053
+ prefix?: string | undefined;
1054
+ test?: RegExp | ((args_0: Module, ...args: unknown[]) => boolean) | undefined;
1055
+ serverUrl?: string | undefined;
1056
+ imports?: boolean | undefined;
1057
+ client?: string | undefined;
1058
+ } | undefined;
1059
+ asyncWebAssembly?: boolean | undefined;
1060
+ outputModule?: boolean | undefined;
1061
+ layers?: boolean | undefined;
1062
+ incremental?: boolean | "safe" | "advance" | "advance-silent" | {
1063
+ providedExports?: boolean | undefined;
1064
+ make?: boolean | undefined;
1065
+ emitAssets?: boolean | undefined;
1066
+ sideEffects?: boolean | undefined;
1067
+ moduleIds?: boolean | undefined;
1068
+ chunkIds?: boolean | undefined;
1069
+ inferAsyncModules?: boolean | undefined;
1070
+ dependenciesDiagnostics?: boolean | undefined;
1071
+ buildChunkGraph?: boolean | undefined;
1072
+ modulesHashes?: boolean | undefined;
1073
+ modulesCodegen?: boolean | undefined;
1074
+ modulesRuntimeRequirements?: boolean | undefined;
1075
+ chunksRuntimeRequirements?: boolean | undefined;
1076
+ chunksHashes?: boolean | undefined;
1077
+ chunksRender?: boolean | undefined;
1078
+ } | undefined;
1079
+ parallelCodeSplitting?: boolean | undefined;
1080
+ futureDefaults?: boolean | undefined;
1081
+ rspackFuture?: {
1082
+ bundlerInfo?: {
1083
+ version?: string | undefined;
1084
+ force?: boolean | ("version" | "uniqueId")[] | undefined;
1085
+ bundler?: string | undefined;
1086
+ } | undefined;
1087
+ } | undefined;
1088
+ buildHttp?: {
1089
+ allowedUris: (string | RegExp)[];
1090
+ httpClient?: ((args_0: string, args_1: Record<string, string>, ...args: unknown[]) => Promise<{
1091
+ status: number;
1092
+ body: Buffer<ArrayBufferLike>;
1093
+ headers: Record<string, string>;
1094
+ }>) | undefined;
1095
+ upgrade?: boolean | undefined;
1096
+ lockfileLocation?: string | undefined;
1097
+ cacheLocation?: string | false | undefined;
1098
+ } | undefined;
1099
+ parallelLoader?: boolean | undefined;
1100
+ }, {
1101
+ css?: boolean | undefined;
1102
+ topLevelAwait?: boolean | undefined;
1103
+ cache?: boolean | {
1104
+ type: "memory";
1105
+ } | {
1106
+ type: "persistent";
1107
+ version?: string | undefined;
1108
+ buildDependencies?: string[] | undefined;
1109
+ snapshot?: {
1110
+ immutablePaths?: (string | RegExp)[] | undefined;
1111
+ unmanagedPaths?: (string | RegExp)[] | undefined;
1112
+ managedPaths?: (string | RegExp)[] | undefined;
1113
+ } | undefined;
1114
+ storage?: {
1115
+ type: "filesystem";
1116
+ directory?: string | undefined;
1117
+ } | undefined;
1118
+ } | undefined;
1119
+ lazyCompilation?: boolean | {
1120
+ entries?: boolean | undefined;
1121
+ prefix?: string | undefined;
1122
+ test?: RegExp | ((args_0: Module, ...args: unknown[]) => boolean) | undefined;
1123
+ serverUrl?: string | undefined;
1124
+ imports?: boolean | undefined;
1125
+ client?: string | undefined;
1126
+ } | undefined;
1127
+ asyncWebAssembly?: boolean | undefined;
1128
+ outputModule?: boolean | undefined;
1129
+ layers?: boolean | undefined;
1130
+ incremental?: boolean | "safe" | "advance" | "advance-silent" | {
1131
+ providedExports?: boolean | undefined;
1132
+ make?: boolean | undefined;
1133
+ emitAssets?: boolean | undefined;
1134
+ sideEffects?: boolean | undefined;
1135
+ moduleIds?: boolean | undefined;
1136
+ chunkIds?: boolean | undefined;
1137
+ inferAsyncModules?: boolean | undefined;
1138
+ dependenciesDiagnostics?: boolean | undefined;
1139
+ buildChunkGraph?: boolean | undefined;
1140
+ modulesHashes?: boolean | undefined;
1141
+ modulesCodegen?: boolean | undefined;
1142
+ modulesRuntimeRequirements?: boolean | undefined;
1143
+ chunksRuntimeRequirements?: boolean | undefined;
1144
+ chunksHashes?: boolean | undefined;
1145
+ chunksRender?: boolean | undefined;
1146
+ } | undefined;
1147
+ parallelCodeSplitting?: boolean | undefined;
1148
+ futureDefaults?: boolean | undefined;
1149
+ rspackFuture?: {
1150
+ bundlerInfo?: {
1151
+ version?: string | undefined;
1152
+ force?: boolean | ("version" | "uniqueId")[] | undefined;
1153
+ bundler?: string | undefined;
1154
+ } | undefined;
1155
+ } | undefined;
1156
+ buildHttp?: {
1157
+ allowedUris: (string | RegExp)[];
1158
+ httpClient?: ((args_0: string, args_1: Record<string, string>, ...args: unknown[]) => Promise<{
1159
+ status: number;
1160
+ body: Buffer<ArrayBufferLike>;
1161
+ headers: Record<string, string>;
1162
+ }>) | undefined;
1163
+ upgrade?: boolean | undefined;
1164
+ lockfileLocation?: string | undefined;
1165
+ cacheLocation?: string | false | undefined;
1166
+ } | undefined;
1167
+ parallelLoader?: boolean | undefined;
1168
+ }>>;
1169
+ externals: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodArray<z.ZodString, "many">]>, ZodRspackCrossChecker<t.ExternalItemUmdValue | t.ExternalItemObjectValue>]>>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<t.ExternalItemFunctionData, z.ZodTypeDef, t.ExternalItemFunctionData>, z.ZodFunction<z.ZodTuple<[z.ZodOptional<z.ZodType<Error, z.ZodTypeDef, Error>>, z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodArray<z.ZodString, "many">]>, ZodRspackCrossChecker<t.ExternalItemUmdValue | t.ExternalItemObjectValue>]>>, z.ZodOptional<z.ZodEnum<["var", "module", "assign", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system", "promise", "import", "module-import", "script", "node-commonjs", "commonjs-import"]>>], z.ZodUnknown>, z.ZodVoid>], z.ZodUnknown>, z.ZodUnknown>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<t.ExternalItemFunctionData, z.ZodTypeDef, t.ExternalItemFunctionData>], z.ZodUnknown>, z.ZodPromise<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodArray<z.ZodString, "many">]>, ZodRspackCrossChecker<t.ExternalItemUmdValue | t.ExternalItemObjectValue>]>>>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<t.ExternalItemFunctionData, z.ZodTypeDef, t.ExternalItemFunctionData>], z.ZodUnknown>, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodArray<z.ZodString, "many">]>, ZodRspackCrossChecker<t.ExternalItemUmdValue | t.ExternalItemObjectValue>]>>]>, "many">, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodArray<z.ZodString, "many">]>, ZodRspackCrossChecker<t.ExternalItemUmdValue | t.ExternalItemObjectValue>]>>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<t.ExternalItemFunctionData, z.ZodTypeDef, t.ExternalItemFunctionData>, z.ZodFunction<z.ZodTuple<[z.ZodOptional<z.ZodType<Error, z.ZodTypeDef, Error>>, z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodArray<z.ZodString, "many">]>, ZodRspackCrossChecker<t.ExternalItemUmdValue | t.ExternalItemObjectValue>]>>, z.ZodOptional<z.ZodEnum<["var", "module", "assign", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system", "promise", "import", "module-import", "script", "node-commonjs", "commonjs-import"]>>], z.ZodUnknown>, z.ZodVoid>], z.ZodUnknown>, z.ZodUnknown>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<t.ExternalItemFunctionData, z.ZodTypeDef, t.ExternalItemFunctionData>], z.ZodUnknown>, z.ZodPromise<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodArray<z.ZodString, "many">]>, ZodRspackCrossChecker<t.ExternalItemUmdValue | t.ExternalItemObjectValue>]>>>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<t.ExternalItemFunctionData, z.ZodTypeDef, t.ExternalItemFunctionData>], z.ZodUnknown>, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodArray<z.ZodString, "many">]>, ZodRspackCrossChecker<t.ExternalItemUmdValue | t.ExternalItemObjectValue>]>>]>]>>;
1170
+ externalsType: z.ZodOptional<z.ZodEnum<["var", "module", "assign", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system", "promise", "import", "module-import", "script", "node-commonjs", "commonjs-import"]>>;
1171
+ externalsPresets: z.ZodOptional<z.ZodObject<{
1172
+ node: z.ZodOptional<z.ZodBoolean>;
1173
+ web: z.ZodOptional<z.ZodBoolean>;
1174
+ webAsync: z.ZodOptional<z.ZodBoolean>;
1175
+ electron: z.ZodOptional<z.ZodBoolean>;
1176
+ electronMain: z.ZodOptional<z.ZodBoolean>;
1177
+ electronPreload: z.ZodOptional<z.ZodBoolean>;
1178
+ electronRenderer: z.ZodOptional<z.ZodBoolean>;
1179
+ nwjs: z.ZodOptional<z.ZodBoolean>;
1180
+ }, "strict", z.ZodTypeAny, {
1181
+ node?: boolean | undefined;
1182
+ web?: boolean | undefined;
1183
+ nwjs?: boolean | undefined;
1184
+ webAsync?: boolean | undefined;
1185
+ electron?: boolean | undefined;
1186
+ electronMain?: boolean | undefined;
1187
+ electronPreload?: boolean | undefined;
1188
+ electronRenderer?: boolean | undefined;
1189
+ }, {
1190
+ node?: boolean | undefined;
1191
+ web?: boolean | undefined;
1192
+ nwjs?: boolean | undefined;
1193
+ webAsync?: boolean | undefined;
1194
+ electron?: boolean | undefined;
1195
+ electronMain?: boolean | undefined;
1196
+ electronPreload?: boolean | undefined;
1197
+ electronRenderer?: boolean | undefined;
1198
+ }>>;
1199
+ infrastructureLogging: z.ZodOptional<z.ZodObject<{
1200
+ appendOnly: z.ZodOptional<z.ZodBoolean>;
1201
+ colors: z.ZodOptional<z.ZodBoolean>;
1202
+ console: z.ZodOptional<z.ZodType<Console, z.ZodTypeDef, Console>>;
1203
+ debug: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodString]>, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>]>, "many">, z.ZodUnion<[z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodString]>, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>]>]>]>>;
1204
+ level: z.ZodOptional<z.ZodEnum<["none", "error", "warn", "info", "log", "verbose"]>>;
1205
+ stream: z.ZodOptional<z.ZodType<NodeJS.WritableStream, z.ZodTypeDef, NodeJS.WritableStream>>;
1206
+ }, "strict", z.ZodTypeAny, {
1207
+ colors?: boolean | undefined;
1208
+ debug?: string | boolean | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
1209
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
1210
+ console?: Console | undefined;
1211
+ appendOnly?: boolean | undefined;
1212
+ stream?: NodeJS.WritableStream | undefined;
1213
+ }, {
1214
+ colors?: boolean | undefined;
1215
+ debug?: string | boolean | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
1216
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
1217
+ console?: Console | undefined;
1218
+ appendOnly?: boolean | undefined;
1219
+ stream?: NodeJS.WritableStream | undefined;
1220
+ }>>;
1221
+ cache: z.ZodOptional<z.ZodBoolean>;
1222
+ context: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1223
+ devtool: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodEnum<["eval", "cheap-source-map", "cheap-module-source-map", "source-map", "inline-cheap-source-map", "inline-cheap-module-source-map", "inline-source-map", "inline-nosources-cheap-source-map", "inline-nosources-cheap-module-source-map", "inline-nosources-source-map", "nosources-cheap-source-map", "nosources-cheap-module-source-map", "nosources-source-map", "hidden-nosources-cheap-source-map", "hidden-nosources-cheap-module-source-map", "hidden-nosources-source-map", "hidden-cheap-source-map", "hidden-cheap-module-source-map", "hidden-source-map", "eval-cheap-source-map", "eval-cheap-module-source-map", "eval-source-map", "eval-nosources-cheap-source-map", "eval-nosources-cheap-module-source-map", "eval-nosources-source-map"]>]>>;
1224
+ node: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodObject<{
1225
+ __dirname: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["warn-mock", "mock", "eval-only", "node-module"]>]>>;
1226
+ __filename: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["warn-mock", "mock", "eval-only", "node-module"]>]>>;
1227
+ global: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"warn">]>>;
1228
+ }, "strict", z.ZodTypeAny, {
1229
+ global?: boolean | "warn" | undefined;
1230
+ __dirname?: boolean | "warn-mock" | "mock" | "eval-only" | "node-module" | undefined;
1231
+ __filename?: boolean | "warn-mock" | "mock" | "eval-only" | "node-module" | undefined;
1232
+ }, {
1233
+ global?: boolean | "warn" | undefined;
1234
+ __dirname?: boolean | "warn-mock" | "mock" | "eval-only" | "node-module" | undefined;
1235
+ __filename?: boolean | "warn-mock" | "mock" | "eval-only" | "node-module" | undefined;
1236
+ }>]>>;
1237
+ loader: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
1238
+ ignoreWarnings: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodFunction<z.ZodTuple<[z.ZodType<Error, z.ZodTypeDef, Error>, z.ZodType<Compilation, z.ZodTypeDef, Compilation>], z.ZodUnknown>, z.ZodBoolean>]>, "many">>;
1239
+ watchOptions: z.ZodOptional<z.ZodObject<{
1240
+ aggregateTimeout: z.ZodOptional<z.ZodNumber>;
1241
+ followSymlinks: z.ZodOptional<z.ZodBoolean>;
1242
+ ignored: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodString]>>;
1243
+ poll: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>>;
1244
+ stdin: z.ZodOptional<z.ZodBoolean>;
1245
+ }, "strict", z.ZodTypeAny, {
1246
+ ignored?: string | RegExp | string[] | undefined;
1247
+ aggregateTimeout?: number | undefined;
1248
+ followSymlinks?: boolean | undefined;
1249
+ poll?: number | boolean | undefined;
1250
+ stdin?: boolean | undefined;
1251
+ }, {
1252
+ ignored?: string | RegExp | string[] | undefined;
1253
+ aggregateTimeout?: number | undefined;
1254
+ followSymlinks?: boolean | undefined;
1255
+ poll?: number | boolean | undefined;
1256
+ stdin?: boolean | undefined;
1257
+ }>>;
1258
+ watch: z.ZodOptional<z.ZodBoolean>;
1259
+ stats: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["normal", "none", "verbose", "errors-only", "errors-warnings", "minimal", "detailed", "summary"]>]>, z.ZodObject<{
1260
+ all: z.ZodOptional<z.ZodBoolean>;
1261
+ preset: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["normal", "none", "verbose", "errors-only", "errors-warnings", "minimal", "detailed", "summary"]>]>>;
1262
+ assets: z.ZodOptional<z.ZodBoolean>;
1263
+ chunks: z.ZodOptional<z.ZodBoolean>;
1264
+ modules: z.ZodOptional<z.ZodBoolean>;
1265
+ entrypoints: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"auto">]>>;
1266
+ chunkGroups: z.ZodOptional<z.ZodBoolean>;
1267
+ warnings: z.ZodOptional<z.ZodBoolean>;
1268
+ warningsCount: z.ZodOptional<z.ZodBoolean>;
1269
+ errors: z.ZodOptional<z.ZodBoolean>;
1270
+ errorsCount: z.ZodOptional<z.ZodBoolean>;
1271
+ colors: z.ZodOptional<z.ZodBoolean>;
1272
+ hash: z.ZodOptional<z.ZodBoolean>;
1273
+ version: z.ZodOptional<z.ZodBoolean>;
1274
+ reasons: z.ZodOptional<z.ZodBoolean>;
1275
+ publicPath: z.ZodOptional<z.ZodBoolean>;
1276
+ outputPath: z.ZodOptional<z.ZodBoolean>;
1277
+ chunkModules: z.ZodOptional<z.ZodBoolean>;
1278
+ chunkRelations: z.ZodOptional<z.ZodBoolean>;
1279
+ ids: z.ZodOptional<z.ZodBoolean>;
1280
+ timings: z.ZodOptional<z.ZodBoolean>;
1281
+ builtAt: z.ZodOptional<z.ZodBoolean>;
1282
+ moduleAssets: z.ZodOptional<z.ZodBoolean>;
1283
+ nestedModules: z.ZodOptional<z.ZodBoolean>;
1284
+ source: z.ZodOptional<z.ZodBoolean>;
1285
+ logging: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["none", "error", "warn", "info", "log", "verbose"]>, z.ZodBoolean]>>;
1286
+ loggingDebug: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodString]>, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>]>, "many">, z.ZodUnion<[z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodString]>, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>]>]>]>>;
1287
+ loggingTrace: z.ZodOptional<z.ZodBoolean>;
1288
+ runtimeModules: z.ZodOptional<z.ZodBoolean>;
1289
+ children: z.ZodOptional<z.ZodBoolean>;
1290
+ usedExports: z.ZodOptional<z.ZodBoolean>;
1291
+ providedExports: z.ZodOptional<z.ZodBoolean>;
1292
+ optimizationBailout: z.ZodOptional<z.ZodBoolean>;
1293
+ groupModulesByType: z.ZodOptional<z.ZodBoolean>;
1294
+ groupModulesByCacheStatus: z.ZodOptional<z.ZodBoolean>;
1295
+ groupModulesByLayer: z.ZodOptional<z.ZodBoolean>;
1296
+ groupModulesByAttributes: z.ZodOptional<z.ZodBoolean>;
1297
+ groupModulesByPath: z.ZodOptional<z.ZodBoolean>;
1298
+ groupModulesByExtension: z.ZodOptional<z.ZodBoolean>;
1299
+ modulesSpace: z.ZodOptional<z.ZodNumber>;
1300
+ chunkModulesSpace: z.ZodOptional<z.ZodNumber>;
1301
+ nestedModulesSpace: z.ZodOptional<z.ZodNumber>;
1302
+ relatedAssets: z.ZodOptional<z.ZodBoolean>;
1303
+ groupAssetsByEmitStatus: z.ZodOptional<z.ZodBoolean>;
1304
+ groupAssetsByInfo: z.ZodOptional<z.ZodBoolean>;
1305
+ groupAssetsByPath: z.ZodOptional<z.ZodBoolean>;
1306
+ groupAssetsByExtension: z.ZodOptional<z.ZodBoolean>;
1307
+ groupAssetsByChunk: z.ZodOptional<z.ZodBoolean>;
1308
+ assetsSpace: z.ZodOptional<z.ZodNumber>;
1309
+ orphanModules: z.ZodOptional<z.ZodBoolean>;
1310
+ excludeModules: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodString, z.ZodAny, z.ZodAny], null>, z.ZodBoolean>]>, "many">, z.ZodString]>, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodString, z.ZodAny, z.ZodAny], null>, z.ZodBoolean>]>, z.ZodBoolean]>>;
1311
+ excludeAssets: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodString, z.ZodAny], null>, z.ZodBoolean>]>, "many">, z.ZodString]>, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodString, z.ZodAny], null>, z.ZodBoolean>]>>;
1312
+ modulesSort: z.ZodOptional<z.ZodString>;
1313
+ chunkModulesSort: z.ZodOptional<z.ZodString>;
1314
+ nestedModulesSort: z.ZodOptional<z.ZodString>;
1315
+ chunksSort: z.ZodOptional<z.ZodString>;
1316
+ assetsSort: z.ZodOptional<z.ZodString>;
1317
+ performance: z.ZodOptional<z.ZodBoolean>;
1318
+ env: z.ZodOptional<z.ZodBoolean>;
1319
+ chunkGroupAuxiliary: z.ZodOptional<z.ZodBoolean>;
1320
+ chunkGroupChildren: z.ZodOptional<z.ZodBoolean>;
1321
+ chunkGroupMaxAssets: z.ZodOptional<z.ZodNumber>;
1322
+ dependentModules: z.ZodOptional<z.ZodBoolean>;
1323
+ chunkOrigins: z.ZodOptional<z.ZodBoolean>;
1324
+ runtime: z.ZodOptional<z.ZodBoolean>;
1325
+ depth: z.ZodOptional<z.ZodBoolean>;
1326
+ reasonsSpace: z.ZodOptional<z.ZodNumber>;
1327
+ groupReasonsByOrigin: z.ZodOptional<z.ZodBoolean>;
1328
+ errorDetails: z.ZodOptional<z.ZodBoolean>;
1329
+ errorStack: z.ZodOptional<z.ZodBoolean>;
1330
+ moduleTrace: z.ZodOptional<z.ZodBoolean>;
1331
+ cachedModules: z.ZodOptional<z.ZodBoolean>;
1332
+ cachedAssets: z.ZodOptional<z.ZodBoolean>;
1333
+ cached: z.ZodOptional<z.ZodBoolean>;
1334
+ errorsSpace: z.ZodOptional<z.ZodNumber>;
1335
+ warningsSpace: z.ZodOptional<z.ZodNumber>;
1336
+ }, "strict", z.ZodTypeAny, {
1337
+ ids?: boolean | undefined;
1338
+ runtime?: boolean | undefined;
1339
+ hash?: boolean | undefined;
1340
+ modules?: boolean | undefined;
1341
+ all?: boolean | undefined;
1342
+ preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | "minimal" | "detailed" | "summary" | undefined;
1343
+ assets?: boolean | undefined;
1344
+ chunks?: boolean | undefined;
1345
+ entrypoints?: boolean | "auto" | undefined;
1346
+ chunkGroups?: boolean | undefined;
1347
+ warnings?: boolean | undefined;
1348
+ warningsCount?: boolean | undefined;
1349
+ errors?: boolean | undefined;
1350
+ errorsCount?: boolean | undefined;
1351
+ colors?: boolean | undefined;
1352
+ version?: boolean | undefined;
1353
+ reasons?: boolean | undefined;
1354
+ publicPath?: boolean | undefined;
1355
+ outputPath?: boolean | undefined;
1356
+ chunkModules?: boolean | undefined;
1357
+ chunkRelations?: boolean | undefined;
1358
+ timings?: boolean | undefined;
1359
+ builtAt?: boolean | undefined;
1360
+ moduleAssets?: boolean | undefined;
1361
+ nestedModules?: boolean | undefined;
1362
+ source?: boolean | undefined;
1363
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
1364
+ loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
1365
+ loggingTrace?: boolean | undefined;
1366
+ runtimeModules?: boolean | undefined;
1367
+ children?: boolean | undefined;
1368
+ usedExports?: boolean | undefined;
1369
+ providedExports?: boolean | undefined;
1370
+ optimizationBailout?: boolean | undefined;
1371
+ groupModulesByType?: boolean | undefined;
1372
+ groupModulesByCacheStatus?: boolean | undefined;
1373
+ groupModulesByLayer?: boolean | undefined;
1374
+ groupModulesByAttributes?: boolean | undefined;
1375
+ groupModulesByPath?: boolean | undefined;
1376
+ groupModulesByExtension?: boolean | undefined;
1377
+ modulesSpace?: number | undefined;
1378
+ chunkModulesSpace?: number | undefined;
1379
+ nestedModulesSpace?: number | undefined;
1380
+ relatedAssets?: boolean | undefined;
1381
+ groupAssetsByEmitStatus?: boolean | undefined;
1382
+ groupAssetsByInfo?: boolean | undefined;
1383
+ groupAssetsByPath?: boolean | undefined;
1384
+ groupAssetsByExtension?: boolean | undefined;
1385
+ groupAssetsByChunk?: boolean | undefined;
1386
+ assetsSpace?: number | undefined;
1387
+ orphanModules?: boolean | undefined;
1388
+ excludeModules?: string | boolean | RegExp | ((args_0: string, args_1: any, args_2: any) => boolean) | (string | RegExp | ((args_0: string, args_1: any, args_2: any) => boolean))[] | undefined;
1389
+ excludeAssets?: string | RegExp | ((args_0: string, args_1: any) => boolean) | (string | RegExp | ((args_0: string, args_1: any) => boolean))[] | undefined;
1390
+ modulesSort?: string | undefined;
1391
+ chunkModulesSort?: string | undefined;
1392
+ nestedModulesSort?: string | undefined;
1393
+ chunksSort?: string | undefined;
1394
+ assetsSort?: string | undefined;
1395
+ performance?: boolean | undefined;
1396
+ env?: boolean | undefined;
1397
+ chunkGroupAuxiliary?: boolean | undefined;
1398
+ chunkGroupChildren?: boolean | undefined;
1399
+ chunkGroupMaxAssets?: number | undefined;
1400
+ dependentModules?: boolean | undefined;
1401
+ chunkOrigins?: boolean | undefined;
1402
+ depth?: boolean | undefined;
1403
+ reasonsSpace?: number | undefined;
1404
+ groupReasonsByOrigin?: boolean | undefined;
1405
+ errorDetails?: boolean | undefined;
1406
+ errorStack?: boolean | undefined;
1407
+ moduleTrace?: boolean | undefined;
1408
+ cachedModules?: boolean | undefined;
1409
+ cachedAssets?: boolean | undefined;
1410
+ cached?: boolean | undefined;
1411
+ errorsSpace?: number | undefined;
1412
+ warningsSpace?: number | undefined;
1413
+ }, {
1414
+ ids?: boolean | undefined;
1415
+ runtime?: boolean | undefined;
1416
+ hash?: boolean | undefined;
1417
+ modules?: boolean | undefined;
1418
+ all?: boolean | undefined;
1419
+ preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | "minimal" | "detailed" | "summary" | undefined;
1420
+ assets?: boolean | undefined;
1421
+ chunks?: boolean | undefined;
1422
+ entrypoints?: boolean | "auto" | undefined;
1423
+ chunkGroups?: boolean | undefined;
1424
+ warnings?: boolean | undefined;
1425
+ warningsCount?: boolean | undefined;
1426
+ errors?: boolean | undefined;
1427
+ errorsCount?: boolean | undefined;
1428
+ colors?: boolean | undefined;
1429
+ version?: boolean | undefined;
1430
+ reasons?: boolean | undefined;
1431
+ publicPath?: boolean | undefined;
1432
+ outputPath?: boolean | undefined;
1433
+ chunkModules?: boolean | undefined;
1434
+ chunkRelations?: boolean | undefined;
1435
+ timings?: boolean | undefined;
1436
+ builtAt?: boolean | undefined;
1437
+ moduleAssets?: boolean | undefined;
1438
+ nestedModules?: boolean | undefined;
1439
+ source?: boolean | undefined;
1440
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
1441
+ loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
1442
+ loggingTrace?: boolean | undefined;
1443
+ runtimeModules?: boolean | undefined;
1444
+ children?: boolean | undefined;
1445
+ usedExports?: boolean | undefined;
1446
+ providedExports?: boolean | undefined;
1447
+ optimizationBailout?: boolean | undefined;
1448
+ groupModulesByType?: boolean | undefined;
1449
+ groupModulesByCacheStatus?: boolean | undefined;
1450
+ groupModulesByLayer?: boolean | undefined;
1451
+ groupModulesByAttributes?: boolean | undefined;
1452
+ groupModulesByPath?: boolean | undefined;
1453
+ groupModulesByExtension?: boolean | undefined;
1454
+ modulesSpace?: number | undefined;
1455
+ chunkModulesSpace?: number | undefined;
1456
+ nestedModulesSpace?: number | undefined;
1457
+ relatedAssets?: boolean | undefined;
1458
+ groupAssetsByEmitStatus?: boolean | undefined;
1459
+ groupAssetsByInfo?: boolean | undefined;
1460
+ groupAssetsByPath?: boolean | undefined;
1461
+ groupAssetsByExtension?: boolean | undefined;
1462
+ groupAssetsByChunk?: boolean | undefined;
1463
+ assetsSpace?: number | undefined;
1464
+ orphanModules?: boolean | undefined;
1465
+ excludeModules?: string | boolean | RegExp | ((args_0: string, args_1: any, args_2: any) => boolean) | (string | RegExp | ((args_0: string, args_1: any, args_2: any) => boolean))[] | undefined;
1466
+ excludeAssets?: string | RegExp | ((args_0: string, args_1: any) => boolean) | (string | RegExp | ((args_0: string, args_1: any) => boolean))[] | undefined;
1467
+ modulesSort?: string | undefined;
1468
+ chunkModulesSort?: string | undefined;
1469
+ nestedModulesSort?: string | undefined;
1470
+ chunksSort?: string | undefined;
1471
+ assetsSort?: string | undefined;
1472
+ performance?: boolean | undefined;
1473
+ env?: boolean | undefined;
1474
+ chunkGroupAuxiliary?: boolean | undefined;
1475
+ chunkGroupChildren?: boolean | undefined;
1476
+ chunkGroupMaxAssets?: number | undefined;
1477
+ dependentModules?: boolean | undefined;
1478
+ chunkOrigins?: boolean | undefined;
1479
+ depth?: boolean | undefined;
1480
+ reasonsSpace?: number | undefined;
1481
+ groupReasonsByOrigin?: boolean | undefined;
1482
+ errorDetails?: boolean | undefined;
1483
+ errorStack?: boolean | undefined;
1484
+ moduleTrace?: boolean | undefined;
1485
+ cachedModules?: boolean | undefined;
1486
+ cachedAssets?: boolean | undefined;
1487
+ cached?: boolean | undefined;
1488
+ errorsSpace?: number | undefined;
1489
+ warningsSpace?: number | undefined;
1490
+ }>]>>;
1491
+ snapshot: z.ZodOptional<z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>>;
1492
+ optimization: z.ZodOptional<z.ZodObject<{
1493
+ moduleIds: z.ZodOptional<z.ZodEnum<["named", "natural", "deterministic"]>>;
1494
+ chunkIds: z.ZodOptional<z.ZodEnum<["natural", "named", "deterministic", "size", "total-size"]>>;
1495
+ minimize: z.ZodOptional<z.ZodBoolean>;
1496
+ minimizer: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"...">, z.ZodUnion<[z.ZodType<t.RspackPluginInstance | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction, z.ZodTypeDef, t.RspackPluginInstance | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction>, z.ZodUnion<[z.ZodLiteral<false>, z.ZodLiteral<0>, z.ZodLiteral<"">, z.ZodNull, z.ZodUndefined]>]>]>, "many">>;
1497
+ mergeDuplicateChunks: z.ZodOptional<z.ZodBoolean>;
1498
+ splitChunks: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodObject<{
1499
+ chunks: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["initial", "async", "all"]>, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<Chunk, z.ZodTypeDef, Chunk>], z.ZodUnknown>, z.ZodBoolean>]>>;
1500
+ defaultSizeTypes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1501
+ minChunks: z.ZodOptional<z.ZodNumber>;
1502
+ usedExports: z.ZodOptional<z.ZodBoolean>;
1503
+ name: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<Module, z.ZodTypeDef, Module>, z.ZodArray<z.ZodType<Chunk, z.ZodTypeDef, Chunk>, "many">, z.ZodString], z.ZodUnknown>, z.ZodOptional<z.ZodString>>]>>;
1504
+ filename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
1505
+ minSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1506
+ minSizeReduction: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1507
+ maxSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1508
+ maxAsyncSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1509
+ maxInitialSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1510
+ maxAsyncRequests: z.ZodOptional<z.ZodNumber>;
1511
+ maxInitialRequests: z.ZodOptional<z.ZodNumber>;
1512
+ automaticNameDelimiter: z.ZodOptional<z.ZodString>;
1513
+ cacheGroups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodLiteral<false>, z.ZodObject<{
1514
+ chunks: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["initial", "async", "all"]>, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<Chunk, z.ZodTypeDef, Chunk>], z.ZodUnknown>, z.ZodBoolean>]>>;
1515
+ defaultSizeTypes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1516
+ minChunks: z.ZodOptional<z.ZodNumber>;
1517
+ usedExports: z.ZodOptional<z.ZodBoolean>;
1518
+ name: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<Module, z.ZodTypeDef, Module>, z.ZodArray<z.ZodType<Chunk, z.ZodTypeDef, Chunk>, "many">, z.ZodString], z.ZodUnknown>, z.ZodOptional<z.ZodString>>]>>;
1519
+ filename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
1520
+ minSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1521
+ minSizeReduction: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1522
+ maxSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1523
+ maxAsyncSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1524
+ maxInitialSize: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>;
1525
+ maxAsyncRequests: z.ZodOptional<z.ZodNumber>;
1526
+ maxInitialRequests: z.ZodOptional<z.ZodNumber>;
1527
+ automaticNameDelimiter: z.ZodOptional<z.ZodString>;
1528
+ test: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<Module, z.ZodTypeDef, Module>, z.ZodObject<{
1529
+ moduleGraph: z.ZodType<ModuleGraph, z.ZodTypeDef, ModuleGraph>;
1530
+ chunkGraph: z.ZodType<ChunkGraph, z.ZodTypeDef, ChunkGraph>;
1531
+ }, "strip", z.ZodTypeAny, {
1532
+ moduleGraph: ModuleGraph;
1533
+ chunkGraph: ChunkGraph;
1534
+ }, {
1535
+ moduleGraph: ModuleGraph;
1536
+ chunkGraph: ChunkGraph;
1537
+ }>], z.ZodUnknown>, z.ZodBoolean>]>>;
1538
+ priority: z.ZodOptional<z.ZodNumber>;
1539
+ enforce: z.ZodOptional<z.ZodBoolean>;
1540
+ reuseExistingChunk: z.ZodOptional<z.ZodBoolean>;
1541
+ type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
1542
+ idHint: z.ZodOptional<z.ZodString>;
1543
+ layer: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodOptional<z.ZodString>], null>, z.ZodBoolean>]>>;
1544
+ }, "strict", z.ZodTypeAny, {
1545
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1546
+ type?: string | RegExp | undefined;
1547
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1548
+ usedExports?: boolean | undefined;
1549
+ priority?: number | undefined;
1550
+ layer?: string | RegExp | ((args_0: string | undefined) => boolean) | undefined;
1551
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1552
+ test?: string | RegExp | ((args_0: Module, args_1: {
1553
+ moduleGraph: ModuleGraph;
1554
+ chunkGraph: ChunkGraph;
1555
+ }, ...args: unknown[]) => boolean) | undefined;
1556
+ defaultSizeTypes?: string[] | undefined;
1557
+ minSize?: number | Record<string, number> | undefined;
1558
+ minSizeReduction?: number | Record<string, number> | undefined;
1559
+ maxSize?: number | Record<string, number> | undefined;
1560
+ maxAsyncSize?: number | Record<string, number> | undefined;
1561
+ maxInitialSize?: number | Record<string, number> | undefined;
1562
+ minChunks?: number | undefined;
1563
+ maxAsyncRequests?: number | undefined;
1564
+ maxInitialRequests?: number | undefined;
1565
+ automaticNameDelimiter?: string | undefined;
1566
+ enforce?: boolean | undefined;
1567
+ reuseExistingChunk?: boolean | undefined;
1568
+ idHint?: string | undefined;
1569
+ }, {
1570
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1571
+ type?: string | RegExp | undefined;
1572
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1573
+ usedExports?: boolean | undefined;
1574
+ priority?: number | undefined;
1575
+ layer?: string | RegExp | ((args_0: string | undefined) => boolean) | undefined;
1576
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1577
+ test?: string | RegExp | ((args_0: Module, args_1: {
1578
+ moduleGraph: ModuleGraph;
1579
+ chunkGraph: ChunkGraph;
1580
+ }, ...args: unknown[]) => boolean) | undefined;
1581
+ defaultSizeTypes?: string[] | undefined;
1582
+ minSize?: number | Record<string, number> | undefined;
1583
+ minSizeReduction?: number | Record<string, number> | undefined;
1584
+ maxSize?: number | Record<string, number> | undefined;
1585
+ maxAsyncSize?: number | Record<string, number> | undefined;
1586
+ maxInitialSize?: number | Record<string, number> | undefined;
1587
+ minChunks?: number | undefined;
1588
+ maxAsyncRequests?: number | undefined;
1589
+ maxInitialRequests?: number | undefined;
1590
+ automaticNameDelimiter?: string | undefined;
1591
+ enforce?: boolean | undefined;
1592
+ reuseExistingChunk?: boolean | undefined;
1593
+ idHint?: string | undefined;
1594
+ }>]>>>;
1595
+ fallbackCacheGroup: z.ZodOptional<z.ZodObject<{
1596
+ chunks: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["initial", "async", "all"]>, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodType<Chunk, z.ZodTypeDef, Chunk>], z.ZodUnknown>, z.ZodBoolean>]>>;
1597
+ minSize: z.ZodOptional<z.ZodNumber>;
1598
+ maxSize: z.ZodOptional<z.ZodNumber>;
1599
+ maxAsyncSize: z.ZodOptional<z.ZodNumber>;
1600
+ maxInitialSize: z.ZodOptional<z.ZodNumber>;
1601
+ automaticNameDelimiter: z.ZodOptional<z.ZodString>;
1602
+ }, "strict", z.ZodTypeAny, {
1603
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1604
+ minSize?: number | undefined;
1605
+ maxSize?: number | undefined;
1606
+ maxAsyncSize?: number | undefined;
1607
+ maxInitialSize?: number | undefined;
1608
+ automaticNameDelimiter?: string | undefined;
1609
+ }, {
1610
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1611
+ minSize?: number | undefined;
1612
+ maxSize?: number | undefined;
1613
+ maxAsyncSize?: number | undefined;
1614
+ maxInitialSize?: number | undefined;
1615
+ automaticNameDelimiter?: string | undefined;
1616
+ }>>;
1617
+ hidePathInfo: z.ZodOptional<z.ZodBoolean>;
1618
+ }, "strict", z.ZodTypeAny, {
1619
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1620
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1621
+ usedExports?: boolean | undefined;
1622
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1623
+ defaultSizeTypes?: string[] | undefined;
1624
+ cacheGroups?: Record<string, false | {
1625
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1626
+ type?: string | RegExp | undefined;
1627
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1628
+ usedExports?: boolean | undefined;
1629
+ priority?: number | undefined;
1630
+ layer?: string | RegExp | ((args_0: string | undefined) => boolean) | undefined;
1631
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1632
+ test?: string | RegExp | ((args_0: Module, args_1: {
1633
+ moduleGraph: ModuleGraph;
1634
+ chunkGraph: ChunkGraph;
1635
+ }, ...args: unknown[]) => boolean) | undefined;
1636
+ defaultSizeTypes?: string[] | undefined;
1637
+ minSize?: number | Record<string, number> | undefined;
1638
+ minSizeReduction?: number | Record<string, number> | undefined;
1639
+ maxSize?: number | Record<string, number> | undefined;
1640
+ maxAsyncSize?: number | Record<string, number> | undefined;
1641
+ maxInitialSize?: number | Record<string, number> | undefined;
1642
+ minChunks?: number | undefined;
1643
+ maxAsyncRequests?: number | undefined;
1644
+ maxInitialRequests?: number | undefined;
1645
+ automaticNameDelimiter?: string | undefined;
1646
+ enforce?: boolean | undefined;
1647
+ reuseExistingChunk?: boolean | undefined;
1648
+ idHint?: string | undefined;
1649
+ }> | undefined;
1650
+ fallbackCacheGroup?: {
1651
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1652
+ minSize?: number | undefined;
1653
+ maxSize?: number | undefined;
1654
+ maxAsyncSize?: number | undefined;
1655
+ maxInitialSize?: number | undefined;
1656
+ automaticNameDelimiter?: string | undefined;
1657
+ } | undefined;
1658
+ minSize?: number | Record<string, number> | undefined;
1659
+ minSizeReduction?: number | Record<string, number> | undefined;
1660
+ maxSize?: number | Record<string, number> | undefined;
1661
+ maxAsyncSize?: number | Record<string, number> | undefined;
1662
+ maxInitialSize?: number | Record<string, number> | undefined;
1663
+ hidePathInfo?: boolean | undefined;
1664
+ minChunks?: number | undefined;
1665
+ maxAsyncRequests?: number | undefined;
1666
+ maxInitialRequests?: number | undefined;
1667
+ automaticNameDelimiter?: string | undefined;
1668
+ }, {
1669
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1670
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1671
+ usedExports?: boolean | undefined;
1672
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1673
+ defaultSizeTypes?: string[] | undefined;
1674
+ cacheGroups?: Record<string, false | {
1675
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1676
+ type?: string | RegExp | undefined;
1677
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1678
+ usedExports?: boolean | undefined;
1679
+ priority?: number | undefined;
1680
+ layer?: string | RegExp | ((args_0: string | undefined) => boolean) | undefined;
1681
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1682
+ test?: string | RegExp | ((args_0: Module, args_1: {
1683
+ moduleGraph: ModuleGraph;
1684
+ chunkGraph: ChunkGraph;
1685
+ }, ...args: unknown[]) => boolean) | undefined;
1686
+ defaultSizeTypes?: string[] | undefined;
1687
+ minSize?: number | Record<string, number> | undefined;
1688
+ minSizeReduction?: number | Record<string, number> | undefined;
1689
+ maxSize?: number | Record<string, number> | undefined;
1690
+ maxAsyncSize?: number | Record<string, number> | undefined;
1691
+ maxInitialSize?: number | Record<string, number> | undefined;
1692
+ minChunks?: number | undefined;
1693
+ maxAsyncRequests?: number | undefined;
1694
+ maxInitialRequests?: number | undefined;
1695
+ automaticNameDelimiter?: string | undefined;
1696
+ enforce?: boolean | undefined;
1697
+ reuseExistingChunk?: boolean | undefined;
1698
+ idHint?: string | undefined;
1699
+ }> | undefined;
1700
+ fallbackCacheGroup?: {
1701
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1702
+ minSize?: number | undefined;
1703
+ maxSize?: number | undefined;
1704
+ maxAsyncSize?: number | undefined;
1705
+ maxInitialSize?: number | undefined;
1706
+ automaticNameDelimiter?: string | undefined;
1707
+ } | undefined;
1708
+ minSize?: number | Record<string, number> | undefined;
1709
+ minSizeReduction?: number | Record<string, number> | undefined;
1710
+ maxSize?: number | Record<string, number> | undefined;
1711
+ maxAsyncSize?: number | Record<string, number> | undefined;
1712
+ maxInitialSize?: number | Record<string, number> | undefined;
1713
+ hidePathInfo?: boolean | undefined;
1714
+ minChunks?: number | undefined;
1715
+ maxAsyncRequests?: number | undefined;
1716
+ maxInitialRequests?: number | undefined;
1717
+ automaticNameDelimiter?: string | undefined;
1718
+ }>]>>;
1719
+ runtimeChunk: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["single", "multiple"]>, z.ZodBoolean]>, z.ZodObject<{
1720
+ name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodObject<{
1721
+ name: z.ZodString;
1722
+ }, "strict", z.ZodTypeAny, {
1723
+ name: string;
1724
+ }, {
1725
+ name: string;
1726
+ }>], z.ZodUnknown>, z.ZodString>]>>;
1727
+ }, "strict", z.ZodTypeAny, {
1728
+ name?: string | ((args_0: {
1729
+ name: string;
1730
+ }, ...args: unknown[]) => string) | undefined;
1731
+ }, {
1732
+ name?: string | ((args_0: {
1733
+ name: string;
1734
+ }, ...args: unknown[]) => string) | undefined;
1735
+ }>]>>;
1736
+ removeAvailableModules: z.ZodOptional<z.ZodBoolean>;
1737
+ removeEmptyChunks: z.ZodOptional<z.ZodBoolean>;
1738
+ realContentHash: z.ZodOptional<z.ZodBoolean>;
1739
+ sideEffects: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["flag"]>, z.ZodBoolean]>>;
1740
+ providedExports: z.ZodOptional<z.ZodBoolean>;
1741
+ concatenateModules: z.ZodOptional<z.ZodBoolean>;
1742
+ innerGraph: z.ZodOptional<z.ZodBoolean>;
1743
+ usedExports: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["global"]>, z.ZodBoolean]>>;
1744
+ mangleExports: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["size", "deterministic"]>, z.ZodBoolean]>>;
1745
+ nodeEnv: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
1746
+ emitOnErrors: z.ZodOptional<z.ZodBoolean>;
1747
+ avoidEntryIife: z.ZodOptional<z.ZodBoolean>;
1748
+ }, "strict", z.ZodTypeAny, {
1749
+ usedExports?: boolean | "global" | undefined;
1750
+ providedExports?: boolean | undefined;
1751
+ splitChunks?: false | {
1752
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1753
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1754
+ usedExports?: boolean | undefined;
1755
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1756
+ defaultSizeTypes?: string[] | undefined;
1757
+ cacheGroups?: Record<string, false | {
1758
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1759
+ type?: string | RegExp | undefined;
1760
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1761
+ usedExports?: boolean | undefined;
1762
+ priority?: number | undefined;
1763
+ layer?: string | RegExp | ((args_0: string | undefined) => boolean) | undefined;
1764
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1765
+ test?: string | RegExp | ((args_0: Module, args_1: {
1766
+ moduleGraph: ModuleGraph;
1767
+ chunkGraph: ChunkGraph;
1768
+ }, ...args: unknown[]) => boolean) | undefined;
1769
+ defaultSizeTypes?: string[] | undefined;
1770
+ minSize?: number | Record<string, number> | undefined;
1771
+ minSizeReduction?: number | Record<string, number> | undefined;
1772
+ maxSize?: number | Record<string, number> | undefined;
1773
+ maxAsyncSize?: number | Record<string, number> | undefined;
1774
+ maxInitialSize?: number | Record<string, number> | undefined;
1775
+ minChunks?: number | undefined;
1776
+ maxAsyncRequests?: number | undefined;
1777
+ maxInitialRequests?: number | undefined;
1778
+ automaticNameDelimiter?: string | undefined;
1779
+ enforce?: boolean | undefined;
1780
+ reuseExistingChunk?: boolean | undefined;
1781
+ idHint?: string | undefined;
1782
+ }> | undefined;
1783
+ fallbackCacheGroup?: {
1784
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1785
+ minSize?: number | undefined;
1786
+ maxSize?: number | undefined;
1787
+ maxAsyncSize?: number | undefined;
1788
+ maxInitialSize?: number | undefined;
1789
+ automaticNameDelimiter?: string | undefined;
1790
+ } | undefined;
1791
+ minSize?: number | Record<string, number> | undefined;
1792
+ minSizeReduction?: number | Record<string, number> | undefined;
1793
+ maxSize?: number | Record<string, number> | undefined;
1794
+ maxAsyncSize?: number | Record<string, number> | undefined;
1795
+ maxInitialSize?: number | Record<string, number> | undefined;
1796
+ hidePathInfo?: boolean | undefined;
1797
+ minChunks?: number | undefined;
1798
+ maxAsyncRequests?: number | undefined;
1799
+ maxInitialRequests?: number | undefined;
1800
+ automaticNameDelimiter?: string | undefined;
1801
+ } | undefined;
1802
+ minimize?: boolean | undefined;
1803
+ minimizer?: (false | "" | 0 | t.RspackPluginInstance | "..." | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction | null | undefined)[] | undefined;
1804
+ sideEffects?: boolean | "flag" | undefined;
1805
+ moduleIds?: "named" | "natural" | "deterministic" | undefined;
1806
+ chunkIds?: "named" | "natural" | "deterministic" | "size" | "total-size" | undefined;
1807
+ mergeDuplicateChunks?: boolean | undefined;
1808
+ runtimeChunk?: boolean | "single" | "multiple" | {
1809
+ name?: string | ((args_0: {
1810
+ name: string;
1811
+ }, ...args: unknown[]) => string) | undefined;
1812
+ } | undefined;
1813
+ removeAvailableModules?: boolean | undefined;
1814
+ removeEmptyChunks?: boolean | undefined;
1815
+ realContentHash?: boolean | undefined;
1816
+ concatenateModules?: boolean | undefined;
1817
+ innerGraph?: boolean | undefined;
1818
+ mangleExports?: boolean | "deterministic" | "size" | undefined;
1819
+ nodeEnv?: string | false | undefined;
1820
+ emitOnErrors?: boolean | undefined;
1821
+ avoidEntryIife?: boolean | undefined;
1822
+ }, {
1823
+ usedExports?: boolean | "global" | undefined;
1824
+ providedExports?: boolean | undefined;
1825
+ splitChunks?: false | {
1826
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1827
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1828
+ usedExports?: boolean | undefined;
1829
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1830
+ defaultSizeTypes?: string[] | undefined;
1831
+ cacheGroups?: Record<string, false | {
1832
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
1833
+ type?: string | RegExp | undefined;
1834
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1835
+ usedExports?: boolean | undefined;
1836
+ priority?: number | undefined;
1837
+ layer?: string | RegExp | ((args_0: string | undefined) => boolean) | undefined;
1838
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
1839
+ test?: string | RegExp | ((args_0: Module, args_1: {
1840
+ moduleGraph: ModuleGraph;
1841
+ chunkGraph: ChunkGraph;
1842
+ }, ...args: unknown[]) => boolean) | undefined;
1843
+ defaultSizeTypes?: string[] | undefined;
1844
+ minSize?: number | Record<string, number> | undefined;
1845
+ minSizeReduction?: number | Record<string, number> | undefined;
1846
+ maxSize?: number | Record<string, number> | undefined;
1847
+ maxAsyncSize?: number | Record<string, number> | undefined;
1848
+ maxInitialSize?: number | Record<string, number> | undefined;
1849
+ minChunks?: number | undefined;
1850
+ maxAsyncRequests?: number | undefined;
1851
+ maxInitialRequests?: number | undefined;
1852
+ automaticNameDelimiter?: string | undefined;
1853
+ enforce?: boolean | undefined;
1854
+ reuseExistingChunk?: boolean | undefined;
1855
+ idHint?: string | undefined;
1856
+ }> | undefined;
1857
+ fallbackCacheGroup?: {
1858
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
1859
+ minSize?: number | undefined;
1860
+ maxSize?: number | undefined;
1861
+ maxAsyncSize?: number | undefined;
1862
+ maxInitialSize?: number | undefined;
1863
+ automaticNameDelimiter?: string | undefined;
1864
+ } | undefined;
1865
+ minSize?: number | Record<string, number> | undefined;
1866
+ minSizeReduction?: number | Record<string, number> | undefined;
1867
+ maxSize?: number | Record<string, number> | undefined;
1868
+ maxAsyncSize?: number | Record<string, number> | undefined;
1869
+ maxInitialSize?: number | Record<string, number> | undefined;
1870
+ hidePathInfo?: boolean | undefined;
1871
+ minChunks?: number | undefined;
1872
+ maxAsyncRequests?: number | undefined;
1873
+ maxInitialRequests?: number | undefined;
1874
+ automaticNameDelimiter?: string | undefined;
1875
+ } | undefined;
1876
+ minimize?: boolean | undefined;
1877
+ minimizer?: (false | "" | 0 | t.RspackPluginInstance | "..." | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction | null | undefined)[] | undefined;
1878
+ sideEffects?: boolean | "flag" | undefined;
1879
+ moduleIds?: "named" | "natural" | "deterministic" | undefined;
1880
+ chunkIds?: "named" | "natural" | "deterministic" | "size" | "total-size" | undefined;
1881
+ mergeDuplicateChunks?: boolean | undefined;
1882
+ runtimeChunk?: boolean | "single" | "multiple" | {
1883
+ name?: string | ((args_0: {
1884
+ name: string;
1885
+ }, ...args: unknown[]) => string) | undefined;
1886
+ } | undefined;
1887
+ removeAvailableModules?: boolean | undefined;
1888
+ removeEmptyChunks?: boolean | undefined;
1889
+ realContentHash?: boolean | undefined;
1890
+ concatenateModules?: boolean | undefined;
1891
+ innerGraph?: boolean | undefined;
1892
+ mangleExports?: boolean | "deterministic" | "size" | undefined;
1893
+ nodeEnv?: string | false | undefined;
1894
+ emitOnErrors?: boolean | undefined;
1895
+ avoidEntryIife?: boolean | undefined;
1896
+ }>>;
1897
+ resolve: z.ZodOptional<z.ZodType<t.ResolveOptions, z.ZodTypeDef, t.ResolveOptions>>;
1898
+ resolveLoader: z.ZodOptional<z.ZodType<t.ResolveOptions, z.ZodTypeDef, t.ResolveOptions>>;
1899
+ plugins: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodType<t.RspackPluginInstance | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction, z.ZodTypeDef, t.RspackPluginInstance | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction>, z.ZodUnion<[z.ZodLiteral<false>, z.ZodLiteral<0>, z.ZodLiteral<"">, z.ZodNull, z.ZodUndefined]>]>, "many">>;
1900
+ devServer: z.ZodOptional<z.ZodType<t.DevServer, z.ZodTypeDef, t.DevServer>>;
1901
+ module: z.ZodOptional<z.ZodObject<{
1902
+ defaultRules: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"...">, ZodRspackCrossChecker<t.RuleSetRule>]>, z.ZodUnion<[z.ZodLiteral<false>, z.ZodLiteral<0>, z.ZodLiteral<"">, z.ZodNull, z.ZodUndefined]>]>, "many">>;
1903
+ rules: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"...">, ZodRspackCrossChecker<t.RuleSetRule>]>, z.ZodUnion<[z.ZodLiteral<false>, z.ZodLiteral<0>, z.ZodLiteral<"">, z.ZodNull, z.ZodUndefined]>]>, "many">>;
1904
+ parser: z.ZodOptional<z.ZodObject<{
1905
+ asset: z.ZodOptional<z.ZodObject<{
1906
+ dataUrlCondition: z.ZodOptional<z.ZodObject<{
1907
+ maxSize: z.ZodOptional<z.ZodNumber>;
1908
+ }, "strict", z.ZodTypeAny, {
1909
+ maxSize?: number | undefined;
1910
+ }, {
1911
+ maxSize?: number | undefined;
1912
+ }>>;
1913
+ }, "strict", z.ZodTypeAny, {
1914
+ dataUrlCondition?: {
1915
+ maxSize?: number | undefined;
1916
+ } | undefined;
1917
+ }, {
1918
+ dataUrlCondition?: {
1919
+ maxSize?: number | undefined;
1920
+ } | undefined;
1921
+ }>>;
1922
+ css: z.ZodOptional<z.ZodObject<{
1923
+ namedExports: z.ZodOptional<z.ZodBoolean>;
1924
+ url: z.ZodOptional<z.ZodBoolean>;
1925
+ }, "strict", z.ZodTypeAny, {
1926
+ url?: boolean | undefined;
1927
+ namedExports?: boolean | undefined;
1928
+ }, {
1929
+ url?: boolean | undefined;
1930
+ namedExports?: boolean | undefined;
1931
+ }>>;
1932
+ "css/auto": z.ZodOptional<z.ZodObject<{
1933
+ namedExports: z.ZodOptional<z.ZodBoolean>;
1934
+ url: z.ZodOptional<z.ZodBoolean>;
1935
+ }, "strict", z.ZodTypeAny, {
1936
+ url?: boolean | undefined;
1937
+ namedExports?: boolean | undefined;
1938
+ }, {
1939
+ url?: boolean | undefined;
1940
+ namedExports?: boolean | undefined;
1941
+ }>>;
1942
+ "css/module": z.ZodOptional<z.ZodObject<{
1943
+ namedExports: z.ZodOptional<z.ZodBoolean>;
1944
+ url: z.ZodOptional<z.ZodBoolean>;
1945
+ }, "strict", z.ZodTypeAny, {
1946
+ url?: boolean | undefined;
1947
+ namedExports?: boolean | undefined;
1948
+ }, {
1949
+ url?: boolean | undefined;
1950
+ namedExports?: boolean | undefined;
1951
+ }>>;
1952
+ javascript: z.ZodOptional<z.ZodObject<{
1953
+ dynamicImportMode: z.ZodOptional<z.ZodEnum<["eager", "lazy", "weak", "lazy-once"]>>;
1954
+ dynamicImportPreload: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
1955
+ dynamicImportPrefetch: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
1956
+ dynamicImportFetchPriority: z.ZodOptional<z.ZodEnum<["low", "high", "auto"]>>;
1957
+ importMeta: z.ZodOptional<z.ZodBoolean>;
1958
+ url: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"relative">, z.ZodBoolean]>>;
1959
+ exprContextCritical: z.ZodOptional<z.ZodBoolean>;
1960
+ wrappedContextCritical: z.ZodOptional<z.ZodBoolean>;
1961
+ wrappedContextRegExp: z.ZodOptional<z.ZodType<RegExp, z.ZodTypeDef, RegExp>>;
1962
+ exportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
1963
+ importExportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
1964
+ reexportExportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
1965
+ strictExportPresence: z.ZodOptional<z.ZodBoolean>;
1966
+ worker: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodBoolean]>>;
1967
+ overrideStrict: z.ZodOptional<z.ZodEnum<["strict", "non-strict"]>>;
1968
+ requireAsExpression: z.ZodOptional<z.ZodBoolean>;
1969
+ requireDynamic: z.ZodOptional<z.ZodBoolean>;
1970
+ requireResolve: z.ZodOptional<z.ZodBoolean>;
1971
+ importDynamic: z.ZodOptional<z.ZodBoolean>;
1972
+ }, "strict", z.ZodTypeAny, {
1973
+ url?: boolean | "relative" | undefined;
1974
+ importMeta?: boolean | undefined;
1975
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
1976
+ dynamicImportPreload?: number | boolean | undefined;
1977
+ dynamicImportPrefetch?: number | boolean | undefined;
1978
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
1979
+ exprContextCritical?: boolean | undefined;
1980
+ wrappedContextCritical?: boolean | undefined;
1981
+ wrappedContextRegExp?: RegExp | undefined;
1982
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
1983
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
1984
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
1985
+ strictExportPresence?: boolean | undefined;
1986
+ worker?: boolean | string[] | undefined;
1987
+ overrideStrict?: "strict" | "non-strict" | undefined;
1988
+ requireAsExpression?: boolean | undefined;
1989
+ requireDynamic?: boolean | undefined;
1990
+ requireResolve?: boolean | undefined;
1991
+ importDynamic?: boolean | undefined;
1992
+ }, {
1993
+ url?: boolean | "relative" | undefined;
1994
+ importMeta?: boolean | undefined;
1995
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
1996
+ dynamicImportPreload?: number | boolean | undefined;
1997
+ dynamicImportPrefetch?: number | boolean | undefined;
1998
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
1999
+ exprContextCritical?: boolean | undefined;
2000
+ wrappedContextCritical?: boolean | undefined;
2001
+ wrappedContextRegExp?: RegExp | undefined;
2002
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2003
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2004
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2005
+ strictExportPresence?: boolean | undefined;
2006
+ worker?: boolean | string[] | undefined;
2007
+ overrideStrict?: "strict" | "non-strict" | undefined;
2008
+ requireAsExpression?: boolean | undefined;
2009
+ requireDynamic?: boolean | undefined;
2010
+ requireResolve?: boolean | undefined;
2011
+ importDynamic?: boolean | undefined;
2012
+ }>>;
2013
+ "javascript/auto": z.ZodOptional<z.ZodObject<{
2014
+ dynamicImportMode: z.ZodOptional<z.ZodEnum<["eager", "lazy", "weak", "lazy-once"]>>;
2015
+ dynamicImportPreload: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
2016
+ dynamicImportPrefetch: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
2017
+ dynamicImportFetchPriority: z.ZodOptional<z.ZodEnum<["low", "high", "auto"]>>;
2018
+ importMeta: z.ZodOptional<z.ZodBoolean>;
2019
+ url: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"relative">, z.ZodBoolean]>>;
2020
+ exprContextCritical: z.ZodOptional<z.ZodBoolean>;
2021
+ wrappedContextCritical: z.ZodOptional<z.ZodBoolean>;
2022
+ wrappedContextRegExp: z.ZodOptional<z.ZodType<RegExp, z.ZodTypeDef, RegExp>>;
2023
+ exportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2024
+ importExportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2025
+ reexportExportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2026
+ strictExportPresence: z.ZodOptional<z.ZodBoolean>;
2027
+ worker: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodBoolean]>>;
2028
+ overrideStrict: z.ZodOptional<z.ZodEnum<["strict", "non-strict"]>>;
2029
+ requireAsExpression: z.ZodOptional<z.ZodBoolean>;
2030
+ requireDynamic: z.ZodOptional<z.ZodBoolean>;
2031
+ requireResolve: z.ZodOptional<z.ZodBoolean>;
2032
+ importDynamic: z.ZodOptional<z.ZodBoolean>;
2033
+ }, "strict", z.ZodTypeAny, {
2034
+ url?: boolean | "relative" | undefined;
2035
+ importMeta?: boolean | undefined;
2036
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2037
+ dynamicImportPreload?: number | boolean | undefined;
2038
+ dynamicImportPrefetch?: number | boolean | undefined;
2039
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2040
+ exprContextCritical?: boolean | undefined;
2041
+ wrappedContextCritical?: boolean | undefined;
2042
+ wrappedContextRegExp?: RegExp | undefined;
2043
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2044
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2045
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2046
+ strictExportPresence?: boolean | undefined;
2047
+ worker?: boolean | string[] | undefined;
2048
+ overrideStrict?: "strict" | "non-strict" | undefined;
2049
+ requireAsExpression?: boolean | undefined;
2050
+ requireDynamic?: boolean | undefined;
2051
+ requireResolve?: boolean | undefined;
2052
+ importDynamic?: boolean | undefined;
2053
+ }, {
2054
+ url?: boolean | "relative" | undefined;
2055
+ importMeta?: boolean | undefined;
2056
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2057
+ dynamicImportPreload?: number | boolean | undefined;
2058
+ dynamicImportPrefetch?: number | boolean | undefined;
2059
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2060
+ exprContextCritical?: boolean | undefined;
2061
+ wrappedContextCritical?: boolean | undefined;
2062
+ wrappedContextRegExp?: RegExp | undefined;
2063
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2064
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2065
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2066
+ strictExportPresence?: boolean | undefined;
2067
+ worker?: boolean | string[] | undefined;
2068
+ overrideStrict?: "strict" | "non-strict" | undefined;
2069
+ requireAsExpression?: boolean | undefined;
2070
+ requireDynamic?: boolean | undefined;
2071
+ requireResolve?: boolean | undefined;
2072
+ importDynamic?: boolean | undefined;
2073
+ }>>;
2074
+ "javascript/dynamic": z.ZodOptional<z.ZodObject<{
2075
+ dynamicImportMode: z.ZodOptional<z.ZodEnum<["eager", "lazy", "weak", "lazy-once"]>>;
2076
+ dynamicImportPreload: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
2077
+ dynamicImportPrefetch: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
2078
+ dynamicImportFetchPriority: z.ZodOptional<z.ZodEnum<["low", "high", "auto"]>>;
2079
+ importMeta: z.ZodOptional<z.ZodBoolean>;
2080
+ url: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"relative">, z.ZodBoolean]>>;
2081
+ exprContextCritical: z.ZodOptional<z.ZodBoolean>;
2082
+ wrappedContextCritical: z.ZodOptional<z.ZodBoolean>;
2083
+ wrappedContextRegExp: z.ZodOptional<z.ZodType<RegExp, z.ZodTypeDef, RegExp>>;
2084
+ exportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2085
+ importExportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2086
+ reexportExportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2087
+ strictExportPresence: z.ZodOptional<z.ZodBoolean>;
2088
+ worker: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodBoolean]>>;
2089
+ overrideStrict: z.ZodOptional<z.ZodEnum<["strict", "non-strict"]>>;
2090
+ requireAsExpression: z.ZodOptional<z.ZodBoolean>;
2091
+ requireDynamic: z.ZodOptional<z.ZodBoolean>;
2092
+ requireResolve: z.ZodOptional<z.ZodBoolean>;
2093
+ importDynamic: z.ZodOptional<z.ZodBoolean>;
2094
+ }, "strict", z.ZodTypeAny, {
2095
+ url?: boolean | "relative" | undefined;
2096
+ importMeta?: boolean | undefined;
2097
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2098
+ dynamicImportPreload?: number | boolean | undefined;
2099
+ dynamicImportPrefetch?: number | boolean | undefined;
2100
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2101
+ exprContextCritical?: boolean | undefined;
2102
+ wrappedContextCritical?: boolean | undefined;
2103
+ wrappedContextRegExp?: RegExp | undefined;
2104
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2105
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2106
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2107
+ strictExportPresence?: boolean | undefined;
2108
+ worker?: boolean | string[] | undefined;
2109
+ overrideStrict?: "strict" | "non-strict" | undefined;
2110
+ requireAsExpression?: boolean | undefined;
2111
+ requireDynamic?: boolean | undefined;
2112
+ requireResolve?: boolean | undefined;
2113
+ importDynamic?: boolean | undefined;
2114
+ }, {
2115
+ url?: boolean | "relative" | undefined;
2116
+ importMeta?: boolean | undefined;
2117
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2118
+ dynamicImportPreload?: number | boolean | undefined;
2119
+ dynamicImportPrefetch?: number | boolean | undefined;
2120
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2121
+ exprContextCritical?: boolean | undefined;
2122
+ wrappedContextCritical?: boolean | undefined;
2123
+ wrappedContextRegExp?: RegExp | undefined;
2124
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2125
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2126
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2127
+ strictExportPresence?: boolean | undefined;
2128
+ worker?: boolean | string[] | undefined;
2129
+ overrideStrict?: "strict" | "non-strict" | undefined;
2130
+ requireAsExpression?: boolean | undefined;
2131
+ requireDynamic?: boolean | undefined;
2132
+ requireResolve?: boolean | undefined;
2133
+ importDynamic?: boolean | undefined;
2134
+ }>>;
2135
+ "javascript/esm": z.ZodOptional<z.ZodObject<{
2136
+ dynamicImportMode: z.ZodOptional<z.ZodEnum<["eager", "lazy", "weak", "lazy-once"]>>;
2137
+ dynamicImportPreload: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
2138
+ dynamicImportPrefetch: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
2139
+ dynamicImportFetchPriority: z.ZodOptional<z.ZodEnum<["low", "high", "auto"]>>;
2140
+ importMeta: z.ZodOptional<z.ZodBoolean>;
2141
+ url: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"relative">, z.ZodBoolean]>>;
2142
+ exprContextCritical: z.ZodOptional<z.ZodBoolean>;
2143
+ wrappedContextCritical: z.ZodOptional<z.ZodBoolean>;
2144
+ wrappedContextRegExp: z.ZodOptional<z.ZodType<RegExp, z.ZodTypeDef, RegExp>>;
2145
+ exportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2146
+ importExportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2147
+ reexportExportsPresence: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warn", "auto"]>, z.ZodLiteral<false>]>>;
2148
+ strictExportPresence: z.ZodOptional<z.ZodBoolean>;
2149
+ worker: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodBoolean]>>;
2150
+ overrideStrict: z.ZodOptional<z.ZodEnum<["strict", "non-strict"]>>;
2151
+ requireAsExpression: z.ZodOptional<z.ZodBoolean>;
2152
+ requireDynamic: z.ZodOptional<z.ZodBoolean>;
2153
+ requireResolve: z.ZodOptional<z.ZodBoolean>;
2154
+ importDynamic: z.ZodOptional<z.ZodBoolean>;
2155
+ }, "strict", z.ZodTypeAny, {
2156
+ url?: boolean | "relative" | undefined;
2157
+ importMeta?: boolean | undefined;
2158
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2159
+ dynamicImportPreload?: number | boolean | undefined;
2160
+ dynamicImportPrefetch?: number | boolean | undefined;
2161
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2162
+ exprContextCritical?: boolean | undefined;
2163
+ wrappedContextCritical?: boolean | undefined;
2164
+ wrappedContextRegExp?: RegExp | undefined;
2165
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2166
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2167
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2168
+ strictExportPresence?: boolean | undefined;
2169
+ worker?: boolean | string[] | undefined;
2170
+ overrideStrict?: "strict" | "non-strict" | undefined;
2171
+ requireAsExpression?: boolean | undefined;
2172
+ requireDynamic?: boolean | undefined;
2173
+ requireResolve?: boolean | undefined;
2174
+ importDynamic?: boolean | undefined;
2175
+ }, {
2176
+ url?: boolean | "relative" | undefined;
2177
+ importMeta?: boolean | undefined;
2178
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2179
+ dynamicImportPreload?: number | boolean | undefined;
2180
+ dynamicImportPrefetch?: number | boolean | undefined;
2181
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2182
+ exprContextCritical?: boolean | undefined;
2183
+ wrappedContextCritical?: boolean | undefined;
2184
+ wrappedContextRegExp?: RegExp | undefined;
2185
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2186
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2187
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2188
+ strictExportPresence?: boolean | undefined;
2189
+ worker?: boolean | string[] | undefined;
2190
+ overrideStrict?: "strict" | "non-strict" | undefined;
2191
+ requireAsExpression?: boolean | undefined;
2192
+ requireDynamic?: boolean | undefined;
2193
+ requireResolve?: boolean | undefined;
2194
+ importDynamic?: boolean | undefined;
2195
+ }>>;
2196
+ }, "strict", z.ZodTypeAny, {
2197
+ css?: {
2198
+ url?: boolean | undefined;
2199
+ namedExports?: boolean | undefined;
2200
+ } | undefined;
2201
+ "css/auto"?: {
2202
+ url?: boolean | undefined;
2203
+ namedExports?: boolean | undefined;
2204
+ } | undefined;
2205
+ "css/module"?: {
2206
+ url?: boolean | undefined;
2207
+ namedExports?: boolean | undefined;
2208
+ } | undefined;
2209
+ asset?: {
2210
+ dataUrlCondition?: {
2211
+ maxSize?: number | undefined;
2212
+ } | undefined;
2213
+ } | undefined;
2214
+ javascript?: {
2215
+ url?: boolean | "relative" | undefined;
2216
+ importMeta?: boolean | undefined;
2217
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2218
+ dynamicImportPreload?: number | boolean | undefined;
2219
+ dynamicImportPrefetch?: number | boolean | undefined;
2220
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2221
+ exprContextCritical?: boolean | undefined;
2222
+ wrappedContextCritical?: boolean | undefined;
2223
+ wrappedContextRegExp?: RegExp | undefined;
2224
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2225
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2226
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2227
+ strictExportPresence?: boolean | undefined;
2228
+ worker?: boolean | string[] | undefined;
2229
+ overrideStrict?: "strict" | "non-strict" | undefined;
2230
+ requireAsExpression?: boolean | undefined;
2231
+ requireDynamic?: boolean | undefined;
2232
+ requireResolve?: boolean | undefined;
2233
+ importDynamic?: boolean | undefined;
2234
+ } | undefined;
2235
+ "javascript/auto"?: {
2236
+ url?: boolean | "relative" | undefined;
2237
+ importMeta?: boolean | undefined;
2238
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2239
+ dynamicImportPreload?: number | boolean | undefined;
2240
+ dynamicImportPrefetch?: number | boolean | undefined;
2241
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2242
+ exprContextCritical?: boolean | undefined;
2243
+ wrappedContextCritical?: boolean | undefined;
2244
+ wrappedContextRegExp?: RegExp | undefined;
2245
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2246
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2247
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2248
+ strictExportPresence?: boolean | undefined;
2249
+ worker?: boolean | string[] | undefined;
2250
+ overrideStrict?: "strict" | "non-strict" | undefined;
2251
+ requireAsExpression?: boolean | undefined;
2252
+ requireDynamic?: boolean | undefined;
2253
+ requireResolve?: boolean | undefined;
2254
+ importDynamic?: boolean | undefined;
2255
+ } | undefined;
2256
+ "javascript/dynamic"?: {
2257
+ url?: boolean | "relative" | undefined;
2258
+ importMeta?: boolean | undefined;
2259
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2260
+ dynamicImportPreload?: number | boolean | undefined;
2261
+ dynamicImportPrefetch?: number | boolean | undefined;
2262
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2263
+ exprContextCritical?: boolean | undefined;
2264
+ wrappedContextCritical?: boolean | undefined;
2265
+ wrappedContextRegExp?: RegExp | undefined;
2266
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2267
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2268
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2269
+ strictExportPresence?: boolean | undefined;
2270
+ worker?: boolean | string[] | undefined;
2271
+ overrideStrict?: "strict" | "non-strict" | undefined;
2272
+ requireAsExpression?: boolean | undefined;
2273
+ requireDynamic?: boolean | undefined;
2274
+ requireResolve?: boolean | undefined;
2275
+ importDynamic?: boolean | undefined;
2276
+ } | undefined;
2277
+ "javascript/esm"?: {
2278
+ url?: boolean | "relative" | undefined;
2279
+ importMeta?: boolean | undefined;
2280
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2281
+ dynamicImportPreload?: number | boolean | undefined;
2282
+ dynamicImportPrefetch?: number | boolean | undefined;
2283
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2284
+ exprContextCritical?: boolean | undefined;
2285
+ wrappedContextCritical?: boolean | undefined;
2286
+ wrappedContextRegExp?: RegExp | undefined;
2287
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2288
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2289
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2290
+ strictExportPresence?: boolean | undefined;
2291
+ worker?: boolean | string[] | undefined;
2292
+ overrideStrict?: "strict" | "non-strict" | undefined;
2293
+ requireAsExpression?: boolean | undefined;
2294
+ requireDynamic?: boolean | undefined;
2295
+ requireResolve?: boolean | undefined;
2296
+ importDynamic?: boolean | undefined;
2297
+ } | undefined;
2298
+ }, {
2299
+ css?: {
2300
+ url?: boolean | undefined;
2301
+ namedExports?: boolean | undefined;
2302
+ } | undefined;
2303
+ "css/auto"?: {
2304
+ url?: boolean | undefined;
2305
+ namedExports?: boolean | undefined;
2306
+ } | undefined;
2307
+ "css/module"?: {
2308
+ url?: boolean | undefined;
2309
+ namedExports?: boolean | undefined;
2310
+ } | undefined;
2311
+ asset?: {
2312
+ dataUrlCondition?: {
2313
+ maxSize?: number | undefined;
2314
+ } | undefined;
2315
+ } | undefined;
2316
+ javascript?: {
2317
+ url?: boolean | "relative" | undefined;
2318
+ importMeta?: boolean | undefined;
2319
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2320
+ dynamicImportPreload?: number | boolean | undefined;
2321
+ dynamicImportPrefetch?: number | boolean | undefined;
2322
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2323
+ exprContextCritical?: boolean | undefined;
2324
+ wrappedContextCritical?: boolean | undefined;
2325
+ wrappedContextRegExp?: RegExp | undefined;
2326
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2327
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2328
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2329
+ strictExportPresence?: boolean | undefined;
2330
+ worker?: boolean | string[] | undefined;
2331
+ overrideStrict?: "strict" | "non-strict" | undefined;
2332
+ requireAsExpression?: boolean | undefined;
2333
+ requireDynamic?: boolean | undefined;
2334
+ requireResolve?: boolean | undefined;
2335
+ importDynamic?: boolean | undefined;
2336
+ } | undefined;
2337
+ "javascript/auto"?: {
2338
+ url?: boolean | "relative" | undefined;
2339
+ importMeta?: boolean | undefined;
2340
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2341
+ dynamicImportPreload?: number | boolean | undefined;
2342
+ dynamicImportPrefetch?: number | boolean | undefined;
2343
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2344
+ exprContextCritical?: boolean | undefined;
2345
+ wrappedContextCritical?: boolean | undefined;
2346
+ wrappedContextRegExp?: RegExp | undefined;
2347
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2348
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2349
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2350
+ strictExportPresence?: boolean | undefined;
2351
+ worker?: boolean | string[] | undefined;
2352
+ overrideStrict?: "strict" | "non-strict" | undefined;
2353
+ requireAsExpression?: boolean | undefined;
2354
+ requireDynamic?: boolean | undefined;
2355
+ requireResolve?: boolean | undefined;
2356
+ importDynamic?: boolean | undefined;
2357
+ } | undefined;
2358
+ "javascript/dynamic"?: {
2359
+ url?: boolean | "relative" | undefined;
2360
+ importMeta?: boolean | undefined;
2361
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2362
+ dynamicImportPreload?: number | boolean | undefined;
2363
+ dynamicImportPrefetch?: number | boolean | undefined;
2364
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2365
+ exprContextCritical?: boolean | undefined;
2366
+ wrappedContextCritical?: boolean | undefined;
2367
+ wrappedContextRegExp?: RegExp | undefined;
2368
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2369
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2370
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2371
+ strictExportPresence?: boolean | undefined;
2372
+ worker?: boolean | string[] | undefined;
2373
+ overrideStrict?: "strict" | "non-strict" | undefined;
2374
+ requireAsExpression?: boolean | undefined;
2375
+ requireDynamic?: boolean | undefined;
2376
+ requireResolve?: boolean | undefined;
2377
+ importDynamic?: boolean | undefined;
2378
+ } | undefined;
2379
+ "javascript/esm"?: {
2380
+ url?: boolean | "relative" | undefined;
2381
+ importMeta?: boolean | undefined;
2382
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2383
+ dynamicImportPreload?: number | boolean | undefined;
2384
+ dynamicImportPrefetch?: number | boolean | undefined;
2385
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2386
+ exprContextCritical?: boolean | undefined;
2387
+ wrappedContextCritical?: boolean | undefined;
2388
+ wrappedContextRegExp?: RegExp | undefined;
2389
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2390
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2391
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2392
+ strictExportPresence?: boolean | undefined;
2393
+ worker?: boolean | string[] | undefined;
2394
+ overrideStrict?: "strict" | "non-strict" | undefined;
2395
+ requireAsExpression?: boolean | undefined;
2396
+ requireDynamic?: boolean | undefined;
2397
+ requireResolve?: boolean | undefined;
2398
+ importDynamic?: boolean | undefined;
2399
+ } | undefined;
2400
+ }>>;
2401
+ generator: z.ZodOptional<z.ZodObject<{
2402
+ asset: z.ZodOptional<z.ZodObject<{
2403
+ dataUrl: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2404
+ encoding: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodLiteral<"base64">]>>;
2405
+ mimetype: z.ZodOptional<z.ZodString>;
2406
+ }, "strict", z.ZodTypeAny, {
2407
+ mimetype?: string | undefined;
2408
+ encoding?: false | "base64" | undefined;
2409
+ }, {
2410
+ mimetype?: string | undefined;
2411
+ encoding?: false | "base64" | undefined;
2412
+ }>, z.ZodFunction<z.ZodTuple<[z.ZodType<Buffer<ArrayBufferLike>, z.ZodTypeDef, Buffer<ArrayBufferLike>>, z.ZodObject<{
2413
+ filename: z.ZodString;
2414
+ module: z.ZodType<Module, z.ZodTypeDef, Module>;
2415
+ }, "strict", z.ZodTypeAny, {
2416
+ module: Module;
2417
+ filename: string;
2418
+ }, {
2419
+ module: Module;
2420
+ filename: string;
2421
+ }>], z.ZodUnknown>, z.ZodString>]>>;
2422
+ } & {
2423
+ emit: z.ZodOptional<z.ZodBoolean>;
2424
+ filename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
2425
+ publicPath: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"auto">, z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>]>>;
2426
+ outputPath: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
2427
+ }, "strict", z.ZodTypeAny, {
2428
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2429
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2430
+ emit?: boolean | undefined;
2431
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2432
+ dataUrl?: {
2433
+ mimetype?: string | undefined;
2434
+ encoding?: false | "base64" | undefined;
2435
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2436
+ module: Module;
2437
+ filename: string;
2438
+ }, ...args: unknown[]) => string) | undefined;
2439
+ }, {
2440
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2441
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2442
+ emit?: boolean | undefined;
2443
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2444
+ dataUrl?: {
2445
+ mimetype?: string | undefined;
2446
+ encoding?: false | "base64" | undefined;
2447
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2448
+ module: Module;
2449
+ filename: string;
2450
+ }, ...args: unknown[]) => string) | undefined;
2451
+ }>>;
2452
+ "asset/inline": z.ZodOptional<z.ZodObject<{
2453
+ dataUrl: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2454
+ encoding: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodLiteral<"base64">]>>;
2455
+ mimetype: z.ZodOptional<z.ZodString>;
2456
+ }, "strict", z.ZodTypeAny, {
2457
+ mimetype?: string | undefined;
2458
+ encoding?: false | "base64" | undefined;
2459
+ }, {
2460
+ mimetype?: string | undefined;
2461
+ encoding?: false | "base64" | undefined;
2462
+ }>, z.ZodFunction<z.ZodTuple<[z.ZodType<Buffer<ArrayBufferLike>, z.ZodTypeDef, Buffer<ArrayBufferLike>>, z.ZodObject<{
2463
+ filename: z.ZodString;
2464
+ module: z.ZodType<Module, z.ZodTypeDef, Module>;
2465
+ }, "strict", z.ZodTypeAny, {
2466
+ module: Module;
2467
+ filename: string;
2468
+ }, {
2469
+ module: Module;
2470
+ filename: string;
2471
+ }>], z.ZodUnknown>, z.ZodString>]>>;
2472
+ }, "strict", z.ZodTypeAny, {
2473
+ dataUrl?: {
2474
+ mimetype?: string | undefined;
2475
+ encoding?: false | "base64" | undefined;
2476
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2477
+ module: Module;
2478
+ filename: string;
2479
+ }, ...args: unknown[]) => string) | undefined;
2480
+ }, {
2481
+ dataUrl?: {
2482
+ mimetype?: string | undefined;
2483
+ encoding?: false | "base64" | undefined;
2484
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2485
+ module: Module;
2486
+ filename: string;
2487
+ }, ...args: unknown[]) => string) | undefined;
2488
+ }>>;
2489
+ "asset/resource": z.ZodOptional<z.ZodObject<{
2490
+ emit: z.ZodOptional<z.ZodBoolean>;
2491
+ filename: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
2492
+ publicPath: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"auto">, z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>]>>;
2493
+ outputPath: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodType<PathData, z.ZodTypeDef, PathData>, z.ZodOptional<z.ZodType<AssetInfo, z.ZodTypeDef, AssetInfo>>], z.ZodUnknown>, z.ZodString>]>>;
2494
+ }, "strict", z.ZodTypeAny, {
2495
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2496
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2497
+ emit?: boolean | undefined;
2498
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2499
+ }, {
2500
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2501
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2502
+ emit?: boolean | undefined;
2503
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2504
+ }>>;
2505
+ css: z.ZodOptional<z.ZodObject<{
2506
+ exportsOnly: z.ZodOptional<z.ZodBoolean>;
2507
+ esModule: z.ZodOptional<z.ZodBoolean>;
2508
+ }, "strict", z.ZodTypeAny, {
2509
+ exportsOnly?: boolean | undefined;
2510
+ esModule?: boolean | undefined;
2511
+ }, {
2512
+ exportsOnly?: boolean | undefined;
2513
+ esModule?: boolean | undefined;
2514
+ }>>;
2515
+ "css/auto": z.ZodOptional<z.ZodObject<{
2516
+ exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2517
+ exportsOnly: z.ZodOptional<z.ZodBoolean>;
2518
+ localIdentName: z.ZodOptional<z.ZodString>;
2519
+ esModule: z.ZodOptional<z.ZodBoolean>;
2520
+ }, "strict", z.ZodTypeAny, {
2521
+ exportsOnly?: boolean | undefined;
2522
+ esModule?: boolean | undefined;
2523
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2524
+ localIdentName?: string | undefined;
2525
+ }, {
2526
+ exportsOnly?: boolean | undefined;
2527
+ esModule?: boolean | undefined;
2528
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2529
+ localIdentName?: string | undefined;
2530
+ }>>;
2531
+ "css/module": z.ZodOptional<z.ZodObject<{
2532
+ exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2533
+ exportsOnly: z.ZodOptional<z.ZodBoolean>;
2534
+ localIdentName: z.ZodOptional<z.ZodString>;
2535
+ esModule: z.ZodOptional<z.ZodBoolean>;
2536
+ }, "strict", z.ZodTypeAny, {
2537
+ exportsOnly?: boolean | undefined;
2538
+ esModule?: boolean | undefined;
2539
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2540
+ localIdentName?: string | undefined;
2541
+ }, {
2542
+ exportsOnly?: boolean | undefined;
2543
+ esModule?: boolean | undefined;
2544
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2545
+ localIdentName?: string | undefined;
2546
+ }>>;
2547
+ json: z.ZodOptional<z.ZodObject<{
2548
+ JSONParse: z.ZodOptional<z.ZodBoolean>;
2549
+ }, "strict", z.ZodTypeAny, {
2550
+ JSONParse?: boolean | undefined;
2551
+ }, {
2552
+ JSONParse?: boolean | undefined;
2553
+ }>>;
2554
+ }, "strict", z.ZodTypeAny, {
2555
+ css?: {
2556
+ exportsOnly?: boolean | undefined;
2557
+ esModule?: boolean | undefined;
2558
+ } | undefined;
2559
+ "css/auto"?: {
2560
+ exportsOnly?: boolean | undefined;
2561
+ esModule?: boolean | undefined;
2562
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2563
+ localIdentName?: string | undefined;
2564
+ } | undefined;
2565
+ "css/module"?: {
2566
+ exportsOnly?: boolean | undefined;
2567
+ esModule?: boolean | undefined;
2568
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2569
+ localIdentName?: string | undefined;
2570
+ } | undefined;
2571
+ asset?: {
2572
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2573
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2574
+ emit?: boolean | undefined;
2575
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2576
+ dataUrl?: {
2577
+ mimetype?: string | undefined;
2578
+ encoding?: false | "base64" | undefined;
2579
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2580
+ module: Module;
2581
+ filename: string;
2582
+ }, ...args: unknown[]) => string) | undefined;
2583
+ } | undefined;
2584
+ json?: {
2585
+ JSONParse?: boolean | undefined;
2586
+ } | undefined;
2587
+ "asset/inline"?: {
2588
+ dataUrl?: {
2589
+ mimetype?: string | undefined;
2590
+ encoding?: false | "base64" | undefined;
2591
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2592
+ module: Module;
2593
+ filename: string;
2594
+ }, ...args: unknown[]) => string) | undefined;
2595
+ } | undefined;
2596
+ "asset/resource"?: {
2597
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2598
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2599
+ emit?: boolean | undefined;
2600
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2601
+ } | undefined;
2602
+ }, {
2603
+ css?: {
2604
+ exportsOnly?: boolean | undefined;
2605
+ esModule?: boolean | undefined;
2606
+ } | undefined;
2607
+ "css/auto"?: {
2608
+ exportsOnly?: boolean | undefined;
2609
+ esModule?: boolean | undefined;
2610
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2611
+ localIdentName?: string | undefined;
2612
+ } | undefined;
2613
+ "css/module"?: {
2614
+ exportsOnly?: boolean | undefined;
2615
+ esModule?: boolean | undefined;
2616
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2617
+ localIdentName?: string | undefined;
2618
+ } | undefined;
2619
+ asset?: {
2620
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2621
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2622
+ emit?: boolean | undefined;
2623
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2624
+ dataUrl?: {
2625
+ mimetype?: string | undefined;
2626
+ encoding?: false | "base64" | undefined;
2627
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2628
+ module: Module;
2629
+ filename: string;
2630
+ }, ...args: unknown[]) => string) | undefined;
2631
+ } | undefined;
2632
+ json?: {
2633
+ JSONParse?: boolean | undefined;
2634
+ } | undefined;
2635
+ "asset/inline"?: {
2636
+ dataUrl?: {
2637
+ mimetype?: string | undefined;
2638
+ encoding?: false | "base64" | undefined;
2639
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2640
+ module: Module;
2641
+ filename: string;
2642
+ }, ...args: unknown[]) => string) | undefined;
2643
+ } | undefined;
2644
+ "asset/resource"?: {
2645
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2646
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2647
+ emit?: boolean | undefined;
2648
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2649
+ } | undefined;
2650
+ }>>;
2651
+ noParse: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>]>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>]>, "many">]>>;
2652
+ }, "strict", z.ZodTypeAny, {
2653
+ parser?: {
2654
+ css?: {
2655
+ url?: boolean | undefined;
2656
+ namedExports?: boolean | undefined;
2657
+ } | undefined;
2658
+ "css/auto"?: {
2659
+ url?: boolean | undefined;
2660
+ namedExports?: boolean | undefined;
2661
+ } | undefined;
2662
+ "css/module"?: {
2663
+ url?: boolean | undefined;
2664
+ namedExports?: boolean | undefined;
2665
+ } | undefined;
2666
+ asset?: {
2667
+ dataUrlCondition?: {
2668
+ maxSize?: number | undefined;
2669
+ } | undefined;
2670
+ } | undefined;
2671
+ javascript?: {
2672
+ url?: boolean | "relative" | undefined;
2673
+ importMeta?: boolean | undefined;
2674
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2675
+ dynamicImportPreload?: number | boolean | undefined;
2676
+ dynamicImportPrefetch?: number | boolean | undefined;
2677
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2678
+ exprContextCritical?: boolean | undefined;
2679
+ wrappedContextCritical?: boolean | undefined;
2680
+ wrappedContextRegExp?: RegExp | undefined;
2681
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2682
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2683
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2684
+ strictExportPresence?: boolean | undefined;
2685
+ worker?: boolean | string[] | undefined;
2686
+ overrideStrict?: "strict" | "non-strict" | undefined;
2687
+ requireAsExpression?: boolean | undefined;
2688
+ requireDynamic?: boolean | undefined;
2689
+ requireResolve?: boolean | undefined;
2690
+ importDynamic?: boolean | undefined;
2691
+ } | undefined;
2692
+ "javascript/auto"?: {
2693
+ url?: boolean | "relative" | undefined;
2694
+ importMeta?: boolean | undefined;
2695
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2696
+ dynamicImportPreload?: number | boolean | undefined;
2697
+ dynamicImportPrefetch?: number | boolean | undefined;
2698
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2699
+ exprContextCritical?: boolean | undefined;
2700
+ wrappedContextCritical?: boolean | undefined;
2701
+ wrappedContextRegExp?: RegExp | undefined;
2702
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2703
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2704
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2705
+ strictExportPresence?: boolean | undefined;
2706
+ worker?: boolean | string[] | undefined;
2707
+ overrideStrict?: "strict" | "non-strict" | undefined;
2708
+ requireAsExpression?: boolean | undefined;
2709
+ requireDynamic?: boolean | undefined;
2710
+ requireResolve?: boolean | undefined;
2711
+ importDynamic?: boolean | undefined;
2712
+ } | undefined;
2713
+ "javascript/dynamic"?: {
2714
+ url?: boolean | "relative" | undefined;
2715
+ importMeta?: boolean | undefined;
2716
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2717
+ dynamicImportPreload?: number | boolean | undefined;
2718
+ dynamicImportPrefetch?: number | boolean | undefined;
2719
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2720
+ exprContextCritical?: boolean | undefined;
2721
+ wrappedContextCritical?: boolean | undefined;
2722
+ wrappedContextRegExp?: RegExp | undefined;
2723
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2724
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2725
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2726
+ strictExportPresence?: boolean | undefined;
2727
+ worker?: boolean | string[] | undefined;
2728
+ overrideStrict?: "strict" | "non-strict" | undefined;
2729
+ requireAsExpression?: boolean | undefined;
2730
+ requireDynamic?: boolean | undefined;
2731
+ requireResolve?: boolean | undefined;
2732
+ importDynamic?: boolean | undefined;
2733
+ } | undefined;
2734
+ "javascript/esm"?: {
2735
+ url?: boolean | "relative" | undefined;
2736
+ importMeta?: boolean | undefined;
2737
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2738
+ dynamicImportPreload?: number | boolean | undefined;
2739
+ dynamicImportPrefetch?: number | boolean | undefined;
2740
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2741
+ exprContextCritical?: boolean | undefined;
2742
+ wrappedContextCritical?: boolean | undefined;
2743
+ wrappedContextRegExp?: RegExp | undefined;
2744
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2745
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2746
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2747
+ strictExportPresence?: boolean | undefined;
2748
+ worker?: boolean | string[] | undefined;
2749
+ overrideStrict?: "strict" | "non-strict" | undefined;
2750
+ requireAsExpression?: boolean | undefined;
2751
+ requireDynamic?: boolean | undefined;
2752
+ requireResolve?: boolean | undefined;
2753
+ importDynamic?: boolean | undefined;
2754
+ } | undefined;
2755
+ } | undefined;
2756
+ generator?: {
2757
+ css?: {
2758
+ exportsOnly?: boolean | undefined;
2759
+ esModule?: boolean | undefined;
2760
+ } | undefined;
2761
+ "css/auto"?: {
2762
+ exportsOnly?: boolean | undefined;
2763
+ esModule?: boolean | undefined;
2764
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2765
+ localIdentName?: string | undefined;
2766
+ } | undefined;
2767
+ "css/module"?: {
2768
+ exportsOnly?: boolean | undefined;
2769
+ esModule?: boolean | undefined;
2770
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2771
+ localIdentName?: string | undefined;
2772
+ } | undefined;
2773
+ asset?: {
2774
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2775
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2776
+ emit?: boolean | undefined;
2777
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2778
+ dataUrl?: {
2779
+ mimetype?: string | undefined;
2780
+ encoding?: false | "base64" | undefined;
2781
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2782
+ module: Module;
2783
+ filename: string;
2784
+ }, ...args: unknown[]) => string) | undefined;
2785
+ } | undefined;
2786
+ json?: {
2787
+ JSONParse?: boolean | undefined;
2788
+ } | undefined;
2789
+ "asset/inline"?: {
2790
+ dataUrl?: {
2791
+ mimetype?: string | undefined;
2792
+ encoding?: false | "base64" | undefined;
2793
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2794
+ module: Module;
2795
+ filename: string;
2796
+ }, ...args: unknown[]) => string) | undefined;
2797
+ } | undefined;
2798
+ "asset/resource"?: {
2799
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2800
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2801
+ emit?: boolean | undefined;
2802
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2803
+ } | undefined;
2804
+ } | undefined;
2805
+ rules?: (false | "" | 0 | "..." | t.RuleSetRule | null | undefined)[] | undefined;
2806
+ defaultRules?: (false | "" | 0 | "..." | t.RuleSetRule | null | undefined)[] | undefined;
2807
+ noParse?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
2808
+ }, {
2809
+ parser?: {
2810
+ css?: {
2811
+ url?: boolean | undefined;
2812
+ namedExports?: boolean | undefined;
2813
+ } | undefined;
2814
+ "css/auto"?: {
2815
+ url?: boolean | undefined;
2816
+ namedExports?: boolean | undefined;
2817
+ } | undefined;
2818
+ "css/module"?: {
2819
+ url?: boolean | undefined;
2820
+ namedExports?: boolean | undefined;
2821
+ } | undefined;
2822
+ asset?: {
2823
+ dataUrlCondition?: {
2824
+ maxSize?: number | undefined;
2825
+ } | undefined;
2826
+ } | undefined;
2827
+ javascript?: {
2828
+ url?: boolean | "relative" | undefined;
2829
+ importMeta?: boolean | undefined;
2830
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2831
+ dynamicImportPreload?: number | boolean | undefined;
2832
+ dynamicImportPrefetch?: number | boolean | undefined;
2833
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2834
+ exprContextCritical?: boolean | undefined;
2835
+ wrappedContextCritical?: boolean | undefined;
2836
+ wrappedContextRegExp?: RegExp | undefined;
2837
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2838
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2839
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2840
+ strictExportPresence?: boolean | undefined;
2841
+ worker?: boolean | string[] | undefined;
2842
+ overrideStrict?: "strict" | "non-strict" | undefined;
2843
+ requireAsExpression?: boolean | undefined;
2844
+ requireDynamic?: boolean | undefined;
2845
+ requireResolve?: boolean | undefined;
2846
+ importDynamic?: boolean | undefined;
2847
+ } | undefined;
2848
+ "javascript/auto"?: {
2849
+ url?: boolean | "relative" | undefined;
2850
+ importMeta?: boolean | undefined;
2851
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2852
+ dynamicImportPreload?: number | boolean | undefined;
2853
+ dynamicImportPrefetch?: number | boolean | undefined;
2854
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2855
+ exprContextCritical?: boolean | undefined;
2856
+ wrappedContextCritical?: boolean | undefined;
2857
+ wrappedContextRegExp?: RegExp | undefined;
2858
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2859
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2860
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2861
+ strictExportPresence?: boolean | undefined;
2862
+ worker?: boolean | string[] | undefined;
2863
+ overrideStrict?: "strict" | "non-strict" | undefined;
2864
+ requireAsExpression?: boolean | undefined;
2865
+ requireDynamic?: boolean | undefined;
2866
+ requireResolve?: boolean | undefined;
2867
+ importDynamic?: boolean | undefined;
2868
+ } | undefined;
2869
+ "javascript/dynamic"?: {
2870
+ url?: boolean | "relative" | undefined;
2871
+ importMeta?: boolean | undefined;
2872
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2873
+ dynamicImportPreload?: number | boolean | undefined;
2874
+ dynamicImportPrefetch?: number | boolean | undefined;
2875
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2876
+ exprContextCritical?: boolean | undefined;
2877
+ wrappedContextCritical?: boolean | undefined;
2878
+ wrappedContextRegExp?: RegExp | undefined;
2879
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2880
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2881
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2882
+ strictExportPresence?: boolean | undefined;
2883
+ worker?: boolean | string[] | undefined;
2884
+ overrideStrict?: "strict" | "non-strict" | undefined;
2885
+ requireAsExpression?: boolean | undefined;
2886
+ requireDynamic?: boolean | undefined;
2887
+ requireResolve?: boolean | undefined;
2888
+ importDynamic?: boolean | undefined;
2889
+ } | undefined;
2890
+ "javascript/esm"?: {
2891
+ url?: boolean | "relative" | undefined;
2892
+ importMeta?: boolean | undefined;
2893
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
2894
+ dynamicImportPreload?: number | boolean | undefined;
2895
+ dynamicImportPrefetch?: number | boolean | undefined;
2896
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
2897
+ exprContextCritical?: boolean | undefined;
2898
+ wrappedContextCritical?: boolean | undefined;
2899
+ wrappedContextRegExp?: RegExp | undefined;
2900
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
2901
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2902
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
2903
+ strictExportPresence?: boolean | undefined;
2904
+ worker?: boolean | string[] | undefined;
2905
+ overrideStrict?: "strict" | "non-strict" | undefined;
2906
+ requireAsExpression?: boolean | undefined;
2907
+ requireDynamic?: boolean | undefined;
2908
+ requireResolve?: boolean | undefined;
2909
+ importDynamic?: boolean | undefined;
2910
+ } | undefined;
2911
+ } | undefined;
2912
+ generator?: {
2913
+ css?: {
2914
+ exportsOnly?: boolean | undefined;
2915
+ esModule?: boolean | undefined;
2916
+ } | undefined;
2917
+ "css/auto"?: {
2918
+ exportsOnly?: boolean | undefined;
2919
+ esModule?: boolean | undefined;
2920
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2921
+ localIdentName?: string | undefined;
2922
+ } | undefined;
2923
+ "css/module"?: {
2924
+ exportsOnly?: boolean | undefined;
2925
+ esModule?: boolean | undefined;
2926
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2927
+ localIdentName?: string | undefined;
2928
+ } | undefined;
2929
+ asset?: {
2930
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2931
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2932
+ emit?: boolean | undefined;
2933
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2934
+ dataUrl?: {
2935
+ mimetype?: string | undefined;
2936
+ encoding?: false | "base64" | undefined;
2937
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2938
+ module: Module;
2939
+ filename: string;
2940
+ }, ...args: unknown[]) => string) | undefined;
2941
+ } | undefined;
2942
+ json?: {
2943
+ JSONParse?: boolean | undefined;
2944
+ } | undefined;
2945
+ "asset/inline"?: {
2946
+ dataUrl?: {
2947
+ mimetype?: string | undefined;
2948
+ encoding?: false | "base64" | undefined;
2949
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
2950
+ module: Module;
2951
+ filename: string;
2952
+ }, ...args: unknown[]) => string) | undefined;
2953
+ } | undefined;
2954
+ "asset/resource"?: {
2955
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2956
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2957
+ emit?: boolean | undefined;
2958
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
2959
+ } | undefined;
2960
+ } | undefined;
2961
+ rules?: (false | "" | 0 | "..." | t.RuleSetRule | null | undefined)[] | undefined;
2962
+ defaultRules?: (false | "" | 0 | "..." | t.RuleSetRule | null | undefined)[] | undefined;
2963
+ noParse?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
2964
+ }>>;
2965
+ profile: z.ZodOptional<z.ZodBoolean>;
2966
+ amd: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodRecord<z.ZodString, z.ZodAny>]>>;
2967
+ bail: z.ZodOptional<z.ZodBoolean>;
2968
+ performance: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2969
+ assetFilter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>>;
2970
+ hints: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "warning"]>, z.ZodLiteral<false>]>>;
2971
+ maxAssetSize: z.ZodOptional<z.ZodNumber>;
2972
+ maxEntrypointSize: z.ZodOptional<z.ZodNumber>;
2973
+ }, "strict", z.ZodTypeAny, {
2974
+ assetFilter?: ((args_0: string, ...args: unknown[]) => boolean) | undefined;
2975
+ hints?: false | "error" | "warning" | undefined;
2976
+ maxAssetSize?: number | undefined;
2977
+ maxEntrypointSize?: number | undefined;
2978
+ }, {
2979
+ assetFilter?: ((args_0: string, ...args: unknown[]) => boolean) | undefined;
2980
+ hints?: false | "error" | "warning" | undefined;
2981
+ maxAssetSize?: number | undefined;
2982
+ maxEntrypointSize?: number | undefined;
2983
+ }>, z.ZodLiteral<false>]>>;
2984
+ }, "strict", z.ZodTypeAny, {
2985
+ name?: string | undefined;
2986
+ module?: {
2987
+ parser?: {
2988
+ css?: {
2989
+ url?: boolean | undefined;
2990
+ namedExports?: boolean | undefined;
2991
+ } | undefined;
2992
+ "css/auto"?: {
2993
+ url?: boolean | undefined;
2994
+ namedExports?: boolean | undefined;
2995
+ } | undefined;
2996
+ "css/module"?: {
2997
+ url?: boolean | undefined;
2998
+ namedExports?: boolean | undefined;
2999
+ } | undefined;
3000
+ asset?: {
3001
+ dataUrlCondition?: {
3002
+ maxSize?: number | undefined;
3003
+ } | undefined;
3004
+ } | undefined;
3005
+ javascript?: {
3006
+ url?: boolean | "relative" | undefined;
3007
+ importMeta?: boolean | undefined;
3008
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
3009
+ dynamicImportPreload?: number | boolean | undefined;
3010
+ dynamicImportPrefetch?: number | boolean | undefined;
3011
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
3012
+ exprContextCritical?: boolean | undefined;
3013
+ wrappedContextCritical?: boolean | undefined;
3014
+ wrappedContextRegExp?: RegExp | undefined;
3015
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
3016
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3017
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3018
+ strictExportPresence?: boolean | undefined;
3019
+ worker?: boolean | string[] | undefined;
3020
+ overrideStrict?: "strict" | "non-strict" | undefined;
3021
+ requireAsExpression?: boolean | undefined;
3022
+ requireDynamic?: boolean | undefined;
3023
+ requireResolve?: boolean | undefined;
3024
+ importDynamic?: boolean | undefined;
3025
+ } | undefined;
3026
+ "javascript/auto"?: {
3027
+ url?: boolean | "relative" | undefined;
3028
+ importMeta?: boolean | undefined;
3029
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
3030
+ dynamicImportPreload?: number | boolean | undefined;
3031
+ dynamicImportPrefetch?: number | boolean | undefined;
3032
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
3033
+ exprContextCritical?: boolean | undefined;
3034
+ wrappedContextCritical?: boolean | undefined;
3035
+ wrappedContextRegExp?: RegExp | undefined;
3036
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
3037
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3038
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3039
+ strictExportPresence?: boolean | undefined;
3040
+ worker?: boolean | string[] | undefined;
3041
+ overrideStrict?: "strict" | "non-strict" | undefined;
3042
+ requireAsExpression?: boolean | undefined;
3043
+ requireDynamic?: boolean | undefined;
3044
+ requireResolve?: boolean | undefined;
3045
+ importDynamic?: boolean | undefined;
3046
+ } | undefined;
3047
+ "javascript/dynamic"?: {
3048
+ url?: boolean | "relative" | undefined;
3049
+ importMeta?: boolean | undefined;
3050
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
3051
+ dynamicImportPreload?: number | boolean | undefined;
3052
+ dynamicImportPrefetch?: number | boolean | undefined;
3053
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
3054
+ exprContextCritical?: boolean | undefined;
3055
+ wrappedContextCritical?: boolean | undefined;
3056
+ wrappedContextRegExp?: RegExp | undefined;
3057
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
3058
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3059
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3060
+ strictExportPresence?: boolean | undefined;
3061
+ worker?: boolean | string[] | undefined;
3062
+ overrideStrict?: "strict" | "non-strict" | undefined;
3063
+ requireAsExpression?: boolean | undefined;
3064
+ requireDynamic?: boolean | undefined;
3065
+ requireResolve?: boolean | undefined;
3066
+ importDynamic?: boolean | undefined;
3067
+ } | undefined;
3068
+ "javascript/esm"?: {
3069
+ url?: boolean | "relative" | undefined;
3070
+ importMeta?: boolean | undefined;
3071
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
3072
+ dynamicImportPreload?: number | boolean | undefined;
3073
+ dynamicImportPrefetch?: number | boolean | undefined;
3074
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
3075
+ exprContextCritical?: boolean | undefined;
3076
+ wrappedContextCritical?: boolean | undefined;
3077
+ wrappedContextRegExp?: RegExp | undefined;
3078
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
3079
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3080
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3081
+ strictExportPresence?: boolean | undefined;
3082
+ worker?: boolean | string[] | undefined;
3083
+ overrideStrict?: "strict" | "non-strict" | undefined;
3084
+ requireAsExpression?: boolean | undefined;
3085
+ requireDynamic?: boolean | undefined;
3086
+ requireResolve?: boolean | undefined;
3087
+ importDynamic?: boolean | undefined;
3088
+ } | undefined;
3089
+ } | undefined;
3090
+ generator?: {
3091
+ css?: {
3092
+ exportsOnly?: boolean | undefined;
3093
+ esModule?: boolean | undefined;
3094
+ } | undefined;
3095
+ "css/auto"?: {
3096
+ exportsOnly?: boolean | undefined;
3097
+ esModule?: boolean | undefined;
3098
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3099
+ localIdentName?: string | undefined;
3100
+ } | undefined;
3101
+ "css/module"?: {
3102
+ exportsOnly?: boolean | undefined;
3103
+ esModule?: boolean | undefined;
3104
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3105
+ localIdentName?: string | undefined;
3106
+ } | undefined;
3107
+ asset?: {
3108
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3109
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3110
+ emit?: boolean | undefined;
3111
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3112
+ dataUrl?: {
3113
+ mimetype?: string | undefined;
3114
+ encoding?: false | "base64" | undefined;
3115
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
3116
+ module: Module;
3117
+ filename: string;
3118
+ }, ...args: unknown[]) => string) | undefined;
3119
+ } | undefined;
3120
+ json?: {
3121
+ JSONParse?: boolean | undefined;
3122
+ } | undefined;
3123
+ "asset/inline"?: {
3124
+ dataUrl?: {
3125
+ mimetype?: string | undefined;
3126
+ encoding?: false | "base64" | undefined;
3127
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
3128
+ module: Module;
3129
+ filename: string;
3130
+ }, ...args: unknown[]) => string) | undefined;
3131
+ } | undefined;
3132
+ "asset/resource"?: {
3133
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3134
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3135
+ emit?: boolean | undefined;
3136
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3137
+ } | undefined;
3138
+ } | undefined;
3139
+ rules?: (false | "" | 0 | "..." | t.RuleSetRule | null | undefined)[] | undefined;
3140
+ defaultRules?: (false | "" | 0 | "..." | t.RuleSetRule | null | undefined)[] | undefined;
3141
+ noParse?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
3142
+ } | undefined;
3143
+ resolve?: t.ResolveOptions | undefined;
3144
+ context?: string | undefined;
3145
+ performance?: false | {
3146
+ assetFilter?: ((args_0: string, ...args: unknown[]) => boolean) | undefined;
3147
+ hints?: false | "error" | "warning" | undefined;
3148
+ maxAssetSize?: number | undefined;
3149
+ maxEntrypointSize?: number | undefined;
3150
+ } | undefined;
3151
+ amd?: false | Record<string, any> | undefined;
3152
+ externals?: string | RegExp | Record<string, string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue> | ((args_0: t.ExternalItemFunctionData, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue | undefined, args_2: "module" | "import" | "jsonp" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | "promise" | "module-import" | "script" | "node-commonjs" | "commonjs-import" | undefined, ...args: unknown[]) => void, ...args: unknown[]) => unknown) | ((args_0: t.ExternalItemFunctionData, ...args: unknown[]) => Promise<string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue>) | ((args_0: t.ExternalItemFunctionData, ...args: unknown[]) => string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue) | (string | RegExp | Record<string, string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue> | ((args_0: t.ExternalItemFunctionData, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue | undefined, args_2: "module" | "import" | "jsonp" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | "promise" | "module-import" | "script" | "node-commonjs" | "commonjs-import" | undefined, ...args: unknown[]) => void, ...args: unknown[]) => unknown) | ((args_0: t.ExternalItemFunctionData, ...args: unknown[]) => Promise<string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue>) | ((args_0: t.ExternalItemFunctionData, ...args: unknown[]) => string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue))[] | undefined;
3153
+ target?: false | "async-node" | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | `electron${number}-main` | `electron${number}.${number}-main` | `electron${number}-renderer` | `electron${number}.${number}-renderer` | `electron${number}-preload` | `electron${number}.${number}-preload` | `nwjs${number}` | `nwjs${number}.${number}` | `node-webkit${number}` | `node-webkit${number}.${number}` | `browserslist:${string}` | "web" | "webworker" | "electron-main" | "electron-renderer" | "electron-preload" | "nwjs" | "node-webkit" | "browserslist" | ("async-node" | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | `electron${number}-main` | `electron${number}.${number}-main` | `electron${number}-renderer` | `electron${number}.${number}-renderer` | `electron${number}-preload` | `electron${number}.${number}-preload` | `nwjs${number}` | `nwjs${number}.${number}` | `node-webkit${number}` | `node-webkit${number}.${number}` | `browserslist:${string}` | "web" | "webworker" | "electron-main" | "electron-renderer" | "electron-preload" | "nwjs" | "node-webkit" | "browserslist")[] | undefined;
3154
+ entry?: string | string[] | Record<string, string | string[] | {
3155
+ import: string | string[];
3156
+ runtime?: string | false | undefined;
3157
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3158
+ layer?: string | null | undefined;
3159
+ baseUri?: string | undefined;
3160
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3161
+ chunkLoading?: string | false | undefined;
3162
+ asyncChunks?: boolean | undefined;
3163
+ library?: {
3164
+ type: string;
3165
+ name?: string | string[] | {
3166
+ commonjs?: string | undefined;
3167
+ amd?: string | undefined;
3168
+ root?: string | string[] | undefined;
3169
+ } | undefined;
3170
+ amdContainer?: string | undefined;
3171
+ auxiliaryComment?: string | {
3172
+ commonjs?: string | undefined;
3173
+ commonjs2?: string | undefined;
3174
+ amd?: string | undefined;
3175
+ root?: string | undefined;
3176
+ } | undefined;
3177
+ export?: string | string[] | undefined;
3178
+ umdNamedDefine?: boolean | undefined;
3179
+ } | undefined;
3180
+ dependOn?: string | string[] | undefined;
3181
+ wasmLoading?: string | false | undefined;
3182
+ }> | ((...args: unknown[]) => string | string[] | Record<string, string | string[] | {
3183
+ import: string | string[];
3184
+ runtime?: string | false | undefined;
3185
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3186
+ layer?: string | null | undefined;
3187
+ baseUri?: string | undefined;
3188
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3189
+ chunkLoading?: string | false | undefined;
3190
+ asyncChunks?: boolean | undefined;
3191
+ library?: {
3192
+ type: string;
3193
+ name?: string | string[] | {
3194
+ commonjs?: string | undefined;
3195
+ amd?: string | undefined;
3196
+ root?: string | string[] | undefined;
3197
+ } | undefined;
3198
+ amdContainer?: string | undefined;
3199
+ auxiliaryComment?: string | {
3200
+ commonjs?: string | undefined;
3201
+ commonjs2?: string | undefined;
3202
+ amd?: string | undefined;
3203
+ root?: string | undefined;
3204
+ } | undefined;
3205
+ export?: string | string[] | undefined;
3206
+ umdNamedDefine?: boolean | undefined;
3207
+ } | undefined;
3208
+ dependOn?: string | string[] | undefined;
3209
+ wasmLoading?: string | false | undefined;
3210
+ }> | Promise<string | string[] | Record<string, string | string[] | {
3211
+ import: string | string[];
3212
+ runtime?: string | false | undefined;
3213
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3214
+ layer?: string | null | undefined;
3215
+ baseUri?: string | undefined;
3216
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3217
+ chunkLoading?: string | false | undefined;
3218
+ asyncChunks?: boolean | undefined;
3219
+ library?: {
3220
+ type: string;
3221
+ name?: string | string[] | {
3222
+ commonjs?: string | undefined;
3223
+ amd?: string | undefined;
3224
+ root?: string | string[] | undefined;
3225
+ } | undefined;
3226
+ amdContainer?: string | undefined;
3227
+ auxiliaryComment?: string | {
3228
+ commonjs?: string | undefined;
3229
+ commonjs2?: string | undefined;
3230
+ amd?: string | undefined;
3231
+ root?: string | undefined;
3232
+ } | undefined;
3233
+ export?: string | string[] | undefined;
3234
+ umdNamedDefine?: boolean | undefined;
3235
+ } | undefined;
3236
+ dependOn?: string | string[] | undefined;
3237
+ wasmLoading?: string | false | undefined;
3238
+ }>>) | undefined;
3239
+ mode?: "none" | "development" | "production" | undefined;
3240
+ plugins?: (false | "" | 0 | t.RspackPluginInstance | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction | null | undefined)[] | undefined;
3241
+ node?: false | {
3242
+ global?: boolean | "warn" | undefined;
3243
+ __dirname?: boolean | "warn-mock" | "mock" | "eval-only" | "node-module" | undefined;
3244
+ __filename?: boolean | "warn-mock" | "mock" | "eval-only" | "node-module" | undefined;
3245
+ } | undefined;
3246
+ profile?: boolean | undefined;
3247
+ cache?: boolean | undefined;
3248
+ watch?: boolean | undefined;
3249
+ output?: {
3250
+ module?: boolean | undefined;
3251
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3252
+ environment?: {
3253
+ module?: boolean | undefined;
3254
+ dynamicImport?: boolean | undefined;
3255
+ optionalChaining?: boolean | undefined;
3256
+ arrowFunction?: boolean | undefined;
3257
+ asyncFunction?: boolean | undefined;
3258
+ bigIntLiteral?: boolean | undefined;
3259
+ const?: boolean | undefined;
3260
+ destructuring?: boolean | undefined;
3261
+ document?: boolean | undefined;
3262
+ dynamicImportInWorker?: boolean | undefined;
3263
+ forOf?: boolean | undefined;
3264
+ globalThis?: boolean | undefined;
3265
+ nodePrefixForCoreModules?: boolean | undefined;
3266
+ templateLiteral?: boolean | undefined;
3267
+ } | undefined;
3268
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3269
+ chunkFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3270
+ chunkLoading?: string | false | undefined;
3271
+ asyncChunks?: boolean | undefined;
3272
+ library?: string | string[] | {
3273
+ commonjs?: string | undefined;
3274
+ amd?: string | undefined;
3275
+ root?: string | string[] | undefined;
3276
+ } | {
3277
+ type: string;
3278
+ name?: string | string[] | {
3279
+ commonjs?: string | undefined;
3280
+ amd?: string | undefined;
3281
+ root?: string | string[] | undefined;
3282
+ } | undefined;
3283
+ amdContainer?: string | undefined;
3284
+ auxiliaryComment?: string | {
3285
+ commonjs?: string | undefined;
3286
+ commonjs2?: string | undefined;
3287
+ amd?: string | undefined;
3288
+ root?: string | undefined;
3289
+ } | undefined;
3290
+ export?: string | string[] | undefined;
3291
+ umdNamedDefine?: boolean | undefined;
3292
+ } | undefined;
3293
+ path?: string | undefined;
3294
+ wasmLoading?: string | false | undefined;
3295
+ cssHeadDataCompression?: boolean | undefined;
3296
+ auxiliaryComment?: string | {
3297
+ commonjs?: string | undefined;
3298
+ commonjs2?: string | undefined;
3299
+ amd?: string | undefined;
3300
+ root?: string | undefined;
3301
+ } | undefined;
3302
+ umdNamedDefine?: boolean | undefined;
3303
+ pathinfo?: boolean | "verbose" | undefined;
3304
+ clean?: boolean | {
3305
+ keep?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | undefined;
3306
+ } | undefined;
3307
+ crossOriginLoading?: false | "anonymous" | "use-credentials" | undefined;
3308
+ cssFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3309
+ cssChunkFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3310
+ hotUpdateMainFilename?: string | undefined;
3311
+ hotUpdateChunkFilename?: string | undefined;
3312
+ hotUpdateGlobal?: string | undefined;
3313
+ assetModuleFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3314
+ uniqueName?: string | undefined;
3315
+ chunkLoadingGlobal?: string | undefined;
3316
+ enabledLibraryTypes?: string[] | undefined;
3317
+ libraryExport?: string | string[] | undefined;
3318
+ libraryTarget?: string | undefined;
3319
+ strictModuleExceptionHandling?: boolean | undefined;
3320
+ strictModuleErrorHandling?: boolean | undefined;
3321
+ globalObject?: string | undefined;
3322
+ importFunctionName?: string | undefined;
3323
+ importMetaName?: string | undefined;
3324
+ iife?: boolean | undefined;
3325
+ enabledWasmLoadingTypes?: string[] | undefined;
3326
+ webassemblyModuleFilename?: string | undefined;
3327
+ chunkFormat?: string | false | undefined;
3328
+ enabledChunkLoadingTypes?: string[] | undefined;
3329
+ trustedTypes?: string | true | {
3330
+ policyName?: string | undefined;
3331
+ onPolicyCreationFailure?: "continue" | "stop" | undefined;
3332
+ } | undefined;
3333
+ sourceMapFilename?: string | undefined;
3334
+ hashDigest?: string | undefined;
3335
+ hashDigestLength?: number | undefined;
3336
+ hashFunction?: "md4" | "xxhash64" | undefined;
3337
+ hashSalt?: string | undefined;
3338
+ workerChunkLoading?: string | false | undefined;
3339
+ workerWasmLoading?: string | false | undefined;
3340
+ workerPublicPath?: string | undefined;
3341
+ scriptType?: false | "module" | "text/javascript" | undefined;
3342
+ devtoolNamespace?: string | undefined;
3343
+ devtoolModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
3344
+ devtoolFallbackModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
3345
+ chunkLoadTimeout?: number | undefined;
3346
+ charset?: boolean | undefined;
3347
+ compareBeforeEmit?: boolean | undefined;
3348
+ } | undefined;
3349
+ stats?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | "minimal" | "detailed" | "summary" | {
3350
+ ids?: boolean | undefined;
3351
+ runtime?: boolean | undefined;
3352
+ hash?: boolean | undefined;
3353
+ modules?: boolean | undefined;
3354
+ all?: boolean | undefined;
3355
+ preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | "minimal" | "detailed" | "summary" | undefined;
3356
+ assets?: boolean | undefined;
3357
+ chunks?: boolean | undefined;
3358
+ entrypoints?: boolean | "auto" | undefined;
3359
+ chunkGroups?: boolean | undefined;
3360
+ warnings?: boolean | undefined;
3361
+ warningsCount?: boolean | undefined;
3362
+ errors?: boolean | undefined;
3363
+ errorsCount?: boolean | undefined;
3364
+ colors?: boolean | undefined;
3365
+ version?: boolean | undefined;
3366
+ reasons?: boolean | undefined;
3367
+ publicPath?: boolean | undefined;
3368
+ outputPath?: boolean | undefined;
3369
+ chunkModules?: boolean | undefined;
3370
+ chunkRelations?: boolean | undefined;
3371
+ timings?: boolean | undefined;
3372
+ builtAt?: boolean | undefined;
3373
+ moduleAssets?: boolean | undefined;
3374
+ nestedModules?: boolean | undefined;
3375
+ source?: boolean | undefined;
3376
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3377
+ loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
3378
+ loggingTrace?: boolean | undefined;
3379
+ runtimeModules?: boolean | undefined;
3380
+ children?: boolean | undefined;
3381
+ usedExports?: boolean | undefined;
3382
+ providedExports?: boolean | undefined;
3383
+ optimizationBailout?: boolean | undefined;
3384
+ groupModulesByType?: boolean | undefined;
3385
+ groupModulesByCacheStatus?: boolean | undefined;
3386
+ groupModulesByLayer?: boolean | undefined;
3387
+ groupModulesByAttributes?: boolean | undefined;
3388
+ groupModulesByPath?: boolean | undefined;
3389
+ groupModulesByExtension?: boolean | undefined;
3390
+ modulesSpace?: number | undefined;
3391
+ chunkModulesSpace?: number | undefined;
3392
+ nestedModulesSpace?: number | undefined;
3393
+ relatedAssets?: boolean | undefined;
3394
+ groupAssetsByEmitStatus?: boolean | undefined;
3395
+ groupAssetsByInfo?: boolean | undefined;
3396
+ groupAssetsByPath?: boolean | undefined;
3397
+ groupAssetsByExtension?: boolean | undefined;
3398
+ groupAssetsByChunk?: boolean | undefined;
3399
+ assetsSpace?: number | undefined;
3400
+ orphanModules?: boolean | undefined;
3401
+ excludeModules?: string | boolean | RegExp | ((args_0: string, args_1: any, args_2: any) => boolean) | (string | RegExp | ((args_0: string, args_1: any, args_2: any) => boolean))[] | undefined;
3402
+ excludeAssets?: string | RegExp | ((args_0: string, args_1: any) => boolean) | (string | RegExp | ((args_0: string, args_1: any) => boolean))[] | undefined;
3403
+ modulesSort?: string | undefined;
3404
+ chunkModulesSort?: string | undefined;
3405
+ nestedModulesSort?: string | undefined;
3406
+ chunksSort?: string | undefined;
3407
+ assetsSort?: string | undefined;
3408
+ performance?: boolean | undefined;
3409
+ env?: boolean | undefined;
3410
+ chunkGroupAuxiliary?: boolean | undefined;
3411
+ chunkGroupChildren?: boolean | undefined;
3412
+ chunkGroupMaxAssets?: number | undefined;
3413
+ dependentModules?: boolean | undefined;
3414
+ chunkOrigins?: boolean | undefined;
3415
+ depth?: boolean | undefined;
3416
+ reasonsSpace?: number | undefined;
3417
+ groupReasonsByOrigin?: boolean | undefined;
3418
+ errorDetails?: boolean | undefined;
3419
+ errorStack?: boolean | undefined;
3420
+ moduleTrace?: boolean | undefined;
3421
+ cachedModules?: boolean | undefined;
3422
+ cachedAssets?: boolean | undefined;
3423
+ cached?: boolean | undefined;
3424
+ errorsSpace?: number | undefined;
3425
+ warningsSpace?: number | undefined;
3426
+ } | undefined;
3427
+ experiments?: {
3428
+ css?: boolean | undefined;
3429
+ topLevelAwait?: boolean | undefined;
3430
+ cache?: boolean | {
3431
+ type: "memory";
3432
+ } | {
3433
+ type: "persistent";
3434
+ version?: string | undefined;
3435
+ buildDependencies?: string[] | undefined;
3436
+ snapshot?: {
3437
+ immutablePaths?: (string | RegExp)[] | undefined;
3438
+ unmanagedPaths?: (string | RegExp)[] | undefined;
3439
+ managedPaths?: (string | RegExp)[] | undefined;
3440
+ } | undefined;
3441
+ storage?: {
3442
+ type: "filesystem";
3443
+ directory?: string | undefined;
3444
+ } | undefined;
3445
+ } | undefined;
3446
+ lazyCompilation?: boolean | {
3447
+ entries?: boolean | undefined;
3448
+ prefix?: string | undefined;
3449
+ test?: RegExp | ((args_0: Module, ...args: unknown[]) => boolean) | undefined;
3450
+ serverUrl?: string | undefined;
3451
+ imports?: boolean | undefined;
3452
+ client?: string | undefined;
3453
+ } | undefined;
3454
+ asyncWebAssembly?: boolean | undefined;
3455
+ outputModule?: boolean | undefined;
3456
+ layers?: boolean | undefined;
3457
+ incremental?: boolean | "safe" | "advance" | "advance-silent" | {
3458
+ providedExports?: boolean | undefined;
3459
+ make?: boolean | undefined;
3460
+ emitAssets?: boolean | undefined;
3461
+ sideEffects?: boolean | undefined;
3462
+ moduleIds?: boolean | undefined;
3463
+ chunkIds?: boolean | undefined;
3464
+ inferAsyncModules?: boolean | undefined;
3465
+ dependenciesDiagnostics?: boolean | undefined;
3466
+ buildChunkGraph?: boolean | undefined;
3467
+ modulesHashes?: boolean | undefined;
3468
+ modulesCodegen?: boolean | undefined;
3469
+ modulesRuntimeRequirements?: boolean | undefined;
3470
+ chunksRuntimeRequirements?: boolean | undefined;
3471
+ chunksHashes?: boolean | undefined;
3472
+ chunksRender?: boolean | undefined;
3473
+ } | undefined;
3474
+ parallelCodeSplitting?: boolean | undefined;
3475
+ futureDefaults?: boolean | undefined;
3476
+ rspackFuture?: {
3477
+ bundlerInfo?: {
3478
+ version?: string | undefined;
3479
+ force?: boolean | ("version" | "uniqueId")[] | undefined;
3480
+ bundler?: string | undefined;
3481
+ } | undefined;
3482
+ } | undefined;
3483
+ buildHttp?: {
3484
+ allowedUris: (string | RegExp)[];
3485
+ httpClient?: ((args_0: string, args_1: Record<string, string>, ...args: unknown[]) => Promise<{
3486
+ status: number;
3487
+ body: Buffer<ArrayBufferLike>;
3488
+ headers: Record<string, string>;
3489
+ }>) | undefined;
3490
+ upgrade?: boolean | undefined;
3491
+ lockfileLocation?: string | undefined;
3492
+ cacheLocation?: string | false | undefined;
3493
+ } | undefined;
3494
+ parallelLoader?: boolean | undefined;
3495
+ } | undefined;
3496
+ devtool?: false | "eval" | "cheap-source-map" | "cheap-module-source-map" | "source-map" | "inline-cheap-source-map" | "inline-cheap-module-source-map" | "inline-source-map" | "inline-nosources-cheap-source-map" | "inline-nosources-cheap-module-source-map" | "inline-nosources-source-map" | "nosources-cheap-source-map" | "nosources-cheap-module-source-map" | "nosources-source-map" | "hidden-nosources-cheap-source-map" | "hidden-nosources-cheap-module-source-map" | "hidden-nosources-source-map" | "hidden-cheap-source-map" | "hidden-cheap-module-source-map" | "hidden-source-map" | "eval-cheap-source-map" | "eval-cheap-module-source-map" | "eval-source-map" | "eval-nosources-cheap-source-map" | "eval-nosources-cheap-module-source-map" | "eval-nosources-source-map" | undefined;
3497
+ loader?: Record<string, any> | undefined;
3498
+ dependencies?: string[] | undefined;
3499
+ infrastructureLogging?: {
3500
+ colors?: boolean | undefined;
3501
+ debug?: string | boolean | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
3502
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3503
+ console?: Console | undefined;
3504
+ appendOnly?: boolean | undefined;
3505
+ stream?: NodeJS.WritableStream | undefined;
3506
+ } | undefined;
3507
+ snapshot?: {} | undefined;
3508
+ extends?: string | string[] | undefined;
3509
+ externalsType?: "module" | "import" | "jsonp" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | "promise" | "module-import" | "script" | "node-commonjs" | "commonjs-import" | undefined;
3510
+ externalsPresets?: {
3511
+ node?: boolean | undefined;
3512
+ web?: boolean | undefined;
3513
+ nwjs?: boolean | undefined;
3514
+ webAsync?: boolean | undefined;
3515
+ electron?: boolean | undefined;
3516
+ electronMain?: boolean | undefined;
3517
+ electronPreload?: boolean | undefined;
3518
+ electronRenderer?: boolean | undefined;
3519
+ } | undefined;
3520
+ ignoreWarnings?: (RegExp | ((args_0: Error, args_1: Compilation, ...args: unknown[]) => boolean))[] | undefined;
3521
+ watchOptions?: {
3522
+ ignored?: string | RegExp | string[] | undefined;
3523
+ aggregateTimeout?: number | undefined;
3524
+ followSymlinks?: boolean | undefined;
3525
+ poll?: number | boolean | undefined;
3526
+ stdin?: boolean | undefined;
3527
+ } | undefined;
3528
+ optimization?: {
3529
+ usedExports?: boolean | "global" | undefined;
3530
+ providedExports?: boolean | undefined;
3531
+ splitChunks?: false | {
3532
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
3533
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
3534
+ usedExports?: boolean | undefined;
3535
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3536
+ defaultSizeTypes?: string[] | undefined;
3537
+ cacheGroups?: Record<string, false | {
3538
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
3539
+ type?: string | RegExp | undefined;
3540
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
3541
+ usedExports?: boolean | undefined;
3542
+ priority?: number | undefined;
3543
+ layer?: string | RegExp | ((args_0: string | undefined) => boolean) | undefined;
3544
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3545
+ test?: string | RegExp | ((args_0: Module, args_1: {
3546
+ moduleGraph: ModuleGraph;
3547
+ chunkGraph: ChunkGraph;
3548
+ }, ...args: unknown[]) => boolean) | undefined;
3549
+ defaultSizeTypes?: string[] | undefined;
3550
+ minSize?: number | Record<string, number> | undefined;
3551
+ minSizeReduction?: number | Record<string, number> | undefined;
3552
+ maxSize?: number | Record<string, number> | undefined;
3553
+ maxAsyncSize?: number | Record<string, number> | undefined;
3554
+ maxInitialSize?: number | Record<string, number> | undefined;
3555
+ minChunks?: number | undefined;
3556
+ maxAsyncRequests?: number | undefined;
3557
+ maxInitialRequests?: number | undefined;
3558
+ automaticNameDelimiter?: string | undefined;
3559
+ enforce?: boolean | undefined;
3560
+ reuseExistingChunk?: boolean | undefined;
3561
+ idHint?: string | undefined;
3562
+ }> | undefined;
3563
+ fallbackCacheGroup?: {
3564
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
3565
+ minSize?: number | undefined;
3566
+ maxSize?: number | undefined;
3567
+ maxAsyncSize?: number | undefined;
3568
+ maxInitialSize?: number | undefined;
3569
+ automaticNameDelimiter?: string | undefined;
3570
+ } | undefined;
3571
+ minSize?: number | Record<string, number> | undefined;
3572
+ minSizeReduction?: number | Record<string, number> | undefined;
3573
+ maxSize?: number | Record<string, number> | undefined;
3574
+ maxAsyncSize?: number | Record<string, number> | undefined;
3575
+ maxInitialSize?: number | Record<string, number> | undefined;
3576
+ hidePathInfo?: boolean | undefined;
3577
+ minChunks?: number | undefined;
3578
+ maxAsyncRequests?: number | undefined;
3579
+ maxInitialRequests?: number | undefined;
3580
+ automaticNameDelimiter?: string | undefined;
3581
+ } | undefined;
3582
+ minimize?: boolean | undefined;
3583
+ minimizer?: (false | "" | 0 | t.RspackPluginInstance | "..." | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction | null | undefined)[] | undefined;
3584
+ sideEffects?: boolean | "flag" | undefined;
3585
+ moduleIds?: "named" | "natural" | "deterministic" | undefined;
3586
+ chunkIds?: "named" | "natural" | "deterministic" | "size" | "total-size" | undefined;
3587
+ mergeDuplicateChunks?: boolean | undefined;
3588
+ runtimeChunk?: boolean | "single" | "multiple" | {
3589
+ name?: string | ((args_0: {
3590
+ name: string;
3591
+ }, ...args: unknown[]) => string) | undefined;
3592
+ } | undefined;
3593
+ removeAvailableModules?: boolean | undefined;
3594
+ removeEmptyChunks?: boolean | undefined;
3595
+ realContentHash?: boolean | undefined;
3596
+ concatenateModules?: boolean | undefined;
3597
+ innerGraph?: boolean | undefined;
3598
+ mangleExports?: boolean | "deterministic" | "size" | undefined;
3599
+ nodeEnv?: string | false | undefined;
3600
+ emitOnErrors?: boolean | undefined;
3601
+ avoidEntryIife?: boolean | undefined;
3602
+ } | undefined;
3603
+ resolveLoader?: t.ResolveOptions | undefined;
3604
+ devServer?: t.DevServer | undefined;
3605
+ bail?: boolean | undefined;
3606
+ }, {
3607
+ name?: string | undefined;
3608
+ module?: {
3609
+ parser?: {
3610
+ css?: {
3611
+ url?: boolean | undefined;
3612
+ namedExports?: boolean | undefined;
3613
+ } | undefined;
3614
+ "css/auto"?: {
3615
+ url?: boolean | undefined;
3616
+ namedExports?: boolean | undefined;
3617
+ } | undefined;
3618
+ "css/module"?: {
3619
+ url?: boolean | undefined;
3620
+ namedExports?: boolean | undefined;
3621
+ } | undefined;
3622
+ asset?: {
3623
+ dataUrlCondition?: {
3624
+ maxSize?: number | undefined;
3625
+ } | undefined;
3626
+ } | undefined;
3627
+ javascript?: {
3628
+ url?: boolean | "relative" | undefined;
3629
+ importMeta?: boolean | undefined;
3630
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
3631
+ dynamicImportPreload?: number | boolean | undefined;
3632
+ dynamicImportPrefetch?: number | boolean | undefined;
3633
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
3634
+ exprContextCritical?: boolean | undefined;
3635
+ wrappedContextCritical?: boolean | undefined;
3636
+ wrappedContextRegExp?: RegExp | undefined;
3637
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
3638
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3639
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3640
+ strictExportPresence?: boolean | undefined;
3641
+ worker?: boolean | string[] | undefined;
3642
+ overrideStrict?: "strict" | "non-strict" | undefined;
3643
+ requireAsExpression?: boolean | undefined;
3644
+ requireDynamic?: boolean | undefined;
3645
+ requireResolve?: boolean | undefined;
3646
+ importDynamic?: boolean | undefined;
3647
+ } | undefined;
3648
+ "javascript/auto"?: {
3649
+ url?: boolean | "relative" | undefined;
3650
+ importMeta?: boolean | undefined;
3651
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
3652
+ dynamicImportPreload?: number | boolean | undefined;
3653
+ dynamicImportPrefetch?: number | boolean | undefined;
3654
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
3655
+ exprContextCritical?: boolean | undefined;
3656
+ wrappedContextCritical?: boolean | undefined;
3657
+ wrappedContextRegExp?: RegExp | undefined;
3658
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
3659
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3660
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3661
+ strictExportPresence?: boolean | undefined;
3662
+ worker?: boolean | string[] | undefined;
3663
+ overrideStrict?: "strict" | "non-strict" | undefined;
3664
+ requireAsExpression?: boolean | undefined;
3665
+ requireDynamic?: boolean | undefined;
3666
+ requireResolve?: boolean | undefined;
3667
+ importDynamic?: boolean | undefined;
3668
+ } | undefined;
3669
+ "javascript/dynamic"?: {
3670
+ url?: boolean | "relative" | undefined;
3671
+ importMeta?: boolean | undefined;
3672
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
3673
+ dynamicImportPreload?: number | boolean | undefined;
3674
+ dynamicImportPrefetch?: number | boolean | undefined;
3675
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
3676
+ exprContextCritical?: boolean | undefined;
3677
+ wrappedContextCritical?: boolean | undefined;
3678
+ wrappedContextRegExp?: RegExp | undefined;
3679
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
3680
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3681
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3682
+ strictExportPresence?: boolean | undefined;
3683
+ worker?: boolean | string[] | undefined;
3684
+ overrideStrict?: "strict" | "non-strict" | undefined;
3685
+ requireAsExpression?: boolean | undefined;
3686
+ requireDynamic?: boolean | undefined;
3687
+ requireResolve?: boolean | undefined;
3688
+ importDynamic?: boolean | undefined;
3689
+ } | undefined;
3690
+ "javascript/esm"?: {
3691
+ url?: boolean | "relative" | undefined;
3692
+ importMeta?: boolean | undefined;
3693
+ dynamicImportMode?: "lazy" | "weak" | "eager" | "lazy-once" | undefined;
3694
+ dynamicImportPreload?: number | boolean | undefined;
3695
+ dynamicImportPrefetch?: number | boolean | undefined;
3696
+ dynamicImportFetchPriority?: "auto" | "low" | "high" | undefined;
3697
+ exprContextCritical?: boolean | undefined;
3698
+ wrappedContextCritical?: boolean | undefined;
3699
+ wrappedContextRegExp?: RegExp | undefined;
3700
+ exportsPresence?: false | "auto" | "error" | "warn" | undefined;
3701
+ importExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3702
+ reexportExportsPresence?: false | "auto" | "error" | "warn" | undefined;
3703
+ strictExportPresence?: boolean | undefined;
3704
+ worker?: boolean | string[] | undefined;
3705
+ overrideStrict?: "strict" | "non-strict" | undefined;
3706
+ requireAsExpression?: boolean | undefined;
3707
+ requireDynamic?: boolean | undefined;
3708
+ requireResolve?: boolean | undefined;
3709
+ importDynamic?: boolean | undefined;
3710
+ } | undefined;
3711
+ } | undefined;
3712
+ generator?: {
3713
+ css?: {
3714
+ exportsOnly?: boolean | undefined;
3715
+ esModule?: boolean | undefined;
3716
+ } | undefined;
3717
+ "css/auto"?: {
3718
+ exportsOnly?: boolean | undefined;
3719
+ esModule?: boolean | undefined;
3720
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3721
+ localIdentName?: string | undefined;
3722
+ } | undefined;
3723
+ "css/module"?: {
3724
+ exportsOnly?: boolean | undefined;
3725
+ esModule?: boolean | undefined;
3726
+ exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3727
+ localIdentName?: string | undefined;
3728
+ } | undefined;
3729
+ asset?: {
3730
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3731
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3732
+ emit?: boolean | undefined;
3733
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3734
+ dataUrl?: {
3735
+ mimetype?: string | undefined;
3736
+ encoding?: false | "base64" | undefined;
3737
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
3738
+ module: Module;
3739
+ filename: string;
3740
+ }, ...args: unknown[]) => string) | undefined;
3741
+ } | undefined;
3742
+ json?: {
3743
+ JSONParse?: boolean | undefined;
3744
+ } | undefined;
3745
+ "asset/inline"?: {
3746
+ dataUrl?: {
3747
+ mimetype?: string | undefined;
3748
+ encoding?: false | "base64" | undefined;
3749
+ } | ((args_0: Buffer<ArrayBufferLike>, args_1: {
3750
+ module: Module;
3751
+ filename: string;
3752
+ }, ...args: unknown[]) => string) | undefined;
3753
+ } | undefined;
3754
+ "asset/resource"?: {
3755
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3756
+ outputPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3757
+ emit?: boolean | undefined;
3758
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3759
+ } | undefined;
3760
+ } | undefined;
3761
+ rules?: (false | "" | 0 | "..." | t.RuleSetRule | null | undefined)[] | undefined;
3762
+ defaultRules?: (false | "" | 0 | "..." | t.RuleSetRule | null | undefined)[] | undefined;
3763
+ noParse?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
3764
+ } | undefined;
3765
+ resolve?: t.ResolveOptions | undefined;
3766
+ context?: string | undefined;
3767
+ performance?: false | {
3768
+ assetFilter?: ((args_0: string, ...args: unknown[]) => boolean) | undefined;
3769
+ hints?: false | "error" | "warning" | undefined;
3770
+ maxAssetSize?: number | undefined;
3771
+ maxEntrypointSize?: number | undefined;
3772
+ } | undefined;
3773
+ amd?: false | Record<string, any> | undefined;
3774
+ externals?: string | RegExp | Record<string, string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue> | ((args_0: t.ExternalItemFunctionData, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue | undefined, args_2: "module" | "import" | "jsonp" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | "promise" | "module-import" | "script" | "node-commonjs" | "commonjs-import" | undefined, ...args: unknown[]) => void, ...args: unknown[]) => unknown) | ((args_0: t.ExternalItemFunctionData, ...args: unknown[]) => Promise<string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue>) | ((args_0: t.ExternalItemFunctionData, ...args: unknown[]) => string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue) | (string | RegExp | Record<string, string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue> | ((args_0: t.ExternalItemFunctionData, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue | undefined, args_2: "module" | "import" | "jsonp" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | "promise" | "module-import" | "script" | "node-commonjs" | "commonjs-import" | undefined, ...args: unknown[]) => void, ...args: unknown[]) => unknown) | ((args_0: t.ExternalItemFunctionData, ...args: unknown[]) => Promise<string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue>) | ((args_0: t.ExternalItemFunctionData, ...args: unknown[]) => string | boolean | string[] | t.ExternalItemUmdValue | t.ExternalItemObjectValue))[] | undefined;
3775
+ target?: false | "async-node" | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | `electron${number}-main` | `electron${number}.${number}-main` | `electron${number}-renderer` | `electron${number}.${number}-renderer` | `electron${number}-preload` | `electron${number}.${number}-preload` | `nwjs${number}` | `nwjs${number}.${number}` | `node-webkit${number}` | `node-webkit${number}.${number}` | `browserslist:${string}` | "web" | "webworker" | "electron-main" | "electron-renderer" | "electron-preload" | "nwjs" | "node-webkit" | "browserslist" | ("async-node" | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | `electron${number}-main` | `electron${number}.${number}-main` | `electron${number}-renderer` | `electron${number}.${number}-renderer` | `electron${number}-preload` | `electron${number}.${number}-preload` | `nwjs${number}` | `nwjs${number}.${number}` | `node-webkit${number}` | `node-webkit${number}.${number}` | `browserslist:${string}` | "web" | "webworker" | "electron-main" | "electron-renderer" | "electron-preload" | "nwjs" | "node-webkit" | "browserslist")[] | undefined;
3776
+ entry?: string | string[] | Record<string, string | string[] | {
3777
+ import: string | string[];
3778
+ runtime?: string | false | undefined;
3779
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3780
+ layer?: string | null | undefined;
3781
+ baseUri?: string | undefined;
3782
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3783
+ chunkLoading?: string | false | undefined;
3784
+ asyncChunks?: boolean | undefined;
3785
+ library?: {
3786
+ type: string;
3787
+ name?: string | string[] | {
3788
+ commonjs?: string | undefined;
3789
+ amd?: string | undefined;
3790
+ root?: string | string[] | undefined;
3791
+ } | undefined;
3792
+ amdContainer?: string | undefined;
3793
+ auxiliaryComment?: string | {
3794
+ commonjs?: string | undefined;
3795
+ commonjs2?: string | undefined;
3796
+ amd?: string | undefined;
3797
+ root?: string | undefined;
3798
+ } | undefined;
3799
+ export?: string | string[] | undefined;
3800
+ umdNamedDefine?: boolean | undefined;
3801
+ } | undefined;
3802
+ dependOn?: string | string[] | undefined;
3803
+ wasmLoading?: string | false | undefined;
3804
+ }> | ((...args: unknown[]) => string | string[] | Record<string, string | string[] | {
3805
+ import: string | string[];
3806
+ runtime?: string | false | undefined;
3807
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3808
+ layer?: string | null | undefined;
3809
+ baseUri?: string | undefined;
3810
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3811
+ chunkLoading?: string | false | undefined;
3812
+ asyncChunks?: boolean | undefined;
3813
+ library?: {
3814
+ type: string;
3815
+ name?: string | string[] | {
3816
+ commonjs?: string | undefined;
3817
+ amd?: string | undefined;
3818
+ root?: string | string[] | undefined;
3819
+ } | undefined;
3820
+ amdContainer?: string | undefined;
3821
+ auxiliaryComment?: string | {
3822
+ commonjs?: string | undefined;
3823
+ commonjs2?: string | undefined;
3824
+ amd?: string | undefined;
3825
+ root?: string | undefined;
3826
+ } | undefined;
3827
+ export?: string | string[] | undefined;
3828
+ umdNamedDefine?: boolean | undefined;
3829
+ } | undefined;
3830
+ dependOn?: string | string[] | undefined;
3831
+ wasmLoading?: string | false | undefined;
3832
+ }> | Promise<string | string[] | Record<string, string | string[] | {
3833
+ import: string | string[];
3834
+ runtime?: string | false | undefined;
3835
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3836
+ layer?: string | null | undefined;
3837
+ baseUri?: string | undefined;
3838
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3839
+ chunkLoading?: string | false | undefined;
3840
+ asyncChunks?: boolean | undefined;
3841
+ library?: {
3842
+ type: string;
3843
+ name?: string | string[] | {
3844
+ commonjs?: string | undefined;
3845
+ amd?: string | undefined;
3846
+ root?: string | string[] | undefined;
3847
+ } | undefined;
3848
+ amdContainer?: string | undefined;
3849
+ auxiliaryComment?: string | {
3850
+ commonjs?: string | undefined;
3851
+ commonjs2?: string | undefined;
3852
+ amd?: string | undefined;
3853
+ root?: string | undefined;
3854
+ } | undefined;
3855
+ export?: string | string[] | undefined;
3856
+ umdNamedDefine?: boolean | undefined;
3857
+ } | undefined;
3858
+ dependOn?: string | string[] | undefined;
3859
+ wasmLoading?: string | false | undefined;
3860
+ }>>) | undefined;
3861
+ mode?: "none" | "development" | "production" | undefined;
3862
+ plugins?: (false | "" | 0 | t.RspackPluginInstance | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction | null | undefined)[] | undefined;
3863
+ node?: false | {
3864
+ global?: boolean | "warn" | undefined;
3865
+ __dirname?: boolean | "warn-mock" | "mock" | "eval-only" | "node-module" | undefined;
3866
+ __filename?: boolean | "warn-mock" | "mock" | "eval-only" | "node-module" | undefined;
3867
+ } | undefined;
3868
+ profile?: boolean | undefined;
3869
+ cache?: boolean | undefined;
3870
+ watch?: boolean | undefined;
3871
+ output?: {
3872
+ module?: boolean | undefined;
3873
+ publicPath?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3874
+ environment?: {
3875
+ module?: boolean | undefined;
3876
+ dynamicImport?: boolean | undefined;
3877
+ optionalChaining?: boolean | undefined;
3878
+ arrowFunction?: boolean | undefined;
3879
+ asyncFunction?: boolean | undefined;
3880
+ bigIntLiteral?: boolean | undefined;
3881
+ const?: boolean | undefined;
3882
+ destructuring?: boolean | undefined;
3883
+ document?: boolean | undefined;
3884
+ dynamicImportInWorker?: boolean | undefined;
3885
+ forOf?: boolean | undefined;
3886
+ globalThis?: boolean | undefined;
3887
+ nodePrefixForCoreModules?: boolean | undefined;
3888
+ templateLiteral?: boolean | undefined;
3889
+ } | undefined;
3890
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3891
+ chunkFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3892
+ chunkLoading?: string | false | undefined;
3893
+ asyncChunks?: boolean | undefined;
3894
+ library?: string | string[] | {
3895
+ commonjs?: string | undefined;
3896
+ amd?: string | undefined;
3897
+ root?: string | string[] | undefined;
3898
+ } | {
3899
+ type: string;
3900
+ name?: string | string[] | {
3901
+ commonjs?: string | undefined;
3902
+ amd?: string | undefined;
3903
+ root?: string | string[] | undefined;
3904
+ } | undefined;
3905
+ amdContainer?: string | undefined;
3906
+ auxiliaryComment?: string | {
3907
+ commonjs?: string | undefined;
3908
+ commonjs2?: string | undefined;
3909
+ amd?: string | undefined;
3910
+ root?: string | undefined;
3911
+ } | undefined;
3912
+ export?: string | string[] | undefined;
3913
+ umdNamedDefine?: boolean | undefined;
3914
+ } | undefined;
3915
+ path?: string | undefined;
3916
+ wasmLoading?: string | false | undefined;
3917
+ cssHeadDataCompression?: boolean | undefined;
3918
+ auxiliaryComment?: string | {
3919
+ commonjs?: string | undefined;
3920
+ commonjs2?: string | undefined;
3921
+ amd?: string | undefined;
3922
+ root?: string | undefined;
3923
+ } | undefined;
3924
+ umdNamedDefine?: boolean | undefined;
3925
+ pathinfo?: boolean | "verbose" | undefined;
3926
+ clean?: boolean | {
3927
+ keep?: string | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | undefined;
3928
+ } | undefined;
3929
+ crossOriginLoading?: false | "anonymous" | "use-credentials" | undefined;
3930
+ cssFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3931
+ cssChunkFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3932
+ hotUpdateMainFilename?: string | undefined;
3933
+ hotUpdateChunkFilename?: string | undefined;
3934
+ hotUpdateGlobal?: string | undefined;
3935
+ assetModuleFilename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
3936
+ uniqueName?: string | undefined;
3937
+ chunkLoadingGlobal?: string | undefined;
3938
+ enabledLibraryTypes?: string[] | undefined;
3939
+ libraryExport?: string | string[] | undefined;
3940
+ libraryTarget?: string | undefined;
3941
+ strictModuleExceptionHandling?: boolean | undefined;
3942
+ strictModuleErrorHandling?: boolean | undefined;
3943
+ globalObject?: string | undefined;
3944
+ importFunctionName?: string | undefined;
3945
+ importMetaName?: string | undefined;
3946
+ iife?: boolean | undefined;
3947
+ enabledWasmLoadingTypes?: string[] | undefined;
3948
+ webassemblyModuleFilename?: string | undefined;
3949
+ chunkFormat?: string | false | undefined;
3950
+ enabledChunkLoadingTypes?: string[] | undefined;
3951
+ trustedTypes?: string | true | {
3952
+ policyName?: string | undefined;
3953
+ onPolicyCreationFailure?: "continue" | "stop" | undefined;
3954
+ } | undefined;
3955
+ sourceMapFilename?: string | undefined;
3956
+ hashDigest?: string | undefined;
3957
+ hashDigestLength?: number | undefined;
3958
+ hashFunction?: "md4" | "xxhash64" | undefined;
3959
+ hashSalt?: string | undefined;
3960
+ workerChunkLoading?: string | false | undefined;
3961
+ workerWasmLoading?: string | false | undefined;
3962
+ workerPublicPath?: string | undefined;
3963
+ scriptType?: false | "module" | "text/javascript" | undefined;
3964
+ devtoolNamespace?: string | undefined;
3965
+ devtoolModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
3966
+ devtoolFallbackModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
3967
+ chunkLoadTimeout?: number | undefined;
3968
+ charset?: boolean | undefined;
3969
+ compareBeforeEmit?: boolean | undefined;
3970
+ } | undefined;
3971
+ stats?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | "minimal" | "detailed" | "summary" | {
3972
+ ids?: boolean | undefined;
3973
+ runtime?: boolean | undefined;
3974
+ hash?: boolean | undefined;
3975
+ modules?: boolean | undefined;
3976
+ all?: boolean | undefined;
3977
+ preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | "minimal" | "detailed" | "summary" | undefined;
3978
+ assets?: boolean | undefined;
3979
+ chunks?: boolean | undefined;
3980
+ entrypoints?: boolean | "auto" | undefined;
3981
+ chunkGroups?: boolean | undefined;
3982
+ warnings?: boolean | undefined;
3983
+ warningsCount?: boolean | undefined;
3984
+ errors?: boolean | undefined;
3985
+ errorsCount?: boolean | undefined;
3986
+ colors?: boolean | undefined;
3987
+ version?: boolean | undefined;
3988
+ reasons?: boolean | undefined;
3989
+ publicPath?: boolean | undefined;
3990
+ outputPath?: boolean | undefined;
3991
+ chunkModules?: boolean | undefined;
3992
+ chunkRelations?: boolean | undefined;
3993
+ timings?: boolean | undefined;
3994
+ builtAt?: boolean | undefined;
3995
+ moduleAssets?: boolean | undefined;
3996
+ nestedModules?: boolean | undefined;
3997
+ source?: boolean | undefined;
3998
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3999
+ loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
4000
+ loggingTrace?: boolean | undefined;
4001
+ runtimeModules?: boolean | undefined;
4002
+ children?: boolean | undefined;
4003
+ usedExports?: boolean | undefined;
4004
+ providedExports?: boolean | undefined;
4005
+ optimizationBailout?: boolean | undefined;
4006
+ groupModulesByType?: boolean | undefined;
4007
+ groupModulesByCacheStatus?: boolean | undefined;
4008
+ groupModulesByLayer?: boolean | undefined;
4009
+ groupModulesByAttributes?: boolean | undefined;
4010
+ groupModulesByPath?: boolean | undefined;
4011
+ groupModulesByExtension?: boolean | undefined;
4012
+ modulesSpace?: number | undefined;
4013
+ chunkModulesSpace?: number | undefined;
4014
+ nestedModulesSpace?: number | undefined;
4015
+ relatedAssets?: boolean | undefined;
4016
+ groupAssetsByEmitStatus?: boolean | undefined;
4017
+ groupAssetsByInfo?: boolean | undefined;
4018
+ groupAssetsByPath?: boolean | undefined;
4019
+ groupAssetsByExtension?: boolean | undefined;
4020
+ groupAssetsByChunk?: boolean | undefined;
4021
+ assetsSpace?: number | undefined;
4022
+ orphanModules?: boolean | undefined;
4023
+ excludeModules?: string | boolean | RegExp | ((args_0: string, args_1: any, args_2: any) => boolean) | (string | RegExp | ((args_0: string, args_1: any, args_2: any) => boolean))[] | undefined;
4024
+ excludeAssets?: string | RegExp | ((args_0: string, args_1: any) => boolean) | (string | RegExp | ((args_0: string, args_1: any) => boolean))[] | undefined;
4025
+ modulesSort?: string | undefined;
4026
+ chunkModulesSort?: string | undefined;
4027
+ nestedModulesSort?: string | undefined;
4028
+ chunksSort?: string | undefined;
4029
+ assetsSort?: string | undefined;
4030
+ performance?: boolean | undefined;
4031
+ env?: boolean | undefined;
4032
+ chunkGroupAuxiliary?: boolean | undefined;
4033
+ chunkGroupChildren?: boolean | undefined;
4034
+ chunkGroupMaxAssets?: number | undefined;
4035
+ dependentModules?: boolean | undefined;
4036
+ chunkOrigins?: boolean | undefined;
4037
+ depth?: boolean | undefined;
4038
+ reasonsSpace?: number | undefined;
4039
+ groupReasonsByOrigin?: boolean | undefined;
4040
+ errorDetails?: boolean | undefined;
4041
+ errorStack?: boolean | undefined;
4042
+ moduleTrace?: boolean | undefined;
4043
+ cachedModules?: boolean | undefined;
4044
+ cachedAssets?: boolean | undefined;
4045
+ cached?: boolean | undefined;
4046
+ errorsSpace?: number | undefined;
4047
+ warningsSpace?: number | undefined;
4048
+ } | undefined;
4049
+ experiments?: {
4050
+ css?: boolean | undefined;
4051
+ topLevelAwait?: boolean | undefined;
4052
+ cache?: boolean | {
4053
+ type: "memory";
4054
+ } | {
4055
+ type: "persistent";
4056
+ version?: string | undefined;
4057
+ buildDependencies?: string[] | undefined;
4058
+ snapshot?: {
4059
+ immutablePaths?: (string | RegExp)[] | undefined;
4060
+ unmanagedPaths?: (string | RegExp)[] | undefined;
4061
+ managedPaths?: (string | RegExp)[] | undefined;
4062
+ } | undefined;
4063
+ storage?: {
4064
+ type: "filesystem";
4065
+ directory?: string | undefined;
4066
+ } | undefined;
4067
+ } | undefined;
4068
+ lazyCompilation?: boolean | {
4069
+ entries?: boolean | undefined;
4070
+ prefix?: string | undefined;
4071
+ test?: RegExp | ((args_0: Module, ...args: unknown[]) => boolean) | undefined;
4072
+ serverUrl?: string | undefined;
4073
+ imports?: boolean | undefined;
4074
+ client?: string | undefined;
4075
+ } | undefined;
4076
+ asyncWebAssembly?: boolean | undefined;
4077
+ outputModule?: boolean | undefined;
4078
+ layers?: boolean | undefined;
4079
+ incremental?: boolean | "safe" | "advance" | "advance-silent" | {
4080
+ providedExports?: boolean | undefined;
4081
+ make?: boolean | undefined;
4082
+ emitAssets?: boolean | undefined;
4083
+ sideEffects?: boolean | undefined;
4084
+ moduleIds?: boolean | undefined;
4085
+ chunkIds?: boolean | undefined;
4086
+ inferAsyncModules?: boolean | undefined;
4087
+ dependenciesDiagnostics?: boolean | undefined;
4088
+ buildChunkGraph?: boolean | undefined;
4089
+ modulesHashes?: boolean | undefined;
4090
+ modulesCodegen?: boolean | undefined;
4091
+ modulesRuntimeRequirements?: boolean | undefined;
4092
+ chunksRuntimeRequirements?: boolean | undefined;
4093
+ chunksHashes?: boolean | undefined;
4094
+ chunksRender?: boolean | undefined;
4095
+ } | undefined;
4096
+ parallelCodeSplitting?: boolean | undefined;
4097
+ futureDefaults?: boolean | undefined;
4098
+ rspackFuture?: {
4099
+ bundlerInfo?: {
4100
+ version?: string | undefined;
4101
+ force?: boolean | ("version" | "uniqueId")[] | undefined;
4102
+ bundler?: string | undefined;
4103
+ } | undefined;
4104
+ } | undefined;
4105
+ buildHttp?: {
4106
+ allowedUris: (string | RegExp)[];
4107
+ httpClient?: ((args_0: string, args_1: Record<string, string>, ...args: unknown[]) => Promise<{
4108
+ status: number;
4109
+ body: Buffer<ArrayBufferLike>;
4110
+ headers: Record<string, string>;
4111
+ }>) | undefined;
4112
+ upgrade?: boolean | undefined;
4113
+ lockfileLocation?: string | undefined;
4114
+ cacheLocation?: string | false | undefined;
4115
+ } | undefined;
4116
+ parallelLoader?: boolean | undefined;
4117
+ } | undefined;
4118
+ devtool?: false | "eval" | "cheap-source-map" | "cheap-module-source-map" | "source-map" | "inline-cheap-source-map" | "inline-cheap-module-source-map" | "inline-source-map" | "inline-nosources-cheap-source-map" | "inline-nosources-cheap-module-source-map" | "inline-nosources-source-map" | "nosources-cheap-source-map" | "nosources-cheap-module-source-map" | "nosources-source-map" | "hidden-nosources-cheap-source-map" | "hidden-nosources-cheap-module-source-map" | "hidden-nosources-source-map" | "hidden-cheap-source-map" | "hidden-cheap-module-source-map" | "hidden-source-map" | "eval-cheap-source-map" | "eval-cheap-module-source-map" | "eval-source-map" | "eval-nosources-cheap-source-map" | "eval-nosources-cheap-module-source-map" | "eval-nosources-source-map" | undefined;
4119
+ loader?: Record<string, any> | undefined;
4120
+ dependencies?: string[] | undefined;
4121
+ infrastructureLogging?: {
4122
+ colors?: boolean | undefined;
4123
+ debug?: string | boolean | RegExp | ((args_0: string, ...args: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args: unknown[]) => boolean))[] | undefined;
4124
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
4125
+ console?: Console | undefined;
4126
+ appendOnly?: boolean | undefined;
4127
+ stream?: NodeJS.WritableStream | undefined;
4128
+ } | undefined;
4129
+ snapshot?: {} | undefined;
4130
+ extends?: string | string[] | undefined;
4131
+ externalsType?: "module" | "import" | "jsonp" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "system" | "promise" | "module-import" | "script" | "node-commonjs" | "commonjs-import" | undefined;
4132
+ externalsPresets?: {
4133
+ node?: boolean | undefined;
4134
+ web?: boolean | undefined;
4135
+ nwjs?: boolean | undefined;
4136
+ webAsync?: boolean | undefined;
4137
+ electron?: boolean | undefined;
4138
+ electronMain?: boolean | undefined;
4139
+ electronPreload?: boolean | undefined;
4140
+ electronRenderer?: boolean | undefined;
4141
+ } | undefined;
4142
+ ignoreWarnings?: (RegExp | ((args_0: Error, args_1: Compilation, ...args: unknown[]) => boolean))[] | undefined;
4143
+ watchOptions?: {
4144
+ ignored?: string | RegExp | string[] | undefined;
4145
+ aggregateTimeout?: number | undefined;
4146
+ followSymlinks?: boolean | undefined;
4147
+ poll?: number | boolean | undefined;
4148
+ stdin?: boolean | undefined;
4149
+ } | undefined;
4150
+ optimization?: {
4151
+ usedExports?: boolean | "global" | undefined;
4152
+ providedExports?: boolean | undefined;
4153
+ splitChunks?: false | {
4154
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
4155
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
4156
+ usedExports?: boolean | undefined;
4157
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
4158
+ defaultSizeTypes?: string[] | undefined;
4159
+ cacheGroups?: Record<string, false | {
4160
+ name?: string | false | ((args_0: Module, args_1: Chunk[], args_2: string, ...args: unknown[]) => string | undefined) | undefined;
4161
+ type?: string | RegExp | undefined;
4162
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
4163
+ usedExports?: boolean | undefined;
4164
+ priority?: number | undefined;
4165
+ layer?: string | RegExp | ((args_0: string | undefined) => boolean) | undefined;
4166
+ filename?: string | ((args_0: PathData, args_1: AssetInfo | undefined, ...args: unknown[]) => string) | undefined;
4167
+ test?: string | RegExp | ((args_0: Module, args_1: {
4168
+ moduleGraph: ModuleGraph;
4169
+ chunkGraph: ChunkGraph;
4170
+ }, ...args: unknown[]) => boolean) | undefined;
4171
+ defaultSizeTypes?: string[] | undefined;
4172
+ minSize?: number | Record<string, number> | undefined;
4173
+ minSizeReduction?: number | Record<string, number> | undefined;
4174
+ maxSize?: number | Record<string, number> | undefined;
4175
+ maxAsyncSize?: number | Record<string, number> | undefined;
4176
+ maxInitialSize?: number | Record<string, number> | undefined;
4177
+ minChunks?: number | undefined;
4178
+ maxAsyncRequests?: number | undefined;
4179
+ maxInitialRequests?: number | undefined;
4180
+ automaticNameDelimiter?: string | undefined;
4181
+ enforce?: boolean | undefined;
4182
+ reuseExistingChunk?: boolean | undefined;
4183
+ idHint?: string | undefined;
4184
+ }> | undefined;
4185
+ fallbackCacheGroup?: {
4186
+ chunks?: RegExp | "all" | "initial" | "async" | ((args_0: Chunk, ...args: unknown[]) => boolean) | undefined;
4187
+ minSize?: number | undefined;
4188
+ maxSize?: number | undefined;
4189
+ maxAsyncSize?: number | undefined;
4190
+ maxInitialSize?: number | undefined;
4191
+ automaticNameDelimiter?: string | undefined;
4192
+ } | undefined;
4193
+ minSize?: number | Record<string, number> | undefined;
4194
+ minSizeReduction?: number | Record<string, number> | undefined;
4195
+ maxSize?: number | Record<string, number> | undefined;
4196
+ maxAsyncSize?: number | Record<string, number> | undefined;
4197
+ maxInitialSize?: number | Record<string, number> | undefined;
4198
+ hidePathInfo?: boolean | undefined;
4199
+ minChunks?: number | undefined;
4200
+ maxAsyncRequests?: number | undefined;
4201
+ maxInitialRequests?: number | undefined;
4202
+ automaticNameDelimiter?: string | undefined;
4203
+ } | undefined;
4204
+ minimize?: boolean | undefined;
4205
+ minimizer?: (false | "" | 0 | t.RspackPluginInstance | "..." | t.WebpackPluginInstance | t.RspackPluginFunction | t.WebpackPluginFunction | null | undefined)[] | undefined;
4206
+ sideEffects?: boolean | "flag" | undefined;
4207
+ moduleIds?: "named" | "natural" | "deterministic" | undefined;
4208
+ chunkIds?: "named" | "natural" | "deterministic" | "size" | "total-size" | undefined;
4209
+ mergeDuplicateChunks?: boolean | undefined;
4210
+ runtimeChunk?: boolean | "single" | "multiple" | {
4211
+ name?: string | ((args_0: {
4212
+ name: string;
4213
+ }, ...args: unknown[]) => string) | undefined;
4214
+ } | undefined;
4215
+ removeAvailableModules?: boolean | undefined;
4216
+ removeEmptyChunks?: boolean | undefined;
4217
+ realContentHash?: boolean | undefined;
4218
+ concatenateModules?: boolean | undefined;
4219
+ innerGraph?: boolean | undefined;
4220
+ mangleExports?: boolean | "deterministic" | "size" | undefined;
4221
+ nodeEnv?: string | false | undefined;
4222
+ emitOnErrors?: boolean | undefined;
4223
+ avoidEntryIife?: boolean | undefined;
4224
+ } | undefined;
4225
+ resolveLoader?: t.ResolveOptions | undefined;
4226
+ devServer?: t.DevServer | undefined;
4227
+ bail?: boolean | undefined;
4228
+ }>;