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