@rspack/core 0.6.5-canary-dc02c55-20240516004313 → 0.6.5-canary-b7b5c75-20240821125908

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 (141) hide show
  1. package/dist/Chunk.d.ts +1 -1
  2. package/dist/Chunk.js +1 -1
  3. package/dist/ChunkGroup.d.ts +1 -1
  4. package/dist/ChunkGroup.js +3 -3
  5. package/dist/Compilation.d.ts +65 -46
  6. package/dist/Compilation.js +222 -128
  7. package/dist/Compiler.d.ts +44 -75
  8. package/dist/Compiler.js +260 -301
  9. package/dist/Entrypoint.d.ts +1 -1
  10. package/dist/Entrypoint.js +1 -1
  11. package/dist/ExecuteModulePlugin.js +1 -1
  12. package/dist/Module.js +2 -2
  13. package/dist/MultiCompiler.d.ts +25 -10
  14. package/dist/MultiCompiler.js +3 -3
  15. package/dist/MultiStats.d.ts +1 -1
  16. package/dist/NormalModuleFactory.d.ts +1 -1
  17. package/dist/Stats.d.ts +2 -2
  18. package/dist/Watching.d.ts +9 -0
  19. package/dist/Watching.js +2 -12
  20. package/dist/builtin-loader/swc/index.d.ts +6 -6
  21. package/dist/builtin-loader/swc/index.js +3 -3
  22. package/dist/builtin-loader/swc/types.d.ts +2 -2
  23. package/dist/builtin-plugin/APIPlugin.d.ts +1 -1
  24. package/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts +1 -1
  25. package/dist/builtin-plugin/AssetModulesPlugin.d.ts +1 -1
  26. package/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts +1 -1
  27. package/dist/builtin-plugin/BannerPlugin.d.ts +2 -2
  28. package/dist/builtin-plugin/BannerPlugin.js +1 -1
  29. package/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts +1 -1
  30. package/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts +1 -1
  31. package/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts +1 -1
  32. package/dist/builtin-plugin/CopyRspackPlugin.d.ts +1 -1
  33. package/dist/builtin-plugin/CssModulesPlugin.d.ts +1 -1
  34. package/dist/builtin-plugin/DataUriPlugin.d.ts +1 -1
  35. package/dist/builtin-plugin/DefinePlugin.d.ts +1 -1
  36. package/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts +1 -1
  37. package/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts +1 -1
  38. package/dist/builtin-plugin/DynamicEntryPlugin.d.ts +1 -1
  39. package/dist/builtin-plugin/DynamicEntryPlugin.js +1 -1
  40. package/dist/builtin-plugin/ElectronTargetPlugin.d.ts +1 -1
  41. package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +1 -1
  42. package/dist/builtin-plugin/EnableLibraryPlugin.d.ts +1 -1
  43. package/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts +1 -1
  44. package/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts +1 -1
  45. package/dist/builtin-plugin/EntryPlugin.d.ts +1 -1
  46. package/dist/builtin-plugin/EntryPlugin.js +1 -1
  47. package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +1 -1
  48. package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +1 -1
  49. package/dist/builtin-plugin/ExternalsPlugin.d.ts +3 -3
  50. package/dist/builtin-plugin/FileUriPlugin.d.ts +1 -1
  51. package/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts +1 -1
  52. package/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts +1 -1
  53. package/dist/builtin-plugin/HtmlRspackPlugin.d.ts +2 -2
  54. package/dist/builtin-plugin/HtmlRspackPlugin.js +2 -2
  55. package/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts +1 -1
  56. package/dist/builtin-plugin/IgnorePlugin.d.ts +1 -1
  57. package/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts +1 -1
  58. package/dist/builtin-plugin/JavascriptModulesPlugin.d.ts +1 -1
  59. package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +1 -1
  60. package/dist/builtin-plugin/JsLoaderRspackPlugin.js +1 -1
  61. package/dist/builtin-plugin/JsonModulesPlugin.d.ts +1 -1
  62. package/dist/builtin-plugin/LimitChunkCountPlugin.d.ts +1 -1
  63. package/dist/builtin-plugin/MangleExportsPlugin.d.ts +1 -1
  64. package/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts +1 -1
  65. package/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts +1 -1
  66. package/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts +1 -1
  67. package/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts +1 -1
  68. package/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts +1 -1
  69. package/dist/builtin-plugin/NodeTargetPlugin.d.ts +1 -1
  70. package/dist/builtin-plugin/ProgressPlugin.d.ts +1 -1
  71. package/dist/builtin-plugin/ProvidePlugin.d.ts +1 -1
  72. package/dist/builtin-plugin/RealContentHashPlugin.d.ts +1 -1
  73. package/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts +1 -1
  74. package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +1 -1
  75. package/dist/builtin-plugin/RuntimePlugin.d.ts +1 -1
  76. package/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts +1 -1
  77. package/dist/builtin-plugin/SizeLimitsPlugin.d.ts +1 -1
  78. package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +1 -1
  79. package/dist/builtin-plugin/SplitChunksPlugin.d.ts +2 -2
  80. package/dist/builtin-plugin/SplitChunksPlugin.js +4 -4
  81. package/dist/builtin-plugin/SwcCssMinimizerPlugin.d.ts +1 -1
  82. package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +1 -1
  83. package/dist/builtin-plugin/WarnCaseSensitiveModulesPlugin.d.ts +1 -1
  84. package/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts +1 -1
  85. package/dist/builtin-plugin/WorkerPlugin.d.ts +2 -2
  86. package/dist/builtin-plugin/base.d.ts +1 -1
  87. package/dist/builtin-plugin/css-extract/index.d.ts +4 -5
  88. package/dist/builtin-plugin/css-extract/loader.d.ts +1 -1
  89. package/dist/builtin-plugin/css-extract/loader.js +2 -2
  90. package/dist/builtin-plugin/index.d.ts +43 -43
  91. package/dist/builtin-plugin/index.js +43 -43
  92. package/dist/config/adapter.d.ts +2 -2
  93. package/dist/config/adapter.js +5 -6
  94. package/dist/config/adapterRuleUse.d.ts +1 -2
  95. package/dist/config/adapterRuleUse.js +2 -2
  96. package/dist/config/defaults.js +4 -6
  97. package/dist/config/index.d.ts +2 -2
  98. package/dist/config/index.js +2 -2
  99. package/dist/config/normalization.d.ts +2 -1
  100. package/dist/config/zod.d.ts +184 -258
  101. package/dist/config/zod.js +28 -8
  102. package/dist/container/ContainerPlugin.d.ts +1 -1
  103. package/dist/container/ContainerReferencePlugin.d.ts +1 -1
  104. package/dist/container/ContainerReferencePlugin.js +1 -1
  105. package/dist/container/ModuleFederationPlugin.js +1 -1
  106. package/dist/container/ModuleFederationPluginV1.d.ts +1 -1
  107. package/dist/container/ModuleFederationPluginV1.js +1 -1
  108. package/dist/container/ModuleFederationRuntimePlugin.d.ts +1 -1
  109. package/dist/exports.d.ts +30 -32
  110. package/dist/exports.js +17 -15
  111. package/dist/fileSystem.d.ts +8 -12
  112. package/dist/fileSystem.js +48 -25
  113. package/dist/index.d.ts +1 -1
  114. package/dist/index.js +1 -1
  115. package/dist/loader-runner/index.js +13 -13
  116. package/dist/logging/Logger.d.ts +1 -1
  117. package/dist/logging/createConsoleLogger.js +14 -0
  118. package/dist/node/NodeEnvironmentPlugin.d.ts +1 -1
  119. package/dist/node/NodeEnvironmentPlugin.js +1 -1
  120. package/dist/node/nodeConsole.js +4 -0
  121. package/dist/rspack.d.ts +13 -4
  122. package/dist/rspack.js +8 -8
  123. package/dist/rspackOptionsApply.d.ts +10 -1
  124. package/dist/rspackOptionsApply.js +5 -14
  125. package/dist/sharing/ConsumeSharedPlugin.d.ts +1 -1
  126. package/dist/sharing/ConsumeSharedPlugin.js +1 -1
  127. package/dist/stats/DefaultStatsFactoryPlugin.js +2 -2
  128. package/dist/stats/StatsFactory.d.ts +2 -2
  129. package/dist/stats/StatsFactory.js +9 -0
  130. package/dist/stats/StatsPrinter.d.ts +1 -1
  131. package/dist/stats/statsFactoryUtils.d.ts +1 -1
  132. package/dist/util/comparators.d.ts +1 -1
  133. package/dist/util/createSource.d.ts +5 -0
  134. package/dist/util/createSource.js +65 -0
  135. package/dist/util/fs.d.ts +0 -64
  136. package/dist/util/fs.js +0 -122
  137. package/dist/util/index.d.ts +1 -2
  138. package/dist/util/index.js +11 -16
  139. package/package.json +5 -5
  140. package/dist/util/source.d.ts +0 -18
  141. package/dist/util/source.js +0 -66
@@ -1,11 +1,11 @@
1
1
  /// <reference types="node" />
2
- import { JsAssetInfo, RawFuncUseCtx } from "@rspack/binding";
3
- import type * as webpackDevServer from "webpack-dev-server";
2
+ import { RawFuncUseCtx, JsAssetInfo } from "@rspack/binding";
4
3
  import { z } from "../../compiled/zod";
5
4
  import { Compilation, Compiler } from "..";
6
5
  import type { Builtins as BuiltinsType } from "../builtin-plugin";
7
- import { Chunk } from "../Chunk";
6
+ import type * as webpackDevServer from "webpack-dev-server";
8
7
  import { Module } from "../Module";
8
+ import { Chunk } from "../Chunk";
9
9
  declare const name: z.ZodString;
10
10
  export type Name = z.infer<typeof name>;
11
11
  declare const dependencies: z.ZodArray<z.ZodString, "many">;
@@ -1320,6 +1320,11 @@ declare const resolveTsconfig: z.ZodObject<{
1320
1320
  export type ResolveTsconfig = z.infer<typeof resolveTsconfig>;
1321
1321
  declare const baseResolveOptions: z.ZodObject<{
1322
1322
  alias: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<false>, z.ZodString]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>, "many">]>>>;
1323
+ /**
1324
+ * This is `aliasField: ["browser"]` in webpack, because no one
1325
+ * uses aliasField other than "browser". ---@bvanjoi
1326
+ */
1327
+ browserField: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, boolean | undefined>;
1323
1328
  conditionNames: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1324
1329
  extensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1325
1330
  fallback: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<false>, z.ZodString]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>, "many">]>>>;
@@ -1351,6 +1356,7 @@ declare const baseResolveOptions: z.ZodObject<{
1351
1356
  roots: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1352
1357
  }, "strict", z.ZodTypeAny, {
1353
1358
  alias?: Record<string, string | false | (string | false)[]> | undefined;
1359
+ browserField?: boolean | undefined;
1354
1360
  conditionNames?: string[] | undefined;
1355
1361
  extensions?: string[] | undefined;
1356
1362
  fallback?: Record<string, string | false | (string | false)[]> | undefined;
@@ -1376,6 +1382,7 @@ declare const baseResolveOptions: z.ZodObject<{
1376
1382
  roots?: string[] | undefined;
1377
1383
  }, {
1378
1384
  alias?: Record<string, string | false | (string | false)[]> | undefined;
1385
+ browserField?: boolean | undefined;
1379
1386
  conditionNames?: string[] | undefined;
1380
1387
  extensions?: string[] | undefined;
1381
1388
  fallback?: Record<string, string | false | (string | false)[]> | undefined;
@@ -2159,11 +2166,11 @@ declare const assetGeneratorDataUrlFunction: z.ZodFunction<z.ZodTuple<[z.ZodObje
2159
2166
  content: z.ZodString;
2160
2167
  filename: z.ZodString;
2161
2168
  }, "strict", z.ZodTypeAny, {
2162
- content: string;
2163
2169
  filename: string;
2164
- }, {
2165
2170
  content: string;
2171
+ }, {
2166
2172
  filename: string;
2173
+ content: string;
2167
2174
  }>], z.ZodUnknown>, z.ZodString>;
2168
2175
  export type AssetGeneratorDataUrlFunction = z.infer<typeof assetGeneratorDataUrlFunction>;
2169
2176
  declare const assetGeneratorDataUrl: z.ZodUnion<[z.ZodObject<{
@@ -2179,11 +2186,11 @@ declare const assetGeneratorDataUrl: z.ZodUnion<[z.ZodObject<{
2179
2186
  content: z.ZodString;
2180
2187
  filename: z.ZodString;
2181
2188
  }, "strict", z.ZodTypeAny, {
2182
- content: string;
2183
2189
  filename: string;
2184
- }, {
2185
2190
  content: string;
2191
+ }, {
2186
2192
  filename: string;
2193
+ content: string;
2187
2194
  }>], z.ZodUnknown>, z.ZodString>]>;
2188
2195
  export type AssetGeneratorDataUrl = z.infer<typeof assetGeneratorDataUrl>;
2189
2196
  declare const assetInlineGeneratorOptions: z.ZodObject<{
@@ -2200,27 +2207,27 @@ declare const assetInlineGeneratorOptions: z.ZodObject<{
2200
2207
  content: z.ZodString;
2201
2208
  filename: z.ZodString;
2202
2209
  }, "strict", z.ZodTypeAny, {
2203
- content: string;
2204
2210
  filename: string;
2205
- }, {
2206
2211
  content: string;
2212
+ }, {
2207
2213
  filename: string;
2214
+ content: string;
2208
2215
  }>], z.ZodUnknown>, z.ZodString>]>>;
2209
2216
  }, "strict", z.ZodTypeAny, {
2210
2217
  dataUrl?: {
2211
2218
  encoding?: false | "base64" | undefined;
2212
2219
  mimetype?: string | undefined;
2213
2220
  } | ((args_0: {
2214
- content: string;
2215
2221
  filename: string;
2222
+ content: string;
2216
2223
  }, ...args_1: unknown[]) => string) | undefined;
2217
2224
  }, {
2218
2225
  dataUrl?: {
2219
2226
  encoding?: false | "base64" | undefined;
2220
2227
  mimetype?: string | undefined;
2221
2228
  } | ((args_0: {
2222
- content: string;
2223
2229
  filename: string;
2230
+ content: string;
2224
2231
  }, ...args_1: unknown[]) => string) | undefined;
2225
2232
  }>;
2226
2233
  export type AssetInlineGeneratorOptions = z.infer<typeof assetInlineGeneratorOptions>;
@@ -2252,11 +2259,11 @@ declare const assetGeneratorOptions: z.ZodObject<{
2252
2259
  content: z.ZodString;
2253
2260
  filename: z.ZodString;
2254
2261
  }, "strict", z.ZodTypeAny, {
2255
- content: string;
2256
2262
  filename: string;
2257
- }, {
2258
2263
  content: string;
2264
+ }, {
2259
2265
  filename: string;
2266
+ content: string;
2260
2267
  }>], z.ZodUnknown>, z.ZodString>]>>;
2261
2268
  emit: z.ZodOptional<z.ZodBoolean>;
2262
2269
  filename: z.ZodOptional<z.ZodString>;
@@ -2266,8 +2273,8 @@ declare const assetGeneratorOptions: z.ZodObject<{
2266
2273
  encoding?: false | "base64" | undefined;
2267
2274
  mimetype?: string | undefined;
2268
2275
  } | ((args_0: {
2269
- content: string;
2270
2276
  filename: string;
2277
+ content: string;
2271
2278
  }, ...args_1: unknown[]) => string) | undefined;
2272
2279
  emit?: boolean | undefined;
2273
2280
  filename?: string | undefined;
@@ -2277,8 +2284,8 @@ declare const assetGeneratorOptions: z.ZodObject<{
2277
2284
  encoding?: false | "base64" | undefined;
2278
2285
  mimetype?: string | undefined;
2279
2286
  } | ((args_0: {
2280
- content: string;
2281
2287
  filename: string;
2288
+ content: string;
2282
2289
  }, ...args_1: unknown[]) => string) | undefined;
2283
2290
  emit?: boolean | undefined;
2284
2291
  filename?: string | undefined;
@@ -2291,54 +2298,43 @@ declare const cssGeneratorExportsOnly: z.ZodBoolean;
2291
2298
  export type CssGeneratorExportsOnly = z.infer<typeof cssGeneratorExportsOnly>;
2292
2299
  declare const cssGeneratorLocalIdentName: z.ZodString;
2293
2300
  export type CssGeneratorLocalIdentName = z.infer<typeof cssGeneratorLocalIdentName>;
2294
- declare const cssGeneratorEsModule: z.ZodBoolean;
2295
- export type CssGeneratorEsModule = z.infer<typeof cssGeneratorEsModule>;
2296
2301
  declare const cssGeneratorOptions: z.ZodObject<{
2297
2302
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2298
2303
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2299
- esModule: z.ZodOptional<z.ZodBoolean>;
2300
2304
  }, "strict", z.ZodTypeAny, {
2301
2305
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2302
2306
  exportsOnly?: boolean | undefined;
2303
- esModule?: boolean | undefined;
2304
2307
  }, {
2305
2308
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2306
2309
  exportsOnly?: boolean | undefined;
2307
- esModule?: boolean | undefined;
2308
2310
  }>;
2309
2311
  export type CssGeneratorOptions = z.infer<typeof cssGeneratorOptions>;
2310
2312
  declare const cssAutoGeneratorOptions: z.ZodObject<{
2311
2313
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2312
2314
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2313
2315
  localIdentName: z.ZodOptional<z.ZodString>;
2314
- esModule: z.ZodOptional<z.ZodBoolean>;
2315
2316
  }, "strict", z.ZodTypeAny, {
2316
2317
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2317
2318
  exportsOnly?: boolean | undefined;
2318
2319
  localIdentName?: string | undefined;
2319
- esModule?: boolean | undefined;
2320
2320
  }, {
2321
2321
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2322
2322
  exportsOnly?: boolean | undefined;
2323
2323
  localIdentName?: string | undefined;
2324
- esModule?: boolean | undefined;
2325
2324
  }>;
2326
2325
  export type CssAutoGeneratorOptions = z.infer<typeof cssAutoGeneratorOptions>;
2327
2326
  declare const cssModuleGeneratorOptions: z.ZodObject<{
2328
2327
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2329
2328
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2330
2329
  localIdentName: z.ZodOptional<z.ZodString>;
2331
- esModule: z.ZodOptional<z.ZodBoolean>;
2332
2330
  }, "strict", z.ZodTypeAny, {
2333
2331
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2334
2332
  exportsOnly?: boolean | undefined;
2335
2333
  localIdentName?: string | undefined;
2336
- esModule?: boolean | undefined;
2337
2334
  }, {
2338
2335
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2339
2336
  exportsOnly?: boolean | undefined;
2340
2337
  localIdentName?: string | undefined;
2341
- esModule?: boolean | undefined;
2342
2338
  }>;
2343
2339
  export type CssModuleGeneratorOptions = z.infer<typeof cssModuleGeneratorOptions>;
2344
2340
  declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
@@ -2356,11 +2352,11 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2356
2352
  content: z.ZodString;
2357
2353
  filename: z.ZodString;
2358
2354
  }, "strict", z.ZodTypeAny, {
2359
- content: string;
2360
2355
  filename: string;
2361
- }, {
2362
2356
  content: string;
2357
+ }, {
2363
2358
  filename: string;
2359
+ content: string;
2364
2360
  }>], z.ZodUnknown>, z.ZodString>]>>;
2365
2361
  emit: z.ZodOptional<z.ZodBoolean>;
2366
2362
  filename: z.ZodOptional<z.ZodString>;
@@ -2370,8 +2366,8 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2370
2366
  encoding?: false | "base64" | undefined;
2371
2367
  mimetype?: string | undefined;
2372
2368
  } | ((args_0: {
2373
- content: string;
2374
2369
  filename: string;
2370
+ content: string;
2375
2371
  }, ...args_1: unknown[]) => string) | undefined;
2376
2372
  emit?: boolean | undefined;
2377
2373
  filename?: string | undefined;
@@ -2381,8 +2377,8 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2381
2377
  encoding?: false | "base64" | undefined;
2382
2378
  mimetype?: string | undefined;
2383
2379
  } | ((args_0: {
2384
- content: string;
2385
2380
  filename: string;
2381
+ content: string;
2386
2382
  }, ...args_1: unknown[]) => string) | undefined;
2387
2383
  emit?: boolean | undefined;
2388
2384
  filename?: string | undefined;
@@ -2402,27 +2398,27 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2402
2398
  content: z.ZodString;
2403
2399
  filename: z.ZodString;
2404
2400
  }, "strict", z.ZodTypeAny, {
2405
- content: string;
2406
2401
  filename: string;
2407
- }, {
2408
2402
  content: string;
2403
+ }, {
2409
2404
  filename: string;
2405
+ content: string;
2410
2406
  }>], z.ZodUnknown>, z.ZodString>]>>;
2411
2407
  }, "strict", z.ZodTypeAny, {
2412
2408
  dataUrl?: {
2413
2409
  encoding?: false | "base64" | undefined;
2414
2410
  mimetype?: string | undefined;
2415
2411
  } | ((args_0: {
2416
- content: string;
2417
2412
  filename: string;
2413
+ content: string;
2418
2414
  }, ...args_1: unknown[]) => string) | undefined;
2419
2415
  }, {
2420
2416
  dataUrl?: {
2421
2417
  encoding?: false | "base64" | undefined;
2422
2418
  mimetype?: string | undefined;
2423
2419
  } | ((args_0: {
2424
- content: string;
2425
2420
  filename: string;
2421
+ content: string;
2426
2422
  }, ...args_1: unknown[]) => string) | undefined;
2427
2423
  }>>;
2428
2424
  "asset/resource": z.ZodOptional<z.ZodObject<{
@@ -2441,47 +2437,38 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2441
2437
  css: z.ZodOptional<z.ZodObject<{
2442
2438
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2443
2439
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2444
- esModule: z.ZodOptional<z.ZodBoolean>;
2445
2440
  }, "strict", z.ZodTypeAny, {
2446
2441
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2447
2442
  exportsOnly?: boolean | undefined;
2448
- esModule?: boolean | undefined;
2449
2443
  }, {
2450
2444
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2451
2445
  exportsOnly?: boolean | undefined;
2452
- esModule?: boolean | undefined;
2453
2446
  }>>;
2454
2447
  "css/auto": z.ZodOptional<z.ZodObject<{
2455
2448
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2456
2449
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2457
2450
  localIdentName: z.ZodOptional<z.ZodString>;
2458
- esModule: z.ZodOptional<z.ZodBoolean>;
2459
2451
  }, "strict", z.ZodTypeAny, {
2460
2452
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2461
2453
  exportsOnly?: boolean | undefined;
2462
2454
  localIdentName?: string | undefined;
2463
- esModule?: boolean | undefined;
2464
2455
  }, {
2465
2456
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2466
2457
  exportsOnly?: boolean | undefined;
2467
2458
  localIdentName?: string | undefined;
2468
- esModule?: boolean | undefined;
2469
2459
  }>>;
2470
2460
  "css/module": z.ZodOptional<z.ZodObject<{
2471
2461
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2472
2462
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2473
2463
  localIdentName: z.ZodOptional<z.ZodString>;
2474
- esModule: z.ZodOptional<z.ZodBoolean>;
2475
2464
  }, "strict", z.ZodTypeAny, {
2476
2465
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2477
2466
  exportsOnly?: boolean | undefined;
2478
2467
  localIdentName?: string | undefined;
2479
- esModule?: boolean | undefined;
2480
2468
  }, {
2481
2469
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2482
2470
  exportsOnly?: boolean | undefined;
2483
2471
  localIdentName?: string | undefined;
2484
- esModule?: boolean | undefined;
2485
2472
  }>>;
2486
2473
  }, "strict", z.ZodTypeAny, {
2487
2474
  asset?: {
@@ -2489,8 +2476,8 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2489
2476
  encoding?: false | "base64" | undefined;
2490
2477
  mimetype?: string | undefined;
2491
2478
  } | ((args_0: {
2492
- content: string;
2493
2479
  filename: string;
2480
+ content: string;
2494
2481
  }, ...args_1: unknown[]) => string) | undefined;
2495
2482
  emit?: boolean | undefined;
2496
2483
  filename?: string | undefined;
@@ -2501,8 +2488,8 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2501
2488
  encoding?: false | "base64" | undefined;
2502
2489
  mimetype?: string | undefined;
2503
2490
  } | ((args_0: {
2504
- content: string;
2505
2491
  filename: string;
2492
+ content: string;
2506
2493
  }, ...args_1: unknown[]) => string) | undefined;
2507
2494
  } | undefined;
2508
2495
  "asset/resource"?: {
@@ -2513,19 +2500,16 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2513
2500
  css?: {
2514
2501
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2515
2502
  exportsOnly?: boolean | undefined;
2516
- esModule?: boolean | undefined;
2517
2503
  } | undefined;
2518
2504
  "css/auto"?: {
2519
2505
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2520
2506
  exportsOnly?: boolean | undefined;
2521
2507
  localIdentName?: string | undefined;
2522
- esModule?: boolean | undefined;
2523
2508
  } | undefined;
2524
2509
  "css/module"?: {
2525
2510
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2526
2511
  exportsOnly?: boolean | undefined;
2527
2512
  localIdentName?: string | undefined;
2528
- esModule?: boolean | undefined;
2529
2513
  } | undefined;
2530
2514
  }, {
2531
2515
  asset?: {
@@ -2533,8 +2517,8 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2533
2517
  encoding?: false | "base64" | undefined;
2534
2518
  mimetype?: string | undefined;
2535
2519
  } | ((args_0: {
2536
- content: string;
2537
2520
  filename: string;
2521
+ content: string;
2538
2522
  }, ...args_1: unknown[]) => string) | undefined;
2539
2523
  emit?: boolean | undefined;
2540
2524
  filename?: string | undefined;
@@ -2545,8 +2529,8 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2545
2529
  encoding?: false | "base64" | undefined;
2546
2530
  mimetype?: string | undefined;
2547
2531
  } | ((args_0: {
2548
- content: string;
2549
2532
  filename: string;
2533
+ content: string;
2550
2534
  }, ...args_1: unknown[]) => string) | undefined;
2551
2535
  } | undefined;
2552
2536
  "asset/resource"?: {
@@ -2557,19 +2541,16 @@ declare const generatorOptionsByModuleTypeKnown: z.ZodObject<{
2557
2541
  css?: {
2558
2542
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2559
2543
  exportsOnly?: boolean | undefined;
2560
- esModule?: boolean | undefined;
2561
2544
  } | undefined;
2562
2545
  "css/auto"?: {
2563
2546
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2564
2547
  exportsOnly?: boolean | undefined;
2565
2548
  localIdentName?: string | undefined;
2566
- esModule?: boolean | undefined;
2567
2549
  } | undefined;
2568
2550
  "css/module"?: {
2569
2551
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2570
2552
  exportsOnly?: boolean | undefined;
2571
2553
  localIdentName?: string | undefined;
2572
- esModule?: boolean | undefined;
2573
2554
  } | undefined;
2574
2555
  }>;
2575
2556
  export type GeneratorOptionsByModuleTypeKnown = z.infer<typeof generatorOptionsByModuleTypeKnown>;
@@ -2590,11 +2571,11 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2590
2571
  content: z.ZodString;
2591
2572
  filename: z.ZodString;
2592
2573
  }, "strict", z.ZodTypeAny, {
2593
- content: string;
2594
2574
  filename: string;
2595
- }, {
2596
2575
  content: string;
2576
+ }, {
2597
2577
  filename: string;
2578
+ content: string;
2598
2579
  }>], z.ZodUnknown>, z.ZodString>]>>;
2599
2580
  emit: z.ZodOptional<z.ZodBoolean>;
2600
2581
  filename: z.ZodOptional<z.ZodString>;
@@ -2604,8 +2585,8 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2604
2585
  encoding?: false | "base64" | undefined;
2605
2586
  mimetype?: string | undefined;
2606
2587
  } | ((args_0: {
2607
- content: string;
2608
2588
  filename: string;
2589
+ content: string;
2609
2590
  }, ...args_1: unknown[]) => string) | undefined;
2610
2591
  emit?: boolean | undefined;
2611
2592
  filename?: string | undefined;
@@ -2615,8 +2596,8 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2615
2596
  encoding?: false | "base64" | undefined;
2616
2597
  mimetype?: string | undefined;
2617
2598
  } | ((args_0: {
2618
- content: string;
2619
2599
  filename: string;
2600
+ content: string;
2620
2601
  }, ...args_1: unknown[]) => string) | undefined;
2621
2602
  emit?: boolean | undefined;
2622
2603
  filename?: string | undefined;
@@ -2636,27 +2617,27 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2636
2617
  content: z.ZodString;
2637
2618
  filename: z.ZodString;
2638
2619
  }, "strict", z.ZodTypeAny, {
2639
- content: string;
2640
2620
  filename: string;
2641
- }, {
2642
2621
  content: string;
2622
+ }, {
2643
2623
  filename: string;
2624
+ content: string;
2644
2625
  }>], z.ZodUnknown>, z.ZodString>]>>;
2645
2626
  }, "strict", z.ZodTypeAny, {
2646
2627
  dataUrl?: {
2647
2628
  encoding?: false | "base64" | undefined;
2648
2629
  mimetype?: string | undefined;
2649
2630
  } | ((args_0: {
2650
- content: string;
2651
2631
  filename: string;
2632
+ content: string;
2652
2633
  }, ...args_1: unknown[]) => string) | undefined;
2653
2634
  }, {
2654
2635
  dataUrl?: {
2655
2636
  encoding?: false | "base64" | undefined;
2656
2637
  mimetype?: string | undefined;
2657
2638
  } | ((args_0: {
2658
- content: string;
2659
2639
  filename: string;
2640
+ content: string;
2660
2641
  }, ...args_1: unknown[]) => string) | undefined;
2661
2642
  }>>;
2662
2643
  "asset/resource": z.ZodOptional<z.ZodObject<{
@@ -2675,47 +2656,38 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2675
2656
  css: z.ZodOptional<z.ZodObject<{
2676
2657
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2677
2658
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2678
- esModule: z.ZodOptional<z.ZodBoolean>;
2679
2659
  }, "strict", z.ZodTypeAny, {
2680
2660
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2681
2661
  exportsOnly?: boolean | undefined;
2682
- esModule?: boolean | undefined;
2683
2662
  }, {
2684
2663
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2685
2664
  exportsOnly?: boolean | undefined;
2686
- esModule?: boolean | undefined;
2687
2665
  }>>;
2688
2666
  "css/auto": z.ZodOptional<z.ZodObject<{
2689
2667
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2690
2668
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2691
2669
  localIdentName: z.ZodOptional<z.ZodString>;
2692
- esModule: z.ZodOptional<z.ZodBoolean>;
2693
2670
  }, "strict", z.ZodTypeAny, {
2694
2671
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2695
2672
  exportsOnly?: boolean | undefined;
2696
2673
  localIdentName?: string | undefined;
2697
- esModule?: boolean | undefined;
2698
2674
  }, {
2699
2675
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2700
2676
  exportsOnly?: boolean | undefined;
2701
2677
  localIdentName?: string | undefined;
2702
- esModule?: boolean | undefined;
2703
2678
  }>>;
2704
2679
  "css/module": z.ZodOptional<z.ZodObject<{
2705
2680
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
2706
2681
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
2707
2682
  localIdentName: z.ZodOptional<z.ZodString>;
2708
- esModule: z.ZodOptional<z.ZodBoolean>;
2709
2683
  }, "strict", z.ZodTypeAny, {
2710
2684
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2711
2685
  exportsOnly?: boolean | undefined;
2712
2686
  localIdentName?: string | undefined;
2713
- esModule?: boolean | undefined;
2714
2687
  }, {
2715
2688
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2716
2689
  exportsOnly?: boolean | undefined;
2717
2690
  localIdentName?: string | undefined;
2718
- esModule?: boolean | undefined;
2719
2691
  }>>;
2720
2692
  }, "strict", z.ZodTypeAny, {
2721
2693
  asset?: {
@@ -2723,8 +2695,8 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2723
2695
  encoding?: false | "base64" | undefined;
2724
2696
  mimetype?: string | undefined;
2725
2697
  } | ((args_0: {
2726
- content: string;
2727
2698
  filename: string;
2699
+ content: string;
2728
2700
  }, ...args_1: unknown[]) => string) | undefined;
2729
2701
  emit?: boolean | undefined;
2730
2702
  filename?: string | undefined;
@@ -2735,8 +2707,8 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2735
2707
  encoding?: false | "base64" | undefined;
2736
2708
  mimetype?: string | undefined;
2737
2709
  } | ((args_0: {
2738
- content: string;
2739
2710
  filename: string;
2711
+ content: string;
2740
2712
  }, ...args_1: unknown[]) => string) | undefined;
2741
2713
  } | undefined;
2742
2714
  "asset/resource"?: {
@@ -2747,19 +2719,16 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2747
2719
  css?: {
2748
2720
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2749
2721
  exportsOnly?: boolean | undefined;
2750
- esModule?: boolean | undefined;
2751
2722
  } | undefined;
2752
2723
  "css/auto"?: {
2753
2724
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2754
2725
  exportsOnly?: boolean | undefined;
2755
2726
  localIdentName?: string | undefined;
2756
- esModule?: boolean | undefined;
2757
2727
  } | undefined;
2758
2728
  "css/module"?: {
2759
2729
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2760
2730
  exportsOnly?: boolean | undefined;
2761
2731
  localIdentName?: string | undefined;
2762
- esModule?: boolean | undefined;
2763
2732
  } | undefined;
2764
2733
  }, {
2765
2734
  asset?: {
@@ -2767,8 +2736,8 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2767
2736
  encoding?: false | "base64" | undefined;
2768
2737
  mimetype?: string | undefined;
2769
2738
  } | ((args_0: {
2770
- content: string;
2771
2739
  filename: string;
2740
+ content: string;
2772
2741
  }, ...args_1: unknown[]) => string) | undefined;
2773
2742
  emit?: boolean | undefined;
2774
2743
  filename?: string | undefined;
@@ -2779,8 +2748,8 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2779
2748
  encoding?: false | "base64" | undefined;
2780
2749
  mimetype?: string | undefined;
2781
2750
  } | ((args_0: {
2782
- content: string;
2783
2751
  filename: string;
2752
+ content: string;
2784
2753
  }, ...args_1: unknown[]) => string) | undefined;
2785
2754
  } | undefined;
2786
2755
  "asset/resource"?: {
@@ -2791,19 +2760,16 @@ declare const generatorOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
2791
2760
  css?: {
2792
2761
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2793
2762
  exportsOnly?: boolean | undefined;
2794
- esModule?: boolean | undefined;
2795
2763
  } | undefined;
2796
2764
  "css/auto"?: {
2797
2765
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2798
2766
  exportsOnly?: boolean | undefined;
2799
2767
  localIdentName?: string | undefined;
2800
- esModule?: boolean | undefined;
2801
2768
  } | undefined;
2802
2769
  "css/module"?: {
2803
2770
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
2804
2771
  exportsOnly?: boolean | undefined;
2805
2772
  localIdentName?: string | undefined;
2806
- esModule?: boolean | undefined;
2807
2773
  } | undefined;
2808
2774
  }>, z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>]>;
2809
2775
  export type GeneratorOptionsByModuleType = z.infer<typeof generatorOptionsByModuleType>;
@@ -3049,11 +3015,11 @@ declare const moduleOptions: z.ZodObject<{
3049
3015
  content: z.ZodString;
3050
3016
  filename: z.ZodString;
3051
3017
  }, "strict", z.ZodTypeAny, {
3052
- content: string;
3053
3018
  filename: string;
3054
- }, {
3055
3019
  content: string;
3020
+ }, {
3056
3021
  filename: string;
3022
+ content: string;
3057
3023
  }>], z.ZodUnknown>, z.ZodString>]>>;
3058
3024
  emit: z.ZodOptional<z.ZodBoolean>;
3059
3025
  filename: z.ZodOptional<z.ZodString>;
@@ -3063,8 +3029,8 @@ declare const moduleOptions: z.ZodObject<{
3063
3029
  encoding?: false | "base64" | undefined;
3064
3030
  mimetype?: string | undefined;
3065
3031
  } | ((args_0: {
3066
- content: string;
3067
3032
  filename: string;
3033
+ content: string;
3068
3034
  }, ...args_1: unknown[]) => string) | undefined;
3069
3035
  emit?: boolean | undefined;
3070
3036
  filename?: string | undefined;
@@ -3074,8 +3040,8 @@ declare const moduleOptions: z.ZodObject<{
3074
3040
  encoding?: false | "base64" | undefined;
3075
3041
  mimetype?: string | undefined;
3076
3042
  } | ((args_0: {
3077
- content: string;
3078
3043
  filename: string;
3044
+ content: string;
3079
3045
  }, ...args_1: unknown[]) => string) | undefined;
3080
3046
  emit?: boolean | undefined;
3081
3047
  filename?: string | undefined;
@@ -3095,27 +3061,27 @@ declare const moduleOptions: z.ZodObject<{
3095
3061
  content: z.ZodString;
3096
3062
  filename: z.ZodString;
3097
3063
  }, "strict", z.ZodTypeAny, {
3098
- content: string;
3099
3064
  filename: string;
3100
- }, {
3101
3065
  content: string;
3066
+ }, {
3102
3067
  filename: string;
3068
+ content: string;
3103
3069
  }>], z.ZodUnknown>, z.ZodString>]>>;
3104
3070
  }, "strict", z.ZodTypeAny, {
3105
3071
  dataUrl?: {
3106
3072
  encoding?: false | "base64" | undefined;
3107
3073
  mimetype?: string | undefined;
3108
3074
  } | ((args_0: {
3109
- content: string;
3110
3075
  filename: string;
3076
+ content: string;
3111
3077
  }, ...args_1: unknown[]) => string) | undefined;
3112
3078
  }, {
3113
3079
  dataUrl?: {
3114
3080
  encoding?: false | "base64" | undefined;
3115
3081
  mimetype?: string | undefined;
3116
3082
  } | ((args_0: {
3117
- content: string;
3118
3083
  filename: string;
3084
+ content: string;
3119
3085
  }, ...args_1: unknown[]) => string) | undefined;
3120
3086
  }>>;
3121
3087
  "asset/resource": z.ZodOptional<z.ZodObject<{
@@ -3134,47 +3100,38 @@ declare const moduleOptions: z.ZodObject<{
3134
3100
  css: z.ZodOptional<z.ZodObject<{
3135
3101
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
3136
3102
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
3137
- esModule: z.ZodOptional<z.ZodBoolean>;
3138
3103
  }, "strict", z.ZodTypeAny, {
3139
3104
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3140
3105
  exportsOnly?: boolean | undefined;
3141
- esModule?: boolean | undefined;
3142
3106
  }, {
3143
3107
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3144
3108
  exportsOnly?: boolean | undefined;
3145
- esModule?: boolean | undefined;
3146
3109
  }>>;
3147
3110
  "css/auto": z.ZodOptional<z.ZodObject<{
3148
3111
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
3149
3112
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
3150
3113
  localIdentName: z.ZodOptional<z.ZodString>;
3151
- esModule: z.ZodOptional<z.ZodBoolean>;
3152
3114
  }, "strict", z.ZodTypeAny, {
3153
3115
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3154
3116
  exportsOnly?: boolean | undefined;
3155
3117
  localIdentName?: string | undefined;
3156
- esModule?: boolean | undefined;
3157
3118
  }, {
3158
3119
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3159
3120
  exportsOnly?: boolean | undefined;
3160
3121
  localIdentName?: string | undefined;
3161
- esModule?: boolean | undefined;
3162
3122
  }>>;
3163
3123
  "css/module": z.ZodOptional<z.ZodObject<{
3164
3124
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
3165
3125
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
3166
3126
  localIdentName: z.ZodOptional<z.ZodString>;
3167
- esModule: z.ZodOptional<z.ZodBoolean>;
3168
3127
  }, "strict", z.ZodTypeAny, {
3169
3128
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3170
3129
  exportsOnly?: boolean | undefined;
3171
3130
  localIdentName?: string | undefined;
3172
- esModule?: boolean | undefined;
3173
3131
  }, {
3174
3132
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3175
3133
  exportsOnly?: boolean | undefined;
3176
3134
  localIdentName?: string | undefined;
3177
- esModule?: boolean | undefined;
3178
3135
  }>>;
3179
3136
  }, "strict", z.ZodTypeAny, {
3180
3137
  asset?: {
@@ -3182,8 +3139,8 @@ declare const moduleOptions: z.ZodObject<{
3182
3139
  encoding?: false | "base64" | undefined;
3183
3140
  mimetype?: string | undefined;
3184
3141
  } | ((args_0: {
3185
- content: string;
3186
3142
  filename: string;
3143
+ content: string;
3187
3144
  }, ...args_1: unknown[]) => string) | undefined;
3188
3145
  emit?: boolean | undefined;
3189
3146
  filename?: string | undefined;
@@ -3194,8 +3151,8 @@ declare const moduleOptions: z.ZodObject<{
3194
3151
  encoding?: false | "base64" | undefined;
3195
3152
  mimetype?: string | undefined;
3196
3153
  } | ((args_0: {
3197
- content: string;
3198
3154
  filename: string;
3155
+ content: string;
3199
3156
  }, ...args_1: unknown[]) => string) | undefined;
3200
3157
  } | undefined;
3201
3158
  "asset/resource"?: {
@@ -3206,19 +3163,16 @@ declare const moduleOptions: z.ZodObject<{
3206
3163
  css?: {
3207
3164
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3208
3165
  exportsOnly?: boolean | undefined;
3209
- esModule?: boolean | undefined;
3210
3166
  } | undefined;
3211
3167
  "css/auto"?: {
3212
3168
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3213
3169
  exportsOnly?: boolean | undefined;
3214
3170
  localIdentName?: string | undefined;
3215
- esModule?: boolean | undefined;
3216
3171
  } | undefined;
3217
3172
  "css/module"?: {
3218
3173
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3219
3174
  exportsOnly?: boolean | undefined;
3220
3175
  localIdentName?: string | undefined;
3221
- esModule?: boolean | undefined;
3222
3176
  } | undefined;
3223
3177
  }, {
3224
3178
  asset?: {
@@ -3226,8 +3180,8 @@ declare const moduleOptions: z.ZodObject<{
3226
3180
  encoding?: false | "base64" | undefined;
3227
3181
  mimetype?: string | undefined;
3228
3182
  } | ((args_0: {
3229
- content: string;
3230
3183
  filename: string;
3184
+ content: string;
3231
3185
  }, ...args_1: unknown[]) => string) | undefined;
3232
3186
  emit?: boolean | undefined;
3233
3187
  filename?: string | undefined;
@@ -3238,8 +3192,8 @@ declare const moduleOptions: z.ZodObject<{
3238
3192
  encoding?: false | "base64" | undefined;
3239
3193
  mimetype?: string | undefined;
3240
3194
  } | ((args_0: {
3241
- content: string;
3242
3195
  filename: string;
3196
+ content: string;
3243
3197
  }, ...args_1: unknown[]) => string) | undefined;
3244
3198
  } | undefined;
3245
3199
  "asset/resource"?: {
@@ -3250,19 +3204,16 @@ declare const moduleOptions: z.ZodObject<{
3250
3204
  css?: {
3251
3205
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3252
3206
  exportsOnly?: boolean | undefined;
3253
- esModule?: boolean | undefined;
3254
3207
  } | undefined;
3255
3208
  "css/auto"?: {
3256
3209
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3257
3210
  exportsOnly?: boolean | undefined;
3258
3211
  localIdentName?: string | undefined;
3259
- esModule?: boolean | undefined;
3260
3212
  } | undefined;
3261
3213
  "css/module"?: {
3262
3214
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3263
3215
  exportsOnly?: boolean | undefined;
3264
3216
  localIdentName?: string | undefined;
3265
- esModule?: boolean | undefined;
3266
3217
  } | undefined;
3267
3218
  }>, z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>]>>;
3268
3219
  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">]>>;
@@ -3323,8 +3274,8 @@ declare const moduleOptions: z.ZodObject<{
3323
3274
  encoding?: false | "base64" | undefined;
3324
3275
  mimetype?: string | undefined;
3325
3276
  } | ((args_0: {
3326
- content: string;
3327
3277
  filename: string;
3278
+ content: string;
3328
3279
  }, ...args_1: unknown[]) => string) | undefined;
3329
3280
  emit?: boolean | undefined;
3330
3281
  filename?: string | undefined;
@@ -3335,8 +3286,8 @@ declare const moduleOptions: z.ZodObject<{
3335
3286
  encoding?: false | "base64" | undefined;
3336
3287
  mimetype?: string | undefined;
3337
3288
  } | ((args_0: {
3338
- content: string;
3339
3289
  filename: string;
3290
+ content: string;
3340
3291
  }, ...args_1: unknown[]) => string) | undefined;
3341
3292
  } | undefined;
3342
3293
  "asset/resource"?: {
@@ -3347,19 +3298,16 @@ declare const moduleOptions: z.ZodObject<{
3347
3298
  css?: {
3348
3299
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3349
3300
  exportsOnly?: boolean | undefined;
3350
- esModule?: boolean | undefined;
3351
3301
  } | undefined;
3352
3302
  "css/auto"?: {
3353
3303
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3354
3304
  exportsOnly?: boolean | undefined;
3355
3305
  localIdentName?: string | undefined;
3356
- esModule?: boolean | undefined;
3357
3306
  } | undefined;
3358
3307
  "css/module"?: {
3359
3308
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3360
3309
  exportsOnly?: boolean | undefined;
3361
3310
  localIdentName?: string | undefined;
3362
- esModule?: boolean | undefined;
3363
3311
  } | undefined;
3364
3312
  } | undefined;
3365
3313
  noParse?: string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
@@ -3420,8 +3368,8 @@ declare const moduleOptions: z.ZodObject<{
3420
3368
  encoding?: false | "base64" | undefined;
3421
3369
  mimetype?: string | undefined;
3422
3370
  } | ((args_0: {
3423
- content: string;
3424
3371
  filename: string;
3372
+ content: string;
3425
3373
  }, ...args_1: unknown[]) => string) | undefined;
3426
3374
  emit?: boolean | undefined;
3427
3375
  filename?: string | undefined;
@@ -3432,8 +3380,8 @@ declare const moduleOptions: z.ZodObject<{
3432
3380
  encoding?: false | "base64" | undefined;
3433
3381
  mimetype?: string | undefined;
3434
3382
  } | ((args_0: {
3435
- content: string;
3436
3383
  filename: string;
3384
+ content: string;
3437
3385
  }, ...args_1: unknown[]) => string) | undefined;
3438
3386
  } | undefined;
3439
3387
  "asset/resource"?: {
@@ -3444,19 +3392,16 @@ declare const moduleOptions: z.ZodObject<{
3444
3392
  css?: {
3445
3393
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3446
3394
  exportsOnly?: boolean | undefined;
3447
- esModule?: boolean | undefined;
3448
3395
  } | undefined;
3449
3396
  "css/auto"?: {
3450
3397
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3451
3398
  exportsOnly?: boolean | undefined;
3452
3399
  localIdentName?: string | undefined;
3453
- esModule?: boolean | undefined;
3454
3400
  } | undefined;
3455
3401
  "css/module"?: {
3456
3402
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
3457
3403
  exportsOnly?: boolean | undefined;
3458
3404
  localIdentName?: string | undefined;
3459
- esModule?: boolean | undefined;
3460
3405
  } | undefined;
3461
3406
  } | undefined;
3462
3407
  noParse?: string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
@@ -3602,14 +3547,14 @@ declare const infrastructureLogging: z.ZodObject<{
3602
3547
  colors?: boolean | undefined;
3603
3548
  console?: Console | undefined;
3604
3549
  debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
3605
- level?: "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
3550
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3606
3551
  stream?: NodeJS.WritableStream | undefined;
3607
3552
  }, {
3608
3553
  appendOnly?: boolean | undefined;
3609
3554
  colors?: boolean | undefined;
3610
3555
  console?: Console | undefined;
3611
3556
  debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
3612
- level?: "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
3557
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3613
3558
  stream?: NodeJS.WritableStream | undefined;
3614
3559
  }>;
3615
3560
  export type InfrastructureLogging = z.infer<typeof infrastructureLogging>;
@@ -3724,7 +3669,7 @@ declare const statsOptions: z.ZodObject<{
3724
3669
  orphanModules: z.ZodOptional<z.ZodBoolean>;
3725
3670
  }, "strict", z.ZodTypeAny, {
3726
3671
  all?: boolean | undefined;
3727
- preset?: "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | undefined;
3672
+ preset?: "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
3728
3673
  assets?: boolean | undefined;
3729
3674
  chunks?: boolean | undefined;
3730
3675
  modules?: boolean | undefined;
@@ -3749,7 +3694,7 @@ declare const statsOptions: z.ZodObject<{
3749
3694
  modulesSpace?: number | undefined;
3750
3695
  nestedModules?: boolean | undefined;
3751
3696
  source?: boolean | undefined;
3752
- logging?: boolean | "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
3697
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3753
3698
  loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
3754
3699
  loggingTrace?: boolean | undefined;
3755
3700
  runtimeModules?: boolean | undefined;
@@ -3760,7 +3705,7 @@ declare const statsOptions: z.ZodObject<{
3760
3705
  orphanModules?: boolean | undefined;
3761
3706
  }, {
3762
3707
  all?: boolean | undefined;
3763
- preset?: "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | undefined;
3708
+ preset?: "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
3764
3709
  assets?: boolean | undefined;
3765
3710
  chunks?: boolean | undefined;
3766
3711
  modules?: boolean | undefined;
@@ -3785,7 +3730,7 @@ declare const statsOptions: z.ZodObject<{
3785
3730
  modulesSpace?: number | undefined;
3786
3731
  nestedModules?: boolean | undefined;
3787
3732
  source?: boolean | undefined;
3788
- logging?: boolean | "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
3733
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3789
3734
  loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
3790
3735
  loggingTrace?: boolean | undefined;
3791
3736
  runtimeModules?: boolean | undefined;
@@ -3834,7 +3779,7 @@ declare const statsValue: z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["none", "errors-onl
3834
3779
  orphanModules: z.ZodOptional<z.ZodBoolean>;
3835
3780
  }, "strict", z.ZodTypeAny, {
3836
3781
  all?: boolean | undefined;
3837
- preset?: "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | undefined;
3782
+ preset?: "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
3838
3783
  assets?: boolean | undefined;
3839
3784
  chunks?: boolean | undefined;
3840
3785
  modules?: boolean | undefined;
@@ -3859,7 +3804,7 @@ declare const statsValue: z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["none", "errors-onl
3859
3804
  modulesSpace?: number | undefined;
3860
3805
  nestedModules?: boolean | undefined;
3861
3806
  source?: boolean | undefined;
3862
- logging?: boolean | "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
3807
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3863
3808
  loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
3864
3809
  loggingTrace?: boolean | undefined;
3865
3810
  runtimeModules?: boolean | undefined;
@@ -3870,7 +3815,7 @@ declare const statsValue: z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["none", "errors-onl
3870
3815
  orphanModules?: boolean | undefined;
3871
3816
  }, {
3872
3817
  all?: boolean | undefined;
3873
- preset?: "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | undefined;
3818
+ preset?: "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
3874
3819
  assets?: boolean | undefined;
3875
3820
  chunks?: boolean | undefined;
3876
3821
  modules?: boolean | undefined;
@@ -3895,7 +3840,7 @@ declare const statsValue: z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["none", "errors-onl
3895
3840
  modulesSpace?: number | undefined;
3896
3841
  nestedModules?: boolean | undefined;
3897
3842
  source?: boolean | undefined;
3898
- logging?: boolean | "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
3843
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
3899
3844
  loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
3900
3845
  loggingTrace?: boolean | undefined;
3901
3846
  runtimeModules?: boolean | undefined;
@@ -3951,7 +3896,7 @@ declare const optimizationSplitChunksCacheGroup: z.ZodObject<{
3951
3896
  type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
3952
3897
  idHint: z.ZodOptional<z.ZodString>;
3953
3898
  }, "strict", z.ZodTypeAny, {
3954
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
3899
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
3955
3900
  defaultSizeTypes?: string[] | undefined;
3956
3901
  minChunks?: number | undefined;
3957
3902
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -3968,7 +3913,7 @@ declare const optimizationSplitChunksCacheGroup: z.ZodObject<{
3968
3913
  type?: string | RegExp | undefined;
3969
3914
  idHint?: string | undefined;
3970
3915
  }, {
3971
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
3916
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
3972
3917
  defaultSizeTypes?: string[] | undefined;
3973
3918
  minChunks?: number | undefined;
3974
3919
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4014,7 +3959,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4014
3959
  type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
4015
3960
  idHint: z.ZodOptional<z.ZodString>;
4016
3961
  }, "strict", z.ZodTypeAny, {
4017
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
3962
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4018
3963
  defaultSizeTypes?: string[] | undefined;
4019
3964
  minChunks?: number | undefined;
4020
3965
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4031,7 +3976,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4031
3976
  type?: string | RegExp | undefined;
4032
3977
  idHint?: string | undefined;
4033
3978
  }, {
4034
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
3979
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4035
3980
  defaultSizeTypes?: string[] | undefined;
4036
3981
  minChunks?: number | undefined;
4037
3982
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4058,14 +4003,14 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4058
4003
  maxInitialSize: z.ZodOptional<z.ZodNumber>;
4059
4004
  automaticNameDelimiter: z.ZodOptional<z.ZodString>;
4060
4005
  }, "strict", z.ZodTypeAny, {
4061
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4006
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4062
4007
  minSize?: number | undefined;
4063
4008
  maxSize?: number | undefined;
4064
4009
  maxAsyncSize?: number | undefined;
4065
4010
  maxInitialSize?: number | undefined;
4066
4011
  automaticNameDelimiter?: string | undefined;
4067
4012
  }, {
4068
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4013
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4069
4014
  minSize?: number | undefined;
4070
4015
  maxSize?: number | undefined;
4071
4016
  maxAsyncSize?: number | undefined;
@@ -4074,7 +4019,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4074
4019
  }>>;
4075
4020
  hidePathInfo: z.ZodOptional<z.ZodBoolean>;
4076
4021
  }, "strict", z.ZodTypeAny, {
4077
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4022
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4078
4023
  defaultSizeTypes?: string[] | undefined;
4079
4024
  minChunks?: number | undefined;
4080
4025
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4084,7 +4029,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4084
4029
  maxInitialSize?: number | undefined;
4085
4030
  automaticNameDelimiter?: string | undefined;
4086
4031
  cacheGroups?: Record<string, false | {
4087
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4032
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4088
4033
  defaultSizeTypes?: string[] | undefined;
4089
4034
  minChunks?: number | undefined;
4090
4035
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4104,7 +4049,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4104
4049
  maxAsyncRequests?: number | undefined;
4105
4050
  maxInitialRequests?: number | undefined;
4106
4051
  fallbackCacheGroup?: {
4107
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4052
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4108
4053
  minSize?: number | undefined;
4109
4054
  maxSize?: number | undefined;
4110
4055
  maxAsyncSize?: number | undefined;
@@ -4113,7 +4058,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4113
4058
  } | undefined;
4114
4059
  hidePathInfo?: boolean | undefined;
4115
4060
  }, {
4116
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4061
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4117
4062
  defaultSizeTypes?: string[] | undefined;
4118
4063
  minChunks?: number | undefined;
4119
4064
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4123,7 +4068,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4123
4068
  maxInitialSize?: number | undefined;
4124
4069
  automaticNameDelimiter?: string | undefined;
4125
4070
  cacheGroups?: Record<string, false | {
4126
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4071
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4127
4072
  defaultSizeTypes?: string[] | undefined;
4128
4073
  minChunks?: number | undefined;
4129
4074
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4143,7 +4088,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
4143
4088
  maxAsyncRequests?: number | undefined;
4144
4089
  maxInitialRequests?: number | undefined;
4145
4090
  fallbackCacheGroup?: {
4146
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4091
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4147
4092
  minSize?: number | undefined;
4148
4093
  maxSize?: number | undefined;
4149
4094
  maxAsyncSize?: number | undefined;
@@ -4187,7 +4132,7 @@ declare const optimization: z.ZodObject<{
4187
4132
  type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
4188
4133
  idHint: z.ZodOptional<z.ZodString>;
4189
4134
  }, "strict", z.ZodTypeAny, {
4190
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4135
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4191
4136
  defaultSizeTypes?: string[] | undefined;
4192
4137
  minChunks?: number | undefined;
4193
4138
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4204,7 +4149,7 @@ declare const optimization: z.ZodObject<{
4204
4149
  type?: string | RegExp | undefined;
4205
4150
  idHint?: string | undefined;
4206
4151
  }, {
4207
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4152
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4208
4153
  defaultSizeTypes?: string[] | undefined;
4209
4154
  minChunks?: number | undefined;
4210
4155
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4231,14 +4176,14 @@ declare const optimization: z.ZodObject<{
4231
4176
  maxInitialSize: z.ZodOptional<z.ZodNumber>;
4232
4177
  automaticNameDelimiter: z.ZodOptional<z.ZodString>;
4233
4178
  }, "strict", z.ZodTypeAny, {
4234
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4179
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4235
4180
  minSize?: number | undefined;
4236
4181
  maxSize?: number | undefined;
4237
4182
  maxAsyncSize?: number | undefined;
4238
4183
  maxInitialSize?: number | undefined;
4239
4184
  automaticNameDelimiter?: string | undefined;
4240
4185
  }, {
4241
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4186
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4242
4187
  minSize?: number | undefined;
4243
4188
  maxSize?: number | undefined;
4244
4189
  maxAsyncSize?: number | undefined;
@@ -4247,7 +4192,7 @@ declare const optimization: z.ZodObject<{
4247
4192
  }>>;
4248
4193
  hidePathInfo: z.ZodOptional<z.ZodBoolean>;
4249
4194
  }, "strict", z.ZodTypeAny, {
4250
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4195
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4251
4196
  defaultSizeTypes?: string[] | undefined;
4252
4197
  minChunks?: number | undefined;
4253
4198
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4257,7 +4202,7 @@ declare const optimization: z.ZodObject<{
4257
4202
  maxInitialSize?: number | undefined;
4258
4203
  automaticNameDelimiter?: string | undefined;
4259
4204
  cacheGroups?: Record<string, false | {
4260
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4205
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4261
4206
  defaultSizeTypes?: string[] | undefined;
4262
4207
  minChunks?: number | undefined;
4263
4208
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4277,7 +4222,7 @@ declare const optimization: z.ZodObject<{
4277
4222
  maxAsyncRequests?: number | undefined;
4278
4223
  maxInitialRequests?: number | undefined;
4279
4224
  fallbackCacheGroup?: {
4280
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4225
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4281
4226
  minSize?: number | undefined;
4282
4227
  maxSize?: number | undefined;
4283
4228
  maxAsyncSize?: number | undefined;
@@ -4286,7 +4231,7 @@ declare const optimization: z.ZodObject<{
4286
4231
  } | undefined;
4287
4232
  hidePathInfo?: boolean | undefined;
4288
4233
  }, {
4289
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4234
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4290
4235
  defaultSizeTypes?: string[] | undefined;
4291
4236
  minChunks?: number | undefined;
4292
4237
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4296,7 +4241,7 @@ declare const optimization: z.ZodObject<{
4296
4241
  maxInitialSize?: number | undefined;
4297
4242
  automaticNameDelimiter?: string | undefined;
4298
4243
  cacheGroups?: Record<string, false | {
4299
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4244
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4300
4245
  defaultSizeTypes?: string[] | undefined;
4301
4246
  minChunks?: number | undefined;
4302
4247
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4316,7 +4261,7 @@ declare const optimization: z.ZodObject<{
4316
4261
  maxAsyncRequests?: number | undefined;
4317
4262
  maxInitialRequests?: number | undefined;
4318
4263
  fallbackCacheGroup?: {
4319
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4264
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4320
4265
  minSize?: number | undefined;
4321
4266
  maxSize?: number | undefined;
4322
4267
  maxAsyncSize?: number | undefined;
@@ -4356,10 +4301,10 @@ declare const optimization: z.ZodObject<{
4356
4301
  moduleIds?: "named" | "deterministic" | undefined;
4357
4302
  chunkIds?: "named" | "deterministic" | undefined;
4358
4303
  minimize?: boolean | undefined;
4359
- minimizer?: (false | "" | 0 | RspackPluginInstance | "..." | RspackPluginFunction | null | undefined)[] | undefined;
4304
+ minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
4360
4305
  mergeDuplicateChunks?: boolean | undefined;
4361
4306
  splitChunks?: false | {
4362
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4307
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4363
4308
  defaultSizeTypes?: string[] | undefined;
4364
4309
  minChunks?: number | undefined;
4365
4310
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4369,7 +4314,7 @@ declare const optimization: z.ZodObject<{
4369
4314
  maxInitialSize?: number | undefined;
4370
4315
  automaticNameDelimiter?: string | undefined;
4371
4316
  cacheGroups?: Record<string, false | {
4372
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4317
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4373
4318
  defaultSizeTypes?: string[] | undefined;
4374
4319
  minChunks?: number | undefined;
4375
4320
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4389,7 +4334,7 @@ declare const optimization: z.ZodObject<{
4389
4334
  maxAsyncRequests?: number | undefined;
4390
4335
  maxInitialRequests?: number | undefined;
4391
4336
  fallbackCacheGroup?: {
4392
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4337
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4393
4338
  minSize?: number | undefined;
4394
4339
  maxSize?: number | undefined;
4395
4340
  maxAsyncSize?: number | undefined;
@@ -4411,16 +4356,16 @@ declare const optimization: z.ZodObject<{
4411
4356
  concatenateModules?: boolean | undefined;
4412
4357
  innerGraph?: boolean | undefined;
4413
4358
  usedExports?: boolean | "global" | undefined;
4414
- mangleExports?: boolean | "deterministic" | "size" | undefined;
4359
+ mangleExports?: boolean | "size" | "deterministic" | undefined;
4415
4360
  nodeEnv?: string | false | undefined;
4416
4361
  }, {
4417
4362
  moduleIds?: "named" | "deterministic" | undefined;
4418
4363
  chunkIds?: "named" | "deterministic" | undefined;
4419
4364
  minimize?: boolean | undefined;
4420
- minimizer?: (false | "" | 0 | RspackPluginInstance | "..." | RspackPluginFunction | null | undefined)[] | undefined;
4365
+ minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
4421
4366
  mergeDuplicateChunks?: boolean | undefined;
4422
4367
  splitChunks?: false | {
4423
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4368
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4424
4369
  defaultSizeTypes?: string[] | undefined;
4425
4370
  minChunks?: number | undefined;
4426
4371
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4430,7 +4375,7 @@ declare const optimization: z.ZodObject<{
4430
4375
  maxInitialSize?: number | undefined;
4431
4376
  automaticNameDelimiter?: string | undefined;
4432
4377
  cacheGroups?: Record<string, false | {
4433
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4378
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4434
4379
  defaultSizeTypes?: string[] | undefined;
4435
4380
  minChunks?: number | undefined;
4436
4381
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -4450,7 +4395,7 @@ declare const optimization: z.ZodObject<{
4450
4395
  maxAsyncRequests?: number | undefined;
4451
4396
  maxInitialRequests?: number | undefined;
4452
4397
  fallbackCacheGroup?: {
4453
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4398
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
4454
4399
  minSize?: number | undefined;
4455
4400
  maxSize?: number | undefined;
4456
4401
  maxAsyncSize?: number | undefined;
@@ -4472,7 +4417,7 @@ declare const optimization: z.ZodObject<{
4472
4417
  concatenateModules?: boolean | undefined;
4473
4418
  innerGraph?: boolean | undefined;
4474
4419
  usedExports?: boolean | "global" | undefined;
4475
- mangleExports?: boolean | "deterministic" | "size" | undefined;
4420
+ mangleExports?: boolean | "size" | "deterministic" | undefined;
4476
4421
  nodeEnv?: string | false | undefined;
4477
4422
  }>;
4478
4423
  export type Optimization = z.infer<typeof optimization>;
@@ -4507,6 +4452,7 @@ declare const experiments: z.ZodObject<{
4507
4452
  asyncWebAssembly: z.ZodOptional<z.ZodBoolean>;
4508
4453
  outputModule: z.ZodOptional<z.ZodBoolean>;
4509
4454
  topLevelAwait: z.ZodOptional<z.ZodBoolean>;
4455
+ newSplitChunks: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, boolean | undefined>;
4510
4456
  css: z.ZodOptional<z.ZodBoolean>;
4511
4457
  futureDefaults: z.ZodOptional<z.ZodBoolean>;
4512
4458
  rspackFuture: z.ZodOptional<z.ZodObject<{
@@ -4539,6 +4485,7 @@ declare const experiments: z.ZodObject<{
4539
4485
  asyncWebAssembly?: boolean | undefined;
4540
4486
  outputModule?: boolean | undefined;
4541
4487
  topLevelAwait?: boolean | undefined;
4488
+ newSplitChunks?: boolean | undefined;
4542
4489
  css?: boolean | undefined;
4543
4490
  futureDefaults?: boolean | undefined;
4544
4491
  rspackFuture?: {
@@ -4553,6 +4500,7 @@ declare const experiments: z.ZodObject<{
4553
4500
  asyncWebAssembly?: boolean | undefined;
4554
4501
  outputModule?: boolean | undefined;
4555
4502
  topLevelAwait?: boolean | undefined;
4503
+ newSplitChunks?: boolean | undefined;
4556
4504
  css?: boolean | undefined;
4557
4505
  futureDefaults?: boolean | undefined;
4558
4506
  rspackFuture?: {
@@ -5187,6 +5135,7 @@ export declare const rspackOptions: z.ZodObject<{
5187
5135
  asyncWebAssembly: z.ZodOptional<z.ZodBoolean>;
5188
5136
  outputModule: z.ZodOptional<z.ZodBoolean>;
5189
5137
  topLevelAwait: z.ZodOptional<z.ZodBoolean>;
5138
+ newSplitChunks: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, boolean | undefined>;
5190
5139
  css: z.ZodOptional<z.ZodBoolean>;
5191
5140
  futureDefaults: z.ZodOptional<z.ZodBoolean>;
5192
5141
  rspackFuture: z.ZodOptional<z.ZodObject<{
@@ -5219,6 +5168,7 @@ export declare const rspackOptions: z.ZodObject<{
5219
5168
  asyncWebAssembly?: boolean | undefined;
5220
5169
  outputModule?: boolean | undefined;
5221
5170
  topLevelAwait?: boolean | undefined;
5171
+ newSplitChunks?: boolean | undefined;
5222
5172
  css?: boolean | undefined;
5223
5173
  futureDefaults?: boolean | undefined;
5224
5174
  rspackFuture?: {
@@ -5233,6 +5183,7 @@ export declare const rspackOptions: z.ZodObject<{
5233
5183
  asyncWebAssembly?: boolean | undefined;
5234
5184
  outputModule?: boolean | undefined;
5235
5185
  topLevelAwait?: boolean | undefined;
5186
+ newSplitChunks?: boolean | undefined;
5236
5187
  css?: boolean | undefined;
5237
5188
  futureDefaults?: boolean | undefined;
5238
5189
  rspackFuture?: {
@@ -5330,14 +5281,14 @@ export declare const rspackOptions: z.ZodObject<{
5330
5281
  colors?: boolean | undefined;
5331
5282
  console?: Console | undefined;
5332
5283
  debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
5333
- level?: "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
5284
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
5334
5285
  stream?: NodeJS.WritableStream | undefined;
5335
5286
  }, {
5336
5287
  appendOnly?: boolean | undefined;
5337
5288
  colors?: boolean | undefined;
5338
5289
  console?: Console | undefined;
5339
5290
  debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
5340
- level?: "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
5291
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
5341
5292
  stream?: NodeJS.WritableStream | undefined;
5342
5293
  }>>;
5343
5294
  cache: z.ZodOptional<z.ZodBoolean>;
@@ -5415,7 +5366,7 @@ export declare const rspackOptions: z.ZodObject<{
5415
5366
  orphanModules: z.ZodOptional<z.ZodBoolean>;
5416
5367
  }, "strict", z.ZodTypeAny, {
5417
5368
  all?: boolean | undefined;
5418
- preset?: "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | undefined;
5369
+ preset?: "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
5419
5370
  assets?: boolean | undefined;
5420
5371
  chunks?: boolean | undefined;
5421
5372
  modules?: boolean | undefined;
@@ -5440,7 +5391,7 @@ export declare const rspackOptions: z.ZodObject<{
5440
5391
  modulesSpace?: number | undefined;
5441
5392
  nestedModules?: boolean | undefined;
5442
5393
  source?: boolean | undefined;
5443
- logging?: boolean | "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
5394
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
5444
5395
  loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
5445
5396
  loggingTrace?: boolean | undefined;
5446
5397
  runtimeModules?: boolean | undefined;
@@ -5451,7 +5402,7 @@ export declare const rspackOptions: z.ZodObject<{
5451
5402
  orphanModules?: boolean | undefined;
5452
5403
  }, {
5453
5404
  all?: boolean | undefined;
5454
- preset?: "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | undefined;
5405
+ preset?: "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
5455
5406
  assets?: boolean | undefined;
5456
5407
  chunks?: boolean | undefined;
5457
5408
  modules?: boolean | undefined;
@@ -5476,7 +5427,7 @@ export declare const rspackOptions: z.ZodObject<{
5476
5427
  modulesSpace?: number | undefined;
5477
5428
  nestedModules?: boolean | undefined;
5478
5429
  source?: boolean | undefined;
5479
- logging?: boolean | "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
5430
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
5480
5431
  loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
5481
5432
  loggingTrace?: boolean | undefined;
5482
5433
  runtimeModules?: boolean | undefined;
@@ -5560,7 +5511,7 @@ export declare const rspackOptions: z.ZodObject<{
5560
5511
  type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
5561
5512
  idHint: z.ZodOptional<z.ZodString>;
5562
5513
  }, "strict", z.ZodTypeAny, {
5563
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5514
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5564
5515
  defaultSizeTypes?: string[] | undefined;
5565
5516
  minChunks?: number | undefined;
5566
5517
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5577,7 +5528,7 @@ export declare const rspackOptions: z.ZodObject<{
5577
5528
  type?: string | RegExp | undefined;
5578
5529
  idHint?: string | undefined;
5579
5530
  }, {
5580
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5531
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5581
5532
  defaultSizeTypes?: string[] | undefined;
5582
5533
  minChunks?: number | undefined;
5583
5534
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5604,14 +5555,14 @@ export declare const rspackOptions: z.ZodObject<{
5604
5555
  maxInitialSize: z.ZodOptional<z.ZodNumber>;
5605
5556
  automaticNameDelimiter: z.ZodOptional<z.ZodString>;
5606
5557
  }, "strict", z.ZodTypeAny, {
5607
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5558
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5608
5559
  minSize?: number | undefined;
5609
5560
  maxSize?: number | undefined;
5610
5561
  maxAsyncSize?: number | undefined;
5611
5562
  maxInitialSize?: number | undefined;
5612
5563
  automaticNameDelimiter?: string | undefined;
5613
5564
  }, {
5614
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5565
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5615
5566
  minSize?: number | undefined;
5616
5567
  maxSize?: number | undefined;
5617
5568
  maxAsyncSize?: number | undefined;
@@ -5620,7 +5571,7 @@ export declare const rspackOptions: z.ZodObject<{
5620
5571
  }>>;
5621
5572
  hidePathInfo: z.ZodOptional<z.ZodBoolean>;
5622
5573
  }, "strict", z.ZodTypeAny, {
5623
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5574
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5624
5575
  defaultSizeTypes?: string[] | undefined;
5625
5576
  minChunks?: number | undefined;
5626
5577
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5630,7 +5581,7 @@ export declare const rspackOptions: z.ZodObject<{
5630
5581
  maxInitialSize?: number | undefined;
5631
5582
  automaticNameDelimiter?: string | undefined;
5632
5583
  cacheGroups?: Record<string, false | {
5633
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5584
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5634
5585
  defaultSizeTypes?: string[] | undefined;
5635
5586
  minChunks?: number | undefined;
5636
5587
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5650,7 +5601,7 @@ export declare const rspackOptions: z.ZodObject<{
5650
5601
  maxAsyncRequests?: number | undefined;
5651
5602
  maxInitialRequests?: number | undefined;
5652
5603
  fallbackCacheGroup?: {
5653
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5604
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5654
5605
  minSize?: number | undefined;
5655
5606
  maxSize?: number | undefined;
5656
5607
  maxAsyncSize?: number | undefined;
@@ -5659,7 +5610,7 @@ export declare const rspackOptions: z.ZodObject<{
5659
5610
  } | undefined;
5660
5611
  hidePathInfo?: boolean | undefined;
5661
5612
  }, {
5662
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5613
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5663
5614
  defaultSizeTypes?: string[] | undefined;
5664
5615
  minChunks?: number | undefined;
5665
5616
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5669,7 +5620,7 @@ export declare const rspackOptions: z.ZodObject<{
5669
5620
  maxInitialSize?: number | undefined;
5670
5621
  automaticNameDelimiter?: string | undefined;
5671
5622
  cacheGroups?: Record<string, false | {
5672
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5623
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5673
5624
  defaultSizeTypes?: string[] | undefined;
5674
5625
  minChunks?: number | undefined;
5675
5626
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5689,7 +5640,7 @@ export declare const rspackOptions: z.ZodObject<{
5689
5640
  maxAsyncRequests?: number | undefined;
5690
5641
  maxInitialRequests?: number | undefined;
5691
5642
  fallbackCacheGroup?: {
5692
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5643
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5693
5644
  minSize?: number | undefined;
5694
5645
  maxSize?: number | undefined;
5695
5646
  maxAsyncSize?: number | undefined;
@@ -5729,10 +5680,10 @@ export declare const rspackOptions: z.ZodObject<{
5729
5680
  moduleIds?: "named" | "deterministic" | undefined;
5730
5681
  chunkIds?: "named" | "deterministic" | undefined;
5731
5682
  minimize?: boolean | undefined;
5732
- minimizer?: (false | "" | 0 | RspackPluginInstance | "..." | RspackPluginFunction | null | undefined)[] | undefined;
5683
+ minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
5733
5684
  mergeDuplicateChunks?: boolean | undefined;
5734
5685
  splitChunks?: false | {
5735
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5686
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5736
5687
  defaultSizeTypes?: string[] | undefined;
5737
5688
  minChunks?: number | undefined;
5738
5689
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5742,7 +5693,7 @@ export declare const rspackOptions: z.ZodObject<{
5742
5693
  maxInitialSize?: number | undefined;
5743
5694
  automaticNameDelimiter?: string | undefined;
5744
5695
  cacheGroups?: Record<string, false | {
5745
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5696
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5746
5697
  defaultSizeTypes?: string[] | undefined;
5747
5698
  minChunks?: number | undefined;
5748
5699
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5762,7 +5713,7 @@ export declare const rspackOptions: z.ZodObject<{
5762
5713
  maxAsyncRequests?: number | undefined;
5763
5714
  maxInitialRequests?: number | undefined;
5764
5715
  fallbackCacheGroup?: {
5765
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5716
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5766
5717
  minSize?: number | undefined;
5767
5718
  maxSize?: number | undefined;
5768
5719
  maxAsyncSize?: number | undefined;
@@ -5784,16 +5735,16 @@ export declare const rspackOptions: z.ZodObject<{
5784
5735
  concatenateModules?: boolean | undefined;
5785
5736
  innerGraph?: boolean | undefined;
5786
5737
  usedExports?: boolean | "global" | undefined;
5787
- mangleExports?: boolean | "deterministic" | "size" | undefined;
5738
+ mangleExports?: boolean | "size" | "deterministic" | undefined;
5788
5739
  nodeEnv?: string | false | undefined;
5789
5740
  }, {
5790
5741
  moduleIds?: "named" | "deterministic" | undefined;
5791
5742
  chunkIds?: "named" | "deterministic" | undefined;
5792
5743
  minimize?: boolean | undefined;
5793
- minimizer?: (false | "" | 0 | RspackPluginInstance | "..." | RspackPluginFunction | null | undefined)[] | undefined;
5744
+ minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
5794
5745
  mergeDuplicateChunks?: boolean | undefined;
5795
5746
  splitChunks?: false | {
5796
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5747
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5797
5748
  defaultSizeTypes?: string[] | undefined;
5798
5749
  minChunks?: number | undefined;
5799
5750
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5803,7 +5754,7 @@ export declare const rspackOptions: z.ZodObject<{
5803
5754
  maxInitialSize?: number | undefined;
5804
5755
  automaticNameDelimiter?: string | undefined;
5805
5756
  cacheGroups?: Record<string, false | {
5806
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5757
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5807
5758
  defaultSizeTypes?: string[] | undefined;
5808
5759
  minChunks?: number | undefined;
5809
5760
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -5823,7 +5774,7 @@ export declare const rspackOptions: z.ZodObject<{
5823
5774
  maxAsyncRequests?: number | undefined;
5824
5775
  maxInitialRequests?: number | undefined;
5825
5776
  fallbackCacheGroup?: {
5826
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5777
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
5827
5778
  minSize?: number | undefined;
5828
5779
  maxSize?: number | undefined;
5829
5780
  maxAsyncSize?: number | undefined;
@@ -5845,7 +5796,7 @@ export declare const rspackOptions: z.ZodObject<{
5845
5796
  concatenateModules?: boolean | undefined;
5846
5797
  innerGraph?: boolean | undefined;
5847
5798
  usedExports?: boolean | "global" | undefined;
5848
- mangleExports?: boolean | "deterministic" | "size" | undefined;
5799
+ mangleExports?: boolean | "size" | "deterministic" | undefined;
5849
5800
  nodeEnv?: string | false | undefined;
5850
5801
  }>>;
5851
5802
  resolve: z.ZodOptional<z.ZodType<ResolveOptions, z.ZodTypeDef, ResolveOptions>>;
@@ -6093,11 +6044,11 @@ export declare const rspackOptions: z.ZodObject<{
6093
6044
  content: z.ZodString;
6094
6045
  filename: z.ZodString;
6095
6046
  }, "strict", z.ZodTypeAny, {
6096
- content: string;
6097
6047
  filename: string;
6098
- }, {
6099
6048
  content: string;
6049
+ }, {
6100
6050
  filename: string;
6051
+ content: string;
6101
6052
  }>], z.ZodUnknown>, z.ZodString>]>>;
6102
6053
  emit: z.ZodOptional<z.ZodBoolean>;
6103
6054
  filename: z.ZodOptional<z.ZodString>;
@@ -6107,8 +6058,8 @@ export declare const rspackOptions: z.ZodObject<{
6107
6058
  encoding?: false | "base64" | undefined;
6108
6059
  mimetype?: string | undefined;
6109
6060
  } | ((args_0: {
6110
- content: string;
6111
6061
  filename: string;
6062
+ content: string;
6112
6063
  }, ...args_1: unknown[]) => string) | undefined;
6113
6064
  emit?: boolean | undefined;
6114
6065
  filename?: string | undefined;
@@ -6118,8 +6069,8 @@ export declare const rspackOptions: z.ZodObject<{
6118
6069
  encoding?: false | "base64" | undefined;
6119
6070
  mimetype?: string | undefined;
6120
6071
  } | ((args_0: {
6121
- content: string;
6122
6072
  filename: string;
6073
+ content: string;
6123
6074
  }, ...args_1: unknown[]) => string) | undefined;
6124
6075
  emit?: boolean | undefined;
6125
6076
  filename?: string | undefined;
@@ -6139,27 +6090,27 @@ export declare const rspackOptions: z.ZodObject<{
6139
6090
  content: z.ZodString;
6140
6091
  filename: z.ZodString;
6141
6092
  }, "strict", z.ZodTypeAny, {
6142
- content: string;
6143
6093
  filename: string;
6144
- }, {
6145
6094
  content: string;
6095
+ }, {
6146
6096
  filename: string;
6097
+ content: string;
6147
6098
  }>], z.ZodUnknown>, z.ZodString>]>>;
6148
6099
  }, "strict", z.ZodTypeAny, {
6149
6100
  dataUrl?: {
6150
6101
  encoding?: false | "base64" | undefined;
6151
6102
  mimetype?: string | undefined;
6152
6103
  } | ((args_0: {
6153
- content: string;
6154
6104
  filename: string;
6105
+ content: string;
6155
6106
  }, ...args_1: unknown[]) => string) | undefined;
6156
6107
  }, {
6157
6108
  dataUrl?: {
6158
6109
  encoding?: false | "base64" | undefined;
6159
6110
  mimetype?: string | undefined;
6160
6111
  } | ((args_0: {
6161
- content: string;
6162
6112
  filename: string;
6113
+ content: string;
6163
6114
  }, ...args_1: unknown[]) => string) | undefined;
6164
6115
  }>>;
6165
6116
  "asset/resource": z.ZodOptional<z.ZodObject<{
@@ -6178,47 +6129,38 @@ export declare const rspackOptions: z.ZodObject<{
6178
6129
  css: z.ZodOptional<z.ZodObject<{
6179
6130
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
6180
6131
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
6181
- esModule: z.ZodOptional<z.ZodBoolean>;
6182
6132
  }, "strict", z.ZodTypeAny, {
6183
6133
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6184
6134
  exportsOnly?: boolean | undefined;
6185
- esModule?: boolean | undefined;
6186
6135
  }, {
6187
6136
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6188
6137
  exportsOnly?: boolean | undefined;
6189
- esModule?: boolean | undefined;
6190
6138
  }>>;
6191
6139
  "css/auto": z.ZodOptional<z.ZodObject<{
6192
6140
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
6193
6141
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
6194
6142
  localIdentName: z.ZodOptional<z.ZodString>;
6195
- esModule: z.ZodOptional<z.ZodBoolean>;
6196
6143
  }, "strict", z.ZodTypeAny, {
6197
6144
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6198
6145
  exportsOnly?: boolean | undefined;
6199
6146
  localIdentName?: string | undefined;
6200
- esModule?: boolean | undefined;
6201
6147
  }, {
6202
6148
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6203
6149
  exportsOnly?: boolean | undefined;
6204
6150
  localIdentName?: string | undefined;
6205
- esModule?: boolean | undefined;
6206
6151
  }>>;
6207
6152
  "css/module": z.ZodOptional<z.ZodObject<{
6208
6153
  exportsConvention: z.ZodOptional<z.ZodEnum<["as-is", "camel-case", "camel-case-only", "dashes", "dashes-only"]>>;
6209
6154
  exportsOnly: z.ZodOptional<z.ZodBoolean>;
6210
6155
  localIdentName: z.ZodOptional<z.ZodString>;
6211
- esModule: z.ZodOptional<z.ZodBoolean>;
6212
6156
  }, "strict", z.ZodTypeAny, {
6213
6157
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6214
6158
  exportsOnly?: boolean | undefined;
6215
6159
  localIdentName?: string | undefined;
6216
- esModule?: boolean | undefined;
6217
6160
  }, {
6218
6161
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6219
6162
  exportsOnly?: boolean | undefined;
6220
6163
  localIdentName?: string | undefined;
6221
- esModule?: boolean | undefined;
6222
6164
  }>>;
6223
6165
  }, "strict", z.ZodTypeAny, {
6224
6166
  asset?: {
@@ -6226,8 +6168,8 @@ export declare const rspackOptions: z.ZodObject<{
6226
6168
  encoding?: false | "base64" | undefined;
6227
6169
  mimetype?: string | undefined;
6228
6170
  } | ((args_0: {
6229
- content: string;
6230
6171
  filename: string;
6172
+ content: string;
6231
6173
  }, ...args_1: unknown[]) => string) | undefined;
6232
6174
  emit?: boolean | undefined;
6233
6175
  filename?: string | undefined;
@@ -6238,8 +6180,8 @@ export declare const rspackOptions: z.ZodObject<{
6238
6180
  encoding?: false | "base64" | undefined;
6239
6181
  mimetype?: string | undefined;
6240
6182
  } | ((args_0: {
6241
- content: string;
6242
6183
  filename: string;
6184
+ content: string;
6243
6185
  }, ...args_1: unknown[]) => string) | undefined;
6244
6186
  } | undefined;
6245
6187
  "asset/resource"?: {
@@ -6250,19 +6192,16 @@ export declare const rspackOptions: z.ZodObject<{
6250
6192
  css?: {
6251
6193
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6252
6194
  exportsOnly?: boolean | undefined;
6253
- esModule?: boolean | undefined;
6254
6195
  } | undefined;
6255
6196
  "css/auto"?: {
6256
6197
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6257
6198
  exportsOnly?: boolean | undefined;
6258
6199
  localIdentName?: string | undefined;
6259
- esModule?: boolean | undefined;
6260
6200
  } | undefined;
6261
6201
  "css/module"?: {
6262
6202
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6263
6203
  exportsOnly?: boolean | undefined;
6264
6204
  localIdentName?: string | undefined;
6265
- esModule?: boolean | undefined;
6266
6205
  } | undefined;
6267
6206
  }, {
6268
6207
  asset?: {
@@ -6270,8 +6209,8 @@ export declare const rspackOptions: z.ZodObject<{
6270
6209
  encoding?: false | "base64" | undefined;
6271
6210
  mimetype?: string | undefined;
6272
6211
  } | ((args_0: {
6273
- content: string;
6274
6212
  filename: string;
6213
+ content: string;
6275
6214
  }, ...args_1: unknown[]) => string) | undefined;
6276
6215
  emit?: boolean | undefined;
6277
6216
  filename?: string | undefined;
@@ -6282,8 +6221,8 @@ export declare const rspackOptions: z.ZodObject<{
6282
6221
  encoding?: false | "base64" | undefined;
6283
6222
  mimetype?: string | undefined;
6284
6223
  } | ((args_0: {
6285
- content: string;
6286
6224
  filename: string;
6225
+ content: string;
6287
6226
  }, ...args_1: unknown[]) => string) | undefined;
6288
6227
  } | undefined;
6289
6228
  "asset/resource"?: {
@@ -6294,19 +6233,16 @@ export declare const rspackOptions: z.ZodObject<{
6294
6233
  css?: {
6295
6234
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6296
6235
  exportsOnly?: boolean | undefined;
6297
- esModule?: boolean | undefined;
6298
6236
  } | undefined;
6299
6237
  "css/auto"?: {
6300
6238
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6301
6239
  exportsOnly?: boolean | undefined;
6302
6240
  localIdentName?: string | undefined;
6303
- esModule?: boolean | undefined;
6304
6241
  } | undefined;
6305
6242
  "css/module"?: {
6306
6243
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6307
6244
  exportsOnly?: boolean | undefined;
6308
6245
  localIdentName?: string | undefined;
6309
- esModule?: boolean | undefined;
6310
6246
  } | undefined;
6311
6247
  }>, z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>]>>;
6312
6248
  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">]>>;
@@ -6367,8 +6303,8 @@ export declare const rspackOptions: z.ZodObject<{
6367
6303
  encoding?: false | "base64" | undefined;
6368
6304
  mimetype?: string | undefined;
6369
6305
  } | ((args_0: {
6370
- content: string;
6371
6306
  filename: string;
6307
+ content: string;
6372
6308
  }, ...args_1: unknown[]) => string) | undefined;
6373
6309
  emit?: boolean | undefined;
6374
6310
  filename?: string | undefined;
@@ -6379,8 +6315,8 @@ export declare const rspackOptions: z.ZodObject<{
6379
6315
  encoding?: false | "base64" | undefined;
6380
6316
  mimetype?: string | undefined;
6381
6317
  } | ((args_0: {
6382
- content: string;
6383
6318
  filename: string;
6319
+ content: string;
6384
6320
  }, ...args_1: unknown[]) => string) | undefined;
6385
6321
  } | undefined;
6386
6322
  "asset/resource"?: {
@@ -6391,19 +6327,16 @@ export declare const rspackOptions: z.ZodObject<{
6391
6327
  css?: {
6392
6328
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6393
6329
  exportsOnly?: boolean | undefined;
6394
- esModule?: boolean | undefined;
6395
6330
  } | undefined;
6396
6331
  "css/auto"?: {
6397
6332
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6398
6333
  exportsOnly?: boolean | undefined;
6399
6334
  localIdentName?: string | undefined;
6400
- esModule?: boolean | undefined;
6401
6335
  } | undefined;
6402
6336
  "css/module"?: {
6403
6337
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6404
6338
  exportsOnly?: boolean | undefined;
6405
6339
  localIdentName?: string | undefined;
6406
- esModule?: boolean | undefined;
6407
6340
  } | undefined;
6408
6341
  } | undefined;
6409
6342
  noParse?: string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
@@ -6464,8 +6397,8 @@ export declare const rspackOptions: z.ZodObject<{
6464
6397
  encoding?: false | "base64" | undefined;
6465
6398
  mimetype?: string | undefined;
6466
6399
  } | ((args_0: {
6467
- content: string;
6468
6400
  filename: string;
6401
+ content: string;
6469
6402
  }, ...args_1: unknown[]) => string) | undefined;
6470
6403
  emit?: boolean | undefined;
6471
6404
  filename?: string | undefined;
@@ -6476,8 +6409,8 @@ export declare const rspackOptions: z.ZodObject<{
6476
6409
  encoding?: false | "base64" | undefined;
6477
6410
  mimetype?: string | undefined;
6478
6411
  } | ((args_0: {
6479
- content: string;
6480
6412
  filename: string;
6413
+ content: string;
6481
6414
  }, ...args_1: unknown[]) => string) | undefined;
6482
6415
  } | undefined;
6483
6416
  "asset/resource"?: {
@@ -6488,19 +6421,16 @@ export declare const rspackOptions: z.ZodObject<{
6488
6421
  css?: {
6489
6422
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6490
6423
  exportsOnly?: boolean | undefined;
6491
- esModule?: boolean | undefined;
6492
6424
  } | undefined;
6493
6425
  "css/auto"?: {
6494
6426
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6495
6427
  exportsOnly?: boolean | undefined;
6496
6428
  localIdentName?: string | undefined;
6497
- esModule?: boolean | undefined;
6498
6429
  } | undefined;
6499
6430
  "css/module"?: {
6500
6431
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6501
6432
  exportsOnly?: boolean | undefined;
6502
6433
  localIdentName?: string | undefined;
6503
- esModule?: boolean | undefined;
6504
6434
  } | undefined;
6505
6435
  } | undefined;
6506
6436
  noParse?: string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
@@ -6658,13 +6588,14 @@ export declare const rspackOptions: z.ZodObject<{
6658
6588
  devtoolModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
6659
6589
  devtoolFallbackModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
6660
6590
  } | undefined;
6661
- target?: false | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | "async-node" | "web" | "webworker" | "browserslist" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | "electron-main" | `electron${number}-main` | `electron${number}.${number}-main` | "electron-renderer" | `electron${number}-renderer` | `electron${number}.${number}-renderer` | "electron-preload" | `electron${number}-preload` | `electron${number}.${number}-preload` | ("es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | "async-node" | "web" | "webworker" | "browserslist" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | "electron-main" | `electron${number}-main` | `electron${number}.${number}-main` | "electron-renderer" | `electron${number}-renderer` | `electron${number}.${number}-renderer` | "electron-preload" | `electron${number}-preload` | `electron${number}.${number}-preload`)[] | undefined;
6591
+ target?: false | "async-node" | "web" | "webworker" | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "browserslist" | "node" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | "electron-main" | `electron${number}-main` | `electron${number}.${number}-main` | "electron-renderer" | `electron${number}-renderer` | `electron${number}.${number}-renderer` | "electron-preload" | `electron${number}-preload` | `electron${number}.${number}-preload` | ("async-node" | "web" | "webworker" | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "browserslist" | "node" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | "electron-main" | `electron${number}-main` | `electron${number}.${number}-main` | "electron-renderer" | `electron${number}-renderer` | `electron${number}.${number}-renderer` | "electron-preload" | `electron${number}-preload` | `electron${number}.${number}-preload`)[] | undefined;
6662
6592
  mode?: "none" | "development" | "production" | undefined;
6663
6593
  experiments?: {
6664
6594
  lazyCompilation?: boolean | undefined;
6665
6595
  asyncWebAssembly?: boolean | undefined;
6666
6596
  outputModule?: boolean | undefined;
6667
6597
  topLevelAwait?: boolean | undefined;
6598
+ newSplitChunks?: boolean | undefined;
6668
6599
  css?: boolean | undefined;
6669
6600
  futureDefaults?: boolean | undefined;
6670
6601
  rspackFuture?: {
@@ -6679,7 +6610,7 @@ export declare const rspackOptions: z.ZodObject<{
6679
6610
  context?: string | undefined;
6680
6611
  dependencyType?: string | undefined;
6681
6612
  request?: string | undefined;
6682
- }, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "commonjs" | "umd" | "amd" | "module" | "global" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
6613
+ }, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "jsonp" | "import" | "amd" | "commonjs" | "commonjs2" | "var" | "module" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
6683
6614
  context?: string | undefined;
6684
6615
  dependencyType?: string | undefined;
6685
6616
  request?: string | undefined;
@@ -6687,12 +6618,12 @@ export declare const rspackOptions: z.ZodObject<{
6687
6618
  context?: string | undefined;
6688
6619
  dependencyType?: string | undefined;
6689
6620
  request?: string | undefined;
6690
- }, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "commonjs" | "umd" | "amd" | "module" | "global" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
6621
+ }, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "jsonp" | "import" | "amd" | "commonjs" | "commonjs2" | "var" | "module" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
6691
6622
  context?: string | undefined;
6692
6623
  dependencyType?: string | undefined;
6693
6624
  request?: string | undefined;
6694
6625
  }, ...args_1: unknown[]) => Promise<string | boolean | string[] | Record<string, string | string[]>>))[] | undefined;
6695
- externalsType?: "promise" | "commonjs" | "umd" | "amd" | "module" | "global" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined;
6626
+ externalsType?: "promise" | "jsonp" | "import" | "amd" | "commonjs" | "commonjs2" | "var" | "module" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd" | "umd2" | "system" | "script" | "node-commonjs" | undefined;
6696
6627
  externalsPresets?: {
6697
6628
  node?: boolean | undefined;
6698
6629
  web?: boolean | undefined;
@@ -6707,7 +6638,7 @@ export declare const rspackOptions: z.ZodObject<{
6707
6638
  colors?: boolean | undefined;
6708
6639
  console?: Console | undefined;
6709
6640
  debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
6710
- level?: "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
6641
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
6711
6642
  stream?: NodeJS.WritableStream | undefined;
6712
6643
  } | undefined;
6713
6644
  cache?: boolean | undefined;
@@ -6727,9 +6658,9 @@ export declare const rspackOptions: z.ZodObject<{
6727
6658
  stdin?: boolean | undefined;
6728
6659
  } | undefined;
6729
6660
  watch?: boolean | undefined;
6730
- stats?: boolean | "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | {
6661
+ stats?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | {
6731
6662
  all?: boolean | undefined;
6732
- preset?: "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | undefined;
6663
+ preset?: "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
6733
6664
  assets?: boolean | undefined;
6734
6665
  chunks?: boolean | undefined;
6735
6666
  modules?: boolean | undefined;
@@ -6754,7 +6685,7 @@ export declare const rspackOptions: z.ZodObject<{
6754
6685
  modulesSpace?: number | undefined;
6755
6686
  nestedModules?: boolean | undefined;
6756
6687
  source?: boolean | undefined;
6757
- logging?: boolean | "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
6688
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
6758
6689
  loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
6759
6690
  loggingTrace?: boolean | undefined;
6760
6691
  runtimeModules?: boolean | undefined;
@@ -6778,10 +6709,10 @@ export declare const rspackOptions: z.ZodObject<{
6778
6709
  moduleIds?: "named" | "deterministic" | undefined;
6779
6710
  chunkIds?: "named" | "deterministic" | undefined;
6780
6711
  minimize?: boolean | undefined;
6781
- minimizer?: (false | "" | 0 | RspackPluginInstance | "..." | RspackPluginFunction | null | undefined)[] | undefined;
6712
+ minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
6782
6713
  mergeDuplicateChunks?: boolean | undefined;
6783
6714
  splitChunks?: false | {
6784
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
6715
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
6785
6716
  defaultSizeTypes?: string[] | undefined;
6786
6717
  minChunks?: number | undefined;
6787
6718
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -6791,7 +6722,7 @@ export declare const rspackOptions: z.ZodObject<{
6791
6722
  maxInitialSize?: number | undefined;
6792
6723
  automaticNameDelimiter?: string | undefined;
6793
6724
  cacheGroups?: Record<string, false | {
6794
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
6725
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
6795
6726
  defaultSizeTypes?: string[] | undefined;
6796
6727
  minChunks?: number | undefined;
6797
6728
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -6811,7 +6742,7 @@ export declare const rspackOptions: z.ZodObject<{
6811
6742
  maxAsyncRequests?: number | undefined;
6812
6743
  maxInitialRequests?: number | undefined;
6813
6744
  fallbackCacheGroup?: {
6814
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
6745
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
6815
6746
  minSize?: number | undefined;
6816
6747
  maxSize?: number | undefined;
6817
6748
  maxAsyncSize?: number | undefined;
@@ -6833,7 +6764,7 @@ export declare const rspackOptions: z.ZodObject<{
6833
6764
  concatenateModules?: boolean | undefined;
6834
6765
  innerGraph?: boolean | undefined;
6835
6766
  usedExports?: boolean | "global" | undefined;
6836
- mangleExports?: boolean | "deterministic" | "size" | undefined;
6767
+ mangleExports?: boolean | "size" | "deterministic" | undefined;
6837
6768
  nodeEnv?: string | false | undefined;
6838
6769
  } | undefined;
6839
6770
  resolve?: ResolveOptions | undefined;
@@ -6898,8 +6829,8 @@ export declare const rspackOptions: z.ZodObject<{
6898
6829
  encoding?: false | "base64" | undefined;
6899
6830
  mimetype?: string | undefined;
6900
6831
  } | ((args_0: {
6901
- content: string;
6902
6832
  filename: string;
6833
+ content: string;
6903
6834
  }, ...args_1: unknown[]) => string) | undefined;
6904
6835
  emit?: boolean | undefined;
6905
6836
  filename?: string | undefined;
@@ -6910,8 +6841,8 @@ export declare const rspackOptions: z.ZodObject<{
6910
6841
  encoding?: false | "base64" | undefined;
6911
6842
  mimetype?: string | undefined;
6912
6843
  } | ((args_0: {
6913
- content: string;
6914
6844
  filename: string;
6845
+ content: string;
6915
6846
  }, ...args_1: unknown[]) => string) | undefined;
6916
6847
  } | undefined;
6917
6848
  "asset/resource"?: {
@@ -6922,19 +6853,16 @@ export declare const rspackOptions: z.ZodObject<{
6922
6853
  css?: {
6923
6854
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6924
6855
  exportsOnly?: boolean | undefined;
6925
- esModule?: boolean | undefined;
6926
6856
  } | undefined;
6927
6857
  "css/auto"?: {
6928
6858
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6929
6859
  exportsOnly?: boolean | undefined;
6930
6860
  localIdentName?: string | undefined;
6931
- esModule?: boolean | undefined;
6932
6861
  } | undefined;
6933
6862
  "css/module"?: {
6934
6863
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
6935
6864
  exportsOnly?: boolean | undefined;
6936
6865
  localIdentName?: string | undefined;
6937
- esModule?: boolean | undefined;
6938
6866
  } | undefined;
6939
6867
  } | undefined;
6940
6868
  noParse?: string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
@@ -7082,13 +7010,14 @@ export declare const rspackOptions: z.ZodObject<{
7082
7010
  devtoolModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
7083
7011
  devtoolFallbackModuleFilenameTemplate?: string | ((args_0: any) => any) | undefined;
7084
7012
  } | undefined;
7085
- target?: false | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | "async-node" | "web" | "webworker" | "browserslist" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | "electron-main" | `electron${number}-main` | `electron${number}.${number}-main` | "electron-renderer" | `electron${number}-renderer` | `electron${number}.${number}-renderer` | "electron-preload" | `electron${number}-preload` | `electron${number}.${number}-preload` | ("es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | "async-node" | "web" | "webworker" | "browserslist" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | "electron-main" | `electron${number}-main` | `electron${number}.${number}-main` | "electron-renderer" | `electron${number}-renderer` | `electron${number}.${number}-renderer` | "electron-preload" | `electron${number}-preload` | `electron${number}.${number}-preload`)[] | undefined;
7013
+ target?: false | "async-node" | "web" | "webworker" | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "browserslist" | "node" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | "electron-main" | `electron${number}-main` | `electron${number}.${number}-main` | "electron-renderer" | `electron${number}-renderer` | `electron${number}.${number}-renderer` | "electron-preload" | `electron${number}-preload` | `electron${number}.${number}-preload` | ("async-node" | "web" | "webworker" | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "browserslist" | "node" | `node${number}` | `async-node${number}` | `node${number}.${number}` | `async-node${number}.${number}` | "electron-main" | `electron${number}-main` | `electron${number}.${number}-main` | "electron-renderer" | `electron${number}-renderer` | `electron${number}.${number}-renderer` | "electron-preload" | `electron${number}-preload` | `electron${number}.${number}-preload`)[] | undefined;
7086
7014
  mode?: "none" | "development" | "production" | undefined;
7087
7015
  experiments?: {
7088
7016
  lazyCompilation?: boolean | undefined;
7089
7017
  asyncWebAssembly?: boolean | undefined;
7090
7018
  outputModule?: boolean | undefined;
7091
7019
  topLevelAwait?: boolean | undefined;
7020
+ newSplitChunks?: boolean | undefined;
7092
7021
  css?: boolean | undefined;
7093
7022
  futureDefaults?: boolean | undefined;
7094
7023
  rspackFuture?: {
@@ -7103,7 +7032,7 @@ export declare const rspackOptions: z.ZodObject<{
7103
7032
  context?: string | undefined;
7104
7033
  dependencyType?: string | undefined;
7105
7034
  request?: string | undefined;
7106
- }, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "commonjs" | "umd" | "amd" | "module" | "global" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
7035
+ }, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "jsonp" | "import" | "amd" | "commonjs" | "commonjs2" | "var" | "module" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
7107
7036
  context?: string | undefined;
7108
7037
  dependencyType?: string | undefined;
7109
7038
  request?: string | undefined;
@@ -7111,12 +7040,12 @@ export declare const rspackOptions: z.ZodObject<{
7111
7040
  context?: string | undefined;
7112
7041
  dependencyType?: string | undefined;
7113
7042
  request?: string | undefined;
7114
- }, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "commonjs" | "umd" | "amd" | "module" | "global" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
7043
+ }, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "jsonp" | "import" | "amd" | "commonjs" | "commonjs2" | "var" | "module" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
7115
7044
  context?: string | undefined;
7116
7045
  dependencyType?: string | undefined;
7117
7046
  request?: string | undefined;
7118
7047
  }, ...args_1: unknown[]) => Promise<string | boolean | string[] | Record<string, string | string[]>>))[] | undefined;
7119
- externalsType?: "promise" | "commonjs" | "umd" | "amd" | "module" | "global" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined;
7048
+ externalsType?: "promise" | "jsonp" | "import" | "amd" | "commonjs" | "commonjs2" | "var" | "module" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd" | "umd2" | "system" | "script" | "node-commonjs" | undefined;
7120
7049
  externalsPresets?: {
7121
7050
  node?: boolean | undefined;
7122
7051
  web?: boolean | undefined;
@@ -7131,7 +7060,7 @@ export declare const rspackOptions: z.ZodObject<{
7131
7060
  colors?: boolean | undefined;
7132
7061
  console?: Console | undefined;
7133
7062
  debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
7134
- level?: "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
7063
+ level?: "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
7135
7064
  stream?: NodeJS.WritableStream | undefined;
7136
7065
  } | undefined;
7137
7066
  cache?: boolean | undefined;
@@ -7151,9 +7080,9 @@ export declare const rspackOptions: z.ZodObject<{
7151
7080
  stdin?: boolean | undefined;
7152
7081
  } | undefined;
7153
7082
  watch?: boolean | undefined;
7154
- stats?: boolean | "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | {
7083
+ stats?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | {
7155
7084
  all?: boolean | undefined;
7156
- preset?: "none" | "normal" | "verbose" | "errors-only" | "errors-warnings" | undefined;
7085
+ preset?: "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
7157
7086
  assets?: boolean | undefined;
7158
7087
  chunks?: boolean | undefined;
7159
7088
  modules?: boolean | undefined;
@@ -7178,7 +7107,7 @@ export declare const rspackOptions: z.ZodObject<{
7178
7107
  modulesSpace?: number | undefined;
7179
7108
  nestedModules?: boolean | undefined;
7180
7109
  source?: boolean | undefined;
7181
- logging?: boolean | "error" | "warn" | "info" | "log" | "none" | "verbose" | undefined;
7110
+ logging?: boolean | "none" | "verbose" | "error" | "warn" | "info" | "log" | undefined;
7182
7111
  loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
7183
7112
  loggingTrace?: boolean | undefined;
7184
7113
  runtimeModules?: boolean | undefined;
@@ -7202,10 +7131,10 @@ export declare const rspackOptions: z.ZodObject<{
7202
7131
  moduleIds?: "named" | "deterministic" | undefined;
7203
7132
  chunkIds?: "named" | "deterministic" | undefined;
7204
7133
  minimize?: boolean | undefined;
7205
- minimizer?: (false | "" | 0 | RspackPluginInstance | "..." | RspackPluginFunction | null | undefined)[] | undefined;
7134
+ minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
7206
7135
  mergeDuplicateChunks?: boolean | undefined;
7207
7136
  splitChunks?: false | {
7208
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
7137
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
7209
7138
  defaultSizeTypes?: string[] | undefined;
7210
7139
  minChunks?: number | undefined;
7211
7140
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -7215,7 +7144,7 @@ export declare const rspackOptions: z.ZodObject<{
7215
7144
  maxInitialSize?: number | undefined;
7216
7145
  automaticNameDelimiter?: string | undefined;
7217
7146
  cacheGroups?: Record<string, false | {
7218
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
7147
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
7219
7148
  defaultSizeTypes?: string[] | undefined;
7220
7149
  minChunks?: number | undefined;
7221
7150
  name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
@@ -7235,7 +7164,7 @@ export declare const rspackOptions: z.ZodObject<{
7235
7164
  maxAsyncRequests?: number | undefined;
7236
7165
  maxInitialRequests?: number | undefined;
7237
7166
  fallbackCacheGroup?: {
7238
- chunks?: RegExp | "async" | "initial" | "all" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
7167
+ chunks?: RegExp | "async" | "all" | "initial" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
7239
7168
  minSize?: number | undefined;
7240
7169
  maxSize?: number | undefined;
7241
7170
  maxAsyncSize?: number | undefined;
@@ -7257,7 +7186,7 @@ export declare const rspackOptions: z.ZodObject<{
7257
7186
  concatenateModules?: boolean | undefined;
7258
7187
  innerGraph?: boolean | undefined;
7259
7188
  usedExports?: boolean | "global" | undefined;
7260
- mangleExports?: boolean | "deterministic" | "size" | undefined;
7189
+ mangleExports?: boolean | "size" | "deterministic" | undefined;
7261
7190
  nodeEnv?: string | false | undefined;
7262
7191
  } | undefined;
7263
7192
  resolve?: ResolveOptions | undefined;
@@ -7322,8 +7251,8 @@ export declare const rspackOptions: z.ZodObject<{
7322
7251
  encoding?: false | "base64" | undefined;
7323
7252
  mimetype?: string | undefined;
7324
7253
  } | ((args_0: {
7325
- content: string;
7326
7254
  filename: string;
7255
+ content: string;
7327
7256
  }, ...args_1: unknown[]) => string) | undefined;
7328
7257
  emit?: boolean | undefined;
7329
7258
  filename?: string | undefined;
@@ -7334,8 +7263,8 @@ export declare const rspackOptions: z.ZodObject<{
7334
7263
  encoding?: false | "base64" | undefined;
7335
7264
  mimetype?: string | undefined;
7336
7265
  } | ((args_0: {
7337
- content: string;
7338
7266
  filename: string;
7267
+ content: string;
7339
7268
  }, ...args_1: unknown[]) => string) | undefined;
7340
7269
  } | undefined;
7341
7270
  "asset/resource"?: {
@@ -7346,19 +7275,16 @@ export declare const rspackOptions: z.ZodObject<{
7346
7275
  css?: {
7347
7276
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
7348
7277
  exportsOnly?: boolean | undefined;
7349
- esModule?: boolean | undefined;
7350
7278
  } | undefined;
7351
7279
  "css/auto"?: {
7352
7280
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
7353
7281
  exportsOnly?: boolean | undefined;
7354
7282
  localIdentName?: string | undefined;
7355
- esModule?: boolean | undefined;
7356
7283
  } | undefined;
7357
7284
  "css/module"?: {
7358
7285
  exportsConvention?: "as-is" | "camel-case" | "camel-case-only" | "dashes" | "dashes-only" | undefined;
7359
7286
  exportsOnly?: boolean | undefined;
7360
7287
  localIdentName?: string | undefined;
7361
- esModule?: boolean | undefined;
7362
7288
  } | undefined;
7363
7289
  } | undefined;
7364
7290
  noParse?: string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;