@rspack/core 1.0.0-alpha.1 → 1.0.0-alpha.3
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/compiled/zod-validation-error/index.d.ts +4 -170
- package/compiled/zod-validation-error/index.js +4 -4154
- package/dist/ChunkGraph.d.ts +1 -1
- package/dist/Compilation.d.ts +9 -9
- package/dist/Compilation.js +25 -21
- package/dist/Compiler.d.ts +6 -6
- package/dist/Compiler.js +5 -6
- package/dist/ContextModuleFactory.d.ts +1 -1
- package/dist/FileSystem.d.ts +2 -2
- package/dist/Module.d.ts +4 -3
- package/dist/Module.js +1 -0
- package/dist/MultiCompiler.d.ts +3 -3
- package/dist/MultiStats.d.ts +2 -2
- package/dist/MultiWatching.d.ts +2 -2
- package/dist/NormalModule.d.ts +1 -1
- package/dist/NormalModuleFactory.d.ts +1 -1
- package/dist/Resolver.d.ts +19 -0
- package/dist/Resolver.js +39 -0
- package/dist/ResolverFactory.d.ts +9 -47
- package/dist/ResolverFactory.js +49 -120
- package/dist/RspackError.d.ts +1 -1
- package/dist/RuntimeGlobals.d.ts +1 -1
- package/dist/Stats.d.ts +2 -2
- package/dist/Watching.d.ts +3 -3
- package/dist/builtin-loader/swc/index.d.ts +0 -4
- package/dist/builtin-loader/swc/index.js +1 -5
- package/dist/builtin-loader/swc/pluginImport.d.ts +17 -1
- package/dist/builtin-loader/swc/react.d.ts +11 -1
- package/dist/builtin-loader/swc/types.d.ts +0 -2
- package/dist/builtin-plugin/APIPlugin.d.ts +3 -3
- package/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts +3 -3
- package/dist/builtin-plugin/AssetModulesPlugin.d.ts +3 -3
- package/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts +3 -3
- package/dist/builtin-plugin/BannerPlugin.d.ts +25 -4
- package/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts +4 -4
- package/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts +3 -3
- package/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts +3 -3
- package/dist/builtin-plugin/CopyRspackPlugin.d.ts +4 -4
- package/dist/builtin-plugin/CssModulesPlugin.d.ts +3 -3
- package/dist/builtin-plugin/DataUriPlugin.d.ts +3 -3
- package/dist/builtin-plugin/DefinePlugin.d.ts +10 -4
- package/dist/builtin-plugin/DefinePlugin.js +42 -8
- package/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/DynamicEntryPlugin.d.ts +5 -5
- package/dist/builtin-plugin/ElectronTargetPlugin.d.ts +3 -3
- package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +3 -3
- package/dist/builtin-plugin/EnableLibraryPlugin.d.ts +2 -2
- package/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts +3 -3
- package/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/EntryPlugin.d.ts +5 -5
- package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +4 -4
- package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +5 -5
- package/dist/builtin-plugin/ExternalsPlugin.d.ts +22 -6
- package/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts +3 -3
- package/dist/builtin-plugin/FileUriPlugin.d.ts +3 -3
- package/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts +3 -3
- package/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts +2 -2
- package/dist/builtin-plugin/HtmlRspackPlugin.d.ts +19 -4
- package/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts +4 -4
- package/dist/builtin-plugin/IgnorePlugin.d.ts +4 -4
- package/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts +3 -3
- package/dist/builtin-plugin/JavascriptModulesPlugin.d.ts +2 -2
- package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +4 -4
- package/dist/builtin-plugin/JsonModulesPlugin.d.ts +3 -3
- package/dist/builtin-plugin/LightningCssMiminizerRspackPlugin.d.ts +4 -4
- package/dist/builtin-plugin/LimitChunkCountPlugin.d.ts +4 -4
- package/dist/builtin-plugin/MangleExportsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts +3 -3
- package/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts +3 -3
- package/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts +3 -3
- package/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/NodeTargetPlugin.d.ts +3 -3
- package/dist/builtin-plugin/ProgressPlugin.d.ts +4 -4
- package/dist/builtin-plugin/ProvidePlugin.d.ts +3 -3
- package/dist/builtin-plugin/RealContentHashPlugin.d.ts +3 -3
- package/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts +3 -3
- package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +4 -4
- package/dist/builtin-plugin/RuntimePlugin.d.ts +3 -3
- package/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts +3 -3
- package/dist/builtin-plugin/SizeLimitsPlugin.d.ts +9 -4
- package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +4 -4
- package/dist/builtin-plugin/SplitChunksPlugin.d.ts +3 -3
- package/dist/builtin-plugin/SwcCssMinimizerPlugin.d.ts +3 -3
- package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +4 -4
- package/dist/builtin-plugin/WarnCaseSensitiveModulesPlugin.d.ts +3 -3
- package/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts +3 -3
- package/dist/builtin-plugin/WorkerPlugin.d.ts +3 -3
- package/dist/builtin-plugin/base.d.ts +6 -6
- package/dist/builtin-plugin/base.js +3 -3
- package/dist/builtin-plugin/css-extract/index.d.ts +1 -1
- package/dist/builtin-plugin/css-extract/loader.js +13 -3
- package/dist/builtin-plugin/css-extract/utils.d.ts +1 -1
- package/dist/builtin-plugin/index.d.ts +1 -7
- package/dist/builtin-plugin/index.js +3 -17
- package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +11 -17
- package/dist/builtin-plugin/lazy-compilation/plugin.d.ts +2 -2
- package/dist/config/adapter.d.ts +5 -4
- package/dist/config/adapter.js +3 -2
- package/dist/config/adapterRuleUse.d.ts +7 -7
- package/dist/config/adapterRuleUse.js +0 -3
- package/dist/config/defaults.d.ts +1 -1
- package/dist/config/zod.d.ts +382 -382
- package/dist/config/zod.js +2 -3
- package/dist/container/ContainerPlugin.d.ts +3 -3
- package/dist/container/ContainerReferencePlugin.d.ts +4 -4
- package/dist/container/ModuleFederationPlugin.d.ts +2 -2
- package/dist/container/ModuleFederationPluginV1.d.ts +5 -5
- package/dist/container/ModuleFederationRuntimePlugin.d.ts +3 -3
- package/dist/container/default.runtime.js +1 -1
- package/dist/lib/EntryOptionPlugin.d.ts +2 -2
- package/dist/lib/NormalModuleReplacementPlugin.d.ts +2 -2
- package/dist/loader-runner/index.d.ts +2 -2
- package/dist/loader-runner/index.js +33 -46
- package/dist/loader-runner/loadLoader.js +1 -1
- package/dist/node/NodeTemplatePlugin.d.ts +1 -1
- package/dist/node/NodeWatchFileSystem.d.ts +1 -1
- package/dist/node/nodeConsole.js +26 -3
- package/dist/rspack.d.ts +3 -3
- package/dist/rspackOptionsApply.d.ts +1 -1
- package/dist/rspackOptionsApply.js +1 -19
- package/dist/sharing/ConsumeSharedPlugin.d.ts +2 -2
- package/dist/sharing/ProvideSharedPlugin.d.ts +2 -2
- package/dist/sharing/SharePlugin.d.ts +1 -1
- package/dist/sharing/ShareRuntimePlugin.d.ts +2 -2
- package/dist/stats/StatsFactory.d.ts +2 -2
- package/dist/stats/statsFactoryUtils.d.ts +1 -1
- package/dist/util/SplitChunkSize.d.ts +1 -1
- package/dist/util/bindingVersionCheck.js +1 -1
- package/dist/util/comparators.d.ts +1 -1
- package/dist/util/fs.d.ts +1 -1
- package/dist/util/index.d.ts +1 -1
- package/dist/util/index.js +4 -2
- package/dist/util/validate.d.ts +1 -1
- package/package.json +5 -35
- package/dist/builtin-loader/swc/preact.d.ts +0 -6
- package/dist/builtin-loader/swc/preact.js +0 -15
package/dist/config/zod.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
import { JsAssetInfo, RawFuncUseCtx } from "@rspack/binding";
|
|
2
|
+
import { type JsAssetInfo, type RawFuncUseCtx } from "@rspack/binding";
|
|
3
3
|
import type * as webpackDevServer from "webpack-dev-server";
|
|
4
4
|
import { z } from "../../compiled/zod";
|
|
5
|
-
import { Compilation, Compiler } from "..";
|
|
5
|
+
import type { Compilation, Compiler } from "..";
|
|
6
6
|
import { Chunk } from "../Chunk";
|
|
7
7
|
import { Module } from "../Module";
|
|
8
8
|
declare const name: z.ZodString;
|
|
@@ -1652,8 +1652,8 @@ declare const baseResolveOptions: z.ZodObject<{
|
|
|
1652
1652
|
export type ResolveOptions = z.infer<typeof baseResolveOptions> & {
|
|
1653
1653
|
byDependency?: Record<string, ResolveOptions>;
|
|
1654
1654
|
};
|
|
1655
|
-
declare const
|
|
1656
|
-
export type Resolve = z.infer<typeof
|
|
1655
|
+
declare const resolveOptions: z.ZodType<ResolveOptions>;
|
|
1656
|
+
export type Resolve = z.infer<typeof resolveOptions>;
|
|
1657
1657
|
declare const baseRuleSetCondition: z.ZodUnion<[z.ZodUnion<[z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodString]>, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodBoolean>]>;
|
|
1658
1658
|
export type RuleSetCondition = z.infer<typeof baseRuleSetCondition> | RuleSetConditions | RuleSetLogicalConditions;
|
|
1659
1659
|
export type RuleSetConditions = RuleSetCondition[];
|
|
@@ -1943,9 +1943,9 @@ declare const javascriptParserOptions: z.ZodObject<{
|
|
|
1943
1943
|
url?: boolean | "relative" | undefined;
|
|
1944
1944
|
exprContextCritical?: boolean | undefined;
|
|
1945
1945
|
wrappedContextCritical?: boolean | undefined;
|
|
1946
|
-
exportsPresence?: false | "error" | "
|
|
1947
|
-
importExportsPresence?: false | "error" | "
|
|
1948
|
-
reexportExportsPresence?: false | "error" | "
|
|
1946
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
1947
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
1948
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
1949
1949
|
strictExportPresence?: boolean | undefined;
|
|
1950
1950
|
worker?: boolean | string[] | undefined;
|
|
1951
1951
|
}, {
|
|
@@ -1956,9 +1956,9 @@ declare const javascriptParserOptions: z.ZodObject<{
|
|
|
1956
1956
|
url?: boolean | "relative" | undefined;
|
|
1957
1957
|
exprContextCritical?: boolean | undefined;
|
|
1958
1958
|
wrappedContextCritical?: boolean | undefined;
|
|
1959
|
-
exportsPresence?: false | "error" | "
|
|
1960
|
-
importExportsPresence?: false | "error" | "
|
|
1961
|
-
reexportExportsPresence?: false | "error" | "
|
|
1959
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
1960
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
1961
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
1962
1962
|
strictExportPresence?: boolean | undefined;
|
|
1963
1963
|
worker?: boolean | string[] | undefined;
|
|
1964
1964
|
}>;
|
|
@@ -2023,9 +2023,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2023
2023
|
url?: boolean | "relative" | undefined;
|
|
2024
2024
|
exprContextCritical?: boolean | undefined;
|
|
2025
2025
|
wrappedContextCritical?: boolean | undefined;
|
|
2026
|
-
exportsPresence?: false | "error" | "
|
|
2027
|
-
importExportsPresence?: false | "error" | "
|
|
2028
|
-
reexportExportsPresence?: false | "error" | "
|
|
2026
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2027
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2028
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2029
2029
|
strictExportPresence?: boolean | undefined;
|
|
2030
2030
|
worker?: boolean | string[] | undefined;
|
|
2031
2031
|
}, {
|
|
@@ -2036,9 +2036,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2036
2036
|
url?: boolean | "relative" | undefined;
|
|
2037
2037
|
exprContextCritical?: boolean | undefined;
|
|
2038
2038
|
wrappedContextCritical?: boolean | undefined;
|
|
2039
|
-
exportsPresence?: false | "error" | "
|
|
2040
|
-
importExportsPresence?: false | "error" | "
|
|
2041
|
-
reexportExportsPresence?: false | "error" | "
|
|
2039
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2040
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2041
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2042
2042
|
strictExportPresence?: boolean | undefined;
|
|
2043
2043
|
worker?: boolean | string[] | undefined;
|
|
2044
2044
|
}>>;
|
|
@@ -2063,9 +2063,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2063
2063
|
url?: boolean | "relative" | undefined;
|
|
2064
2064
|
exprContextCritical?: boolean | undefined;
|
|
2065
2065
|
wrappedContextCritical?: boolean | undefined;
|
|
2066
|
-
exportsPresence?: false | "error" | "
|
|
2067
|
-
importExportsPresence?: false | "error" | "
|
|
2068
|
-
reexportExportsPresence?: false | "error" | "
|
|
2066
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2067
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2068
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2069
2069
|
strictExportPresence?: boolean | undefined;
|
|
2070
2070
|
worker?: boolean | string[] | undefined;
|
|
2071
2071
|
}, {
|
|
@@ -2076,9 +2076,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2076
2076
|
url?: boolean | "relative" | undefined;
|
|
2077
2077
|
exprContextCritical?: boolean | undefined;
|
|
2078
2078
|
wrappedContextCritical?: boolean | undefined;
|
|
2079
|
-
exportsPresence?: false | "error" | "
|
|
2080
|
-
importExportsPresence?: false | "error" | "
|
|
2081
|
-
reexportExportsPresence?: false | "error" | "
|
|
2079
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2080
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2081
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2082
2082
|
strictExportPresence?: boolean | undefined;
|
|
2083
2083
|
worker?: boolean | string[] | undefined;
|
|
2084
2084
|
}>>;
|
|
@@ -2103,9 +2103,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2103
2103
|
url?: boolean | "relative" | undefined;
|
|
2104
2104
|
exprContextCritical?: boolean | undefined;
|
|
2105
2105
|
wrappedContextCritical?: boolean | undefined;
|
|
2106
|
-
exportsPresence?: false | "error" | "
|
|
2107
|
-
importExportsPresence?: false | "error" | "
|
|
2108
|
-
reexportExportsPresence?: false | "error" | "
|
|
2106
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2107
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2108
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2109
2109
|
strictExportPresence?: boolean | undefined;
|
|
2110
2110
|
worker?: boolean | string[] | undefined;
|
|
2111
2111
|
}, {
|
|
@@ -2116,9 +2116,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2116
2116
|
url?: boolean | "relative" | undefined;
|
|
2117
2117
|
exprContextCritical?: boolean | undefined;
|
|
2118
2118
|
wrappedContextCritical?: boolean | undefined;
|
|
2119
|
-
exportsPresence?: false | "error" | "
|
|
2120
|
-
importExportsPresence?: false | "error" | "
|
|
2121
|
-
reexportExportsPresence?: false | "error" | "
|
|
2119
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2120
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2121
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2122
2122
|
strictExportPresence?: boolean | undefined;
|
|
2123
2123
|
worker?: boolean | string[] | undefined;
|
|
2124
2124
|
}>>;
|
|
@@ -2143,9 +2143,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2143
2143
|
url?: boolean | "relative" | undefined;
|
|
2144
2144
|
exprContextCritical?: boolean | undefined;
|
|
2145
2145
|
wrappedContextCritical?: boolean | undefined;
|
|
2146
|
-
exportsPresence?: false | "error" | "
|
|
2147
|
-
importExportsPresence?: false | "error" | "
|
|
2148
|
-
reexportExportsPresence?: false | "error" | "
|
|
2146
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2147
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2148
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2149
2149
|
strictExportPresence?: boolean | undefined;
|
|
2150
2150
|
worker?: boolean | string[] | undefined;
|
|
2151
2151
|
}, {
|
|
@@ -2156,9 +2156,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2156
2156
|
url?: boolean | "relative" | undefined;
|
|
2157
2157
|
exprContextCritical?: boolean | undefined;
|
|
2158
2158
|
wrappedContextCritical?: boolean | undefined;
|
|
2159
|
-
exportsPresence?: false | "error" | "
|
|
2160
|
-
importExportsPresence?: false | "error" | "
|
|
2161
|
-
reexportExportsPresence?: false | "error" | "
|
|
2159
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2160
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2161
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2162
2162
|
strictExportPresence?: boolean | undefined;
|
|
2163
2163
|
worker?: boolean | string[] | undefined;
|
|
2164
2164
|
}>>;
|
|
@@ -2185,9 +2185,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2185
2185
|
url?: boolean | "relative" | undefined;
|
|
2186
2186
|
exprContextCritical?: boolean | undefined;
|
|
2187
2187
|
wrappedContextCritical?: boolean | undefined;
|
|
2188
|
-
exportsPresence?: false | "error" | "
|
|
2189
|
-
importExportsPresence?: false | "error" | "
|
|
2190
|
-
reexportExportsPresence?: false | "error" | "
|
|
2188
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2189
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2190
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2191
2191
|
strictExportPresence?: boolean | undefined;
|
|
2192
2192
|
worker?: boolean | string[] | undefined;
|
|
2193
2193
|
} | undefined;
|
|
@@ -2199,9 +2199,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2199
2199
|
url?: boolean | "relative" | undefined;
|
|
2200
2200
|
exprContextCritical?: boolean | undefined;
|
|
2201
2201
|
wrappedContextCritical?: boolean | undefined;
|
|
2202
|
-
exportsPresence?: false | "error" | "
|
|
2203
|
-
importExportsPresence?: false | "error" | "
|
|
2204
|
-
reexportExportsPresence?: false | "error" | "
|
|
2202
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2203
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2204
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2205
2205
|
strictExportPresence?: boolean | undefined;
|
|
2206
2206
|
worker?: boolean | string[] | undefined;
|
|
2207
2207
|
} | undefined;
|
|
@@ -2213,9 +2213,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2213
2213
|
url?: boolean | "relative" | undefined;
|
|
2214
2214
|
exprContextCritical?: boolean | undefined;
|
|
2215
2215
|
wrappedContextCritical?: boolean | undefined;
|
|
2216
|
-
exportsPresence?: false | "error" | "
|
|
2217
|
-
importExportsPresence?: false | "error" | "
|
|
2218
|
-
reexportExportsPresence?: false | "error" | "
|
|
2216
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2217
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2218
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2219
2219
|
strictExportPresence?: boolean | undefined;
|
|
2220
2220
|
worker?: boolean | string[] | undefined;
|
|
2221
2221
|
} | undefined;
|
|
@@ -2227,9 +2227,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2227
2227
|
url?: boolean | "relative" | undefined;
|
|
2228
2228
|
exprContextCritical?: boolean | undefined;
|
|
2229
2229
|
wrappedContextCritical?: boolean | undefined;
|
|
2230
|
-
exportsPresence?: false | "error" | "
|
|
2231
|
-
importExportsPresence?: false | "error" | "
|
|
2232
|
-
reexportExportsPresence?: false | "error" | "
|
|
2230
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2231
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2232
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2233
2233
|
strictExportPresence?: boolean | undefined;
|
|
2234
2234
|
worker?: boolean | string[] | undefined;
|
|
2235
2235
|
} | undefined;
|
|
@@ -2256,9 +2256,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2256
2256
|
url?: boolean | "relative" | undefined;
|
|
2257
2257
|
exprContextCritical?: boolean | undefined;
|
|
2258
2258
|
wrappedContextCritical?: boolean | undefined;
|
|
2259
|
-
exportsPresence?: false | "error" | "
|
|
2260
|
-
importExportsPresence?: false | "error" | "
|
|
2261
|
-
reexportExportsPresence?: false | "error" | "
|
|
2259
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2260
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2261
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2262
2262
|
strictExportPresence?: boolean | undefined;
|
|
2263
2263
|
worker?: boolean | string[] | undefined;
|
|
2264
2264
|
} | undefined;
|
|
@@ -2270,9 +2270,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2270
2270
|
url?: boolean | "relative" | undefined;
|
|
2271
2271
|
exprContextCritical?: boolean | undefined;
|
|
2272
2272
|
wrappedContextCritical?: boolean | undefined;
|
|
2273
|
-
exportsPresence?: false | "error" | "
|
|
2274
|
-
importExportsPresence?: false | "error" | "
|
|
2275
|
-
reexportExportsPresence?: false | "error" | "
|
|
2273
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2274
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2275
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2276
2276
|
strictExportPresence?: boolean | undefined;
|
|
2277
2277
|
worker?: boolean | string[] | undefined;
|
|
2278
2278
|
} | undefined;
|
|
@@ -2284,9 +2284,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2284
2284
|
url?: boolean | "relative" | undefined;
|
|
2285
2285
|
exprContextCritical?: boolean | undefined;
|
|
2286
2286
|
wrappedContextCritical?: boolean | undefined;
|
|
2287
|
-
exportsPresence?: false | "error" | "
|
|
2288
|
-
importExportsPresence?: false | "error" | "
|
|
2289
|
-
reexportExportsPresence?: false | "error" | "
|
|
2287
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2288
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2289
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2290
2290
|
strictExportPresence?: boolean | undefined;
|
|
2291
2291
|
worker?: boolean | string[] | undefined;
|
|
2292
2292
|
} | undefined;
|
|
@@ -2298,9 +2298,9 @@ declare const parserOptionsByModuleTypeKnown: z.ZodObject<{
|
|
|
2298
2298
|
url?: boolean | "relative" | undefined;
|
|
2299
2299
|
exprContextCritical?: boolean | undefined;
|
|
2300
2300
|
wrappedContextCritical?: boolean | undefined;
|
|
2301
|
-
exportsPresence?: false | "error" | "
|
|
2302
|
-
importExportsPresence?: false | "error" | "
|
|
2303
|
-
reexportExportsPresence?: false | "error" | "
|
|
2301
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2302
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2303
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2304
2304
|
strictExportPresence?: boolean | undefined;
|
|
2305
2305
|
worker?: boolean | string[] | undefined;
|
|
2306
2306
|
} | undefined;
|
|
@@ -2368,9 +2368,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2368
2368
|
url?: boolean | "relative" | undefined;
|
|
2369
2369
|
exprContextCritical?: boolean | undefined;
|
|
2370
2370
|
wrappedContextCritical?: boolean | undefined;
|
|
2371
|
-
exportsPresence?: false | "error" | "
|
|
2372
|
-
importExportsPresence?: false | "error" | "
|
|
2373
|
-
reexportExportsPresence?: false | "error" | "
|
|
2371
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2372
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2373
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2374
2374
|
strictExportPresence?: boolean | undefined;
|
|
2375
2375
|
worker?: boolean | string[] | undefined;
|
|
2376
2376
|
}, {
|
|
@@ -2381,9 +2381,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2381
2381
|
url?: boolean | "relative" | undefined;
|
|
2382
2382
|
exprContextCritical?: boolean | undefined;
|
|
2383
2383
|
wrappedContextCritical?: boolean | undefined;
|
|
2384
|
-
exportsPresence?: false | "error" | "
|
|
2385
|
-
importExportsPresence?: false | "error" | "
|
|
2386
|
-
reexportExportsPresence?: false | "error" | "
|
|
2384
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2385
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2386
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2387
2387
|
strictExportPresence?: boolean | undefined;
|
|
2388
2388
|
worker?: boolean | string[] | undefined;
|
|
2389
2389
|
}>>;
|
|
@@ -2408,9 +2408,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2408
2408
|
url?: boolean | "relative" | undefined;
|
|
2409
2409
|
exprContextCritical?: boolean | undefined;
|
|
2410
2410
|
wrappedContextCritical?: boolean | undefined;
|
|
2411
|
-
exportsPresence?: false | "error" | "
|
|
2412
|
-
importExportsPresence?: false | "error" | "
|
|
2413
|
-
reexportExportsPresence?: false | "error" | "
|
|
2411
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2412
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2413
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2414
2414
|
strictExportPresence?: boolean | undefined;
|
|
2415
2415
|
worker?: boolean | string[] | undefined;
|
|
2416
2416
|
}, {
|
|
@@ -2421,9 +2421,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2421
2421
|
url?: boolean | "relative" | undefined;
|
|
2422
2422
|
exprContextCritical?: boolean | undefined;
|
|
2423
2423
|
wrappedContextCritical?: boolean | undefined;
|
|
2424
|
-
exportsPresence?: false | "error" | "
|
|
2425
|
-
importExportsPresence?: false | "error" | "
|
|
2426
|
-
reexportExportsPresence?: false | "error" | "
|
|
2424
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2425
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2426
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2427
2427
|
strictExportPresence?: boolean | undefined;
|
|
2428
2428
|
worker?: boolean | string[] | undefined;
|
|
2429
2429
|
}>>;
|
|
@@ -2448,9 +2448,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2448
2448
|
url?: boolean | "relative" | undefined;
|
|
2449
2449
|
exprContextCritical?: boolean | undefined;
|
|
2450
2450
|
wrappedContextCritical?: boolean | undefined;
|
|
2451
|
-
exportsPresence?: false | "error" | "
|
|
2452
|
-
importExportsPresence?: false | "error" | "
|
|
2453
|
-
reexportExportsPresence?: false | "error" | "
|
|
2451
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2452
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2453
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2454
2454
|
strictExportPresence?: boolean | undefined;
|
|
2455
2455
|
worker?: boolean | string[] | undefined;
|
|
2456
2456
|
}, {
|
|
@@ -2461,9 +2461,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2461
2461
|
url?: boolean | "relative" | undefined;
|
|
2462
2462
|
exprContextCritical?: boolean | undefined;
|
|
2463
2463
|
wrappedContextCritical?: boolean | undefined;
|
|
2464
|
-
exportsPresence?: false | "error" | "
|
|
2465
|
-
importExportsPresence?: false | "error" | "
|
|
2466
|
-
reexportExportsPresence?: false | "error" | "
|
|
2464
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2465
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2466
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2467
2467
|
strictExportPresence?: boolean | undefined;
|
|
2468
2468
|
worker?: boolean | string[] | undefined;
|
|
2469
2469
|
}>>;
|
|
@@ -2488,9 +2488,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2488
2488
|
url?: boolean | "relative" | undefined;
|
|
2489
2489
|
exprContextCritical?: boolean | undefined;
|
|
2490
2490
|
wrappedContextCritical?: boolean | undefined;
|
|
2491
|
-
exportsPresence?: false | "error" | "
|
|
2492
|
-
importExportsPresence?: false | "error" | "
|
|
2493
|
-
reexportExportsPresence?: false | "error" | "
|
|
2491
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2492
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2493
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2494
2494
|
strictExportPresence?: boolean | undefined;
|
|
2495
2495
|
worker?: boolean | string[] | undefined;
|
|
2496
2496
|
}, {
|
|
@@ -2501,9 +2501,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2501
2501
|
url?: boolean | "relative" | undefined;
|
|
2502
2502
|
exprContextCritical?: boolean | undefined;
|
|
2503
2503
|
wrappedContextCritical?: boolean | undefined;
|
|
2504
|
-
exportsPresence?: false | "error" | "
|
|
2505
|
-
importExportsPresence?: false | "error" | "
|
|
2506
|
-
reexportExportsPresence?: false | "error" | "
|
|
2504
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2505
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2506
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2507
2507
|
strictExportPresence?: boolean | undefined;
|
|
2508
2508
|
worker?: boolean | string[] | undefined;
|
|
2509
2509
|
}>>;
|
|
@@ -2530,9 +2530,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2530
2530
|
url?: boolean | "relative" | undefined;
|
|
2531
2531
|
exprContextCritical?: boolean | undefined;
|
|
2532
2532
|
wrappedContextCritical?: boolean | undefined;
|
|
2533
|
-
exportsPresence?: false | "error" | "
|
|
2534
|
-
importExportsPresence?: false | "error" | "
|
|
2535
|
-
reexportExportsPresence?: false | "error" | "
|
|
2533
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2534
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2535
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2536
2536
|
strictExportPresence?: boolean | undefined;
|
|
2537
2537
|
worker?: boolean | string[] | undefined;
|
|
2538
2538
|
} | undefined;
|
|
@@ -2544,9 +2544,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2544
2544
|
url?: boolean | "relative" | undefined;
|
|
2545
2545
|
exprContextCritical?: boolean | undefined;
|
|
2546
2546
|
wrappedContextCritical?: boolean | undefined;
|
|
2547
|
-
exportsPresence?: false | "error" | "
|
|
2548
|
-
importExportsPresence?: false | "error" | "
|
|
2549
|
-
reexportExportsPresence?: false | "error" | "
|
|
2547
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2548
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2549
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2550
2550
|
strictExportPresence?: boolean | undefined;
|
|
2551
2551
|
worker?: boolean | string[] | undefined;
|
|
2552
2552
|
} | undefined;
|
|
@@ -2558,9 +2558,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2558
2558
|
url?: boolean | "relative" | undefined;
|
|
2559
2559
|
exprContextCritical?: boolean | undefined;
|
|
2560
2560
|
wrappedContextCritical?: boolean | undefined;
|
|
2561
|
-
exportsPresence?: false | "error" | "
|
|
2562
|
-
importExportsPresence?: false | "error" | "
|
|
2563
|
-
reexportExportsPresence?: false | "error" | "
|
|
2561
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2562
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2563
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2564
2564
|
strictExportPresence?: boolean | undefined;
|
|
2565
2565
|
worker?: boolean | string[] | undefined;
|
|
2566
2566
|
} | undefined;
|
|
@@ -2572,9 +2572,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2572
2572
|
url?: boolean | "relative" | undefined;
|
|
2573
2573
|
exprContextCritical?: boolean | undefined;
|
|
2574
2574
|
wrappedContextCritical?: boolean | undefined;
|
|
2575
|
-
exportsPresence?: false | "error" | "
|
|
2576
|
-
importExportsPresence?: false | "error" | "
|
|
2577
|
-
reexportExportsPresence?: false | "error" | "
|
|
2575
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2576
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2577
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2578
2578
|
strictExportPresence?: boolean | undefined;
|
|
2579
2579
|
worker?: boolean | string[] | undefined;
|
|
2580
2580
|
} | undefined;
|
|
@@ -2601,9 +2601,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2601
2601
|
url?: boolean | "relative" | undefined;
|
|
2602
2602
|
exprContextCritical?: boolean | undefined;
|
|
2603
2603
|
wrappedContextCritical?: boolean | undefined;
|
|
2604
|
-
exportsPresence?: false | "error" | "
|
|
2605
|
-
importExportsPresence?: false | "error" | "
|
|
2606
|
-
reexportExportsPresence?: false | "error" | "
|
|
2604
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2605
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2606
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2607
2607
|
strictExportPresence?: boolean | undefined;
|
|
2608
2608
|
worker?: boolean | string[] | undefined;
|
|
2609
2609
|
} | undefined;
|
|
@@ -2615,9 +2615,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2615
2615
|
url?: boolean | "relative" | undefined;
|
|
2616
2616
|
exprContextCritical?: boolean | undefined;
|
|
2617
2617
|
wrappedContextCritical?: boolean | undefined;
|
|
2618
|
-
exportsPresence?: false | "error" | "
|
|
2619
|
-
importExportsPresence?: false | "error" | "
|
|
2620
|
-
reexportExportsPresence?: false | "error" | "
|
|
2618
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2619
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2620
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2621
2621
|
strictExportPresence?: boolean | undefined;
|
|
2622
2622
|
worker?: boolean | string[] | undefined;
|
|
2623
2623
|
} | undefined;
|
|
@@ -2629,9 +2629,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2629
2629
|
url?: boolean | "relative" | undefined;
|
|
2630
2630
|
exprContextCritical?: boolean | undefined;
|
|
2631
2631
|
wrappedContextCritical?: boolean | undefined;
|
|
2632
|
-
exportsPresence?: false | "error" | "
|
|
2633
|
-
importExportsPresence?: false | "error" | "
|
|
2634
|
-
reexportExportsPresence?: false | "error" | "
|
|
2632
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2633
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2634
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2635
2635
|
strictExportPresence?: boolean | undefined;
|
|
2636
2636
|
worker?: boolean | string[] | undefined;
|
|
2637
2637
|
} | undefined;
|
|
@@ -2643,9 +2643,9 @@ declare const parserOptionsByModuleType: z.ZodUnion<[z.ZodObject<{
|
|
|
2643
2643
|
url?: boolean | "relative" | undefined;
|
|
2644
2644
|
exprContextCritical?: boolean | undefined;
|
|
2645
2645
|
wrappedContextCritical?: boolean | undefined;
|
|
2646
|
-
exportsPresence?: false | "error" | "
|
|
2647
|
-
importExportsPresence?: false | "error" | "
|
|
2648
|
-
reexportExportsPresence?: false | "error" | "
|
|
2646
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2647
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2648
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
2649
2649
|
strictExportPresence?: boolean | undefined;
|
|
2650
2650
|
worker?: boolean | string[] | undefined;
|
|
2651
2651
|
} | undefined;
|
|
@@ -3366,9 +3366,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3366
3366
|
url?: boolean | "relative" | undefined;
|
|
3367
3367
|
exprContextCritical?: boolean | undefined;
|
|
3368
3368
|
wrappedContextCritical?: boolean | undefined;
|
|
3369
|
-
exportsPresence?: false | "error" | "
|
|
3370
|
-
importExportsPresence?: false | "error" | "
|
|
3371
|
-
reexportExportsPresence?: false | "error" | "
|
|
3369
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3370
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3371
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3372
3372
|
strictExportPresence?: boolean | undefined;
|
|
3373
3373
|
worker?: boolean | string[] | undefined;
|
|
3374
3374
|
}, {
|
|
@@ -3379,9 +3379,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3379
3379
|
url?: boolean | "relative" | undefined;
|
|
3380
3380
|
exprContextCritical?: boolean | undefined;
|
|
3381
3381
|
wrappedContextCritical?: boolean | undefined;
|
|
3382
|
-
exportsPresence?: false | "error" | "
|
|
3383
|
-
importExportsPresence?: false | "error" | "
|
|
3384
|
-
reexportExportsPresence?: false | "error" | "
|
|
3382
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3383
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3384
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3385
3385
|
strictExportPresence?: boolean | undefined;
|
|
3386
3386
|
worker?: boolean | string[] | undefined;
|
|
3387
3387
|
}>>;
|
|
@@ -3406,9 +3406,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3406
3406
|
url?: boolean | "relative" | undefined;
|
|
3407
3407
|
exprContextCritical?: boolean | undefined;
|
|
3408
3408
|
wrappedContextCritical?: boolean | undefined;
|
|
3409
|
-
exportsPresence?: false | "error" | "
|
|
3410
|
-
importExportsPresence?: false | "error" | "
|
|
3411
|
-
reexportExportsPresence?: false | "error" | "
|
|
3409
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3410
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3411
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3412
3412
|
strictExportPresence?: boolean | undefined;
|
|
3413
3413
|
worker?: boolean | string[] | undefined;
|
|
3414
3414
|
}, {
|
|
@@ -3419,9 +3419,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3419
3419
|
url?: boolean | "relative" | undefined;
|
|
3420
3420
|
exprContextCritical?: boolean | undefined;
|
|
3421
3421
|
wrappedContextCritical?: boolean | undefined;
|
|
3422
|
-
exportsPresence?: false | "error" | "
|
|
3423
|
-
importExportsPresence?: false | "error" | "
|
|
3424
|
-
reexportExportsPresence?: false | "error" | "
|
|
3422
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3423
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3424
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3425
3425
|
strictExportPresence?: boolean | undefined;
|
|
3426
3426
|
worker?: boolean | string[] | undefined;
|
|
3427
3427
|
}>>;
|
|
@@ -3446,9 +3446,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3446
3446
|
url?: boolean | "relative" | undefined;
|
|
3447
3447
|
exprContextCritical?: boolean | undefined;
|
|
3448
3448
|
wrappedContextCritical?: boolean | undefined;
|
|
3449
|
-
exportsPresence?: false | "error" | "
|
|
3450
|
-
importExportsPresence?: false | "error" | "
|
|
3451
|
-
reexportExportsPresence?: false | "error" | "
|
|
3449
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3450
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3451
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3452
3452
|
strictExportPresence?: boolean | undefined;
|
|
3453
3453
|
worker?: boolean | string[] | undefined;
|
|
3454
3454
|
}, {
|
|
@@ -3459,9 +3459,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3459
3459
|
url?: boolean | "relative" | undefined;
|
|
3460
3460
|
exprContextCritical?: boolean | undefined;
|
|
3461
3461
|
wrappedContextCritical?: boolean | undefined;
|
|
3462
|
-
exportsPresence?: false | "error" | "
|
|
3463
|
-
importExportsPresence?: false | "error" | "
|
|
3464
|
-
reexportExportsPresence?: false | "error" | "
|
|
3462
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3463
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3464
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3465
3465
|
strictExportPresence?: boolean | undefined;
|
|
3466
3466
|
worker?: boolean | string[] | undefined;
|
|
3467
3467
|
}>>;
|
|
@@ -3486,9 +3486,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3486
3486
|
url?: boolean | "relative" | undefined;
|
|
3487
3487
|
exprContextCritical?: boolean | undefined;
|
|
3488
3488
|
wrappedContextCritical?: boolean | undefined;
|
|
3489
|
-
exportsPresence?: false | "error" | "
|
|
3490
|
-
importExportsPresence?: false | "error" | "
|
|
3491
|
-
reexportExportsPresence?: false | "error" | "
|
|
3489
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3490
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3491
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3492
3492
|
strictExportPresence?: boolean | undefined;
|
|
3493
3493
|
worker?: boolean | string[] | undefined;
|
|
3494
3494
|
}, {
|
|
@@ -3499,9 +3499,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3499
3499
|
url?: boolean | "relative" | undefined;
|
|
3500
3500
|
exprContextCritical?: boolean | undefined;
|
|
3501
3501
|
wrappedContextCritical?: boolean | undefined;
|
|
3502
|
-
exportsPresence?: false | "error" | "
|
|
3503
|
-
importExportsPresence?: false | "error" | "
|
|
3504
|
-
reexportExportsPresence?: false | "error" | "
|
|
3502
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3503
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3504
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3505
3505
|
strictExportPresence?: boolean | undefined;
|
|
3506
3506
|
worker?: boolean | string[] | undefined;
|
|
3507
3507
|
}>>;
|
|
@@ -3528,9 +3528,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3528
3528
|
url?: boolean | "relative" | undefined;
|
|
3529
3529
|
exprContextCritical?: boolean | undefined;
|
|
3530
3530
|
wrappedContextCritical?: boolean | undefined;
|
|
3531
|
-
exportsPresence?: false | "error" | "
|
|
3532
|
-
importExportsPresence?: false | "error" | "
|
|
3533
|
-
reexportExportsPresence?: false | "error" | "
|
|
3531
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3532
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3533
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3534
3534
|
strictExportPresence?: boolean | undefined;
|
|
3535
3535
|
worker?: boolean | string[] | undefined;
|
|
3536
3536
|
} | undefined;
|
|
@@ -3542,9 +3542,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3542
3542
|
url?: boolean | "relative" | undefined;
|
|
3543
3543
|
exprContextCritical?: boolean | undefined;
|
|
3544
3544
|
wrappedContextCritical?: boolean | undefined;
|
|
3545
|
-
exportsPresence?: false | "error" | "
|
|
3546
|
-
importExportsPresence?: false | "error" | "
|
|
3547
|
-
reexportExportsPresence?: false | "error" | "
|
|
3545
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3546
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3547
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3548
3548
|
strictExportPresence?: boolean | undefined;
|
|
3549
3549
|
worker?: boolean | string[] | undefined;
|
|
3550
3550
|
} | undefined;
|
|
@@ -3556,9 +3556,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3556
3556
|
url?: boolean | "relative" | undefined;
|
|
3557
3557
|
exprContextCritical?: boolean | undefined;
|
|
3558
3558
|
wrappedContextCritical?: boolean | undefined;
|
|
3559
|
-
exportsPresence?: false | "error" | "
|
|
3560
|
-
importExportsPresence?: false | "error" | "
|
|
3561
|
-
reexportExportsPresence?: false | "error" | "
|
|
3559
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3560
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3561
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3562
3562
|
strictExportPresence?: boolean | undefined;
|
|
3563
3563
|
worker?: boolean | string[] | undefined;
|
|
3564
3564
|
} | undefined;
|
|
@@ -3570,9 +3570,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3570
3570
|
url?: boolean | "relative" | undefined;
|
|
3571
3571
|
exprContextCritical?: boolean | undefined;
|
|
3572
3572
|
wrappedContextCritical?: boolean | undefined;
|
|
3573
|
-
exportsPresence?: false | "error" | "
|
|
3574
|
-
importExportsPresence?: false | "error" | "
|
|
3575
|
-
reexportExportsPresence?: false | "error" | "
|
|
3573
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3574
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3575
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3576
3576
|
strictExportPresence?: boolean | undefined;
|
|
3577
3577
|
worker?: boolean | string[] | undefined;
|
|
3578
3578
|
} | undefined;
|
|
@@ -3599,9 +3599,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3599
3599
|
url?: boolean | "relative" | undefined;
|
|
3600
3600
|
exprContextCritical?: boolean | undefined;
|
|
3601
3601
|
wrappedContextCritical?: boolean | undefined;
|
|
3602
|
-
exportsPresence?: false | "error" | "
|
|
3603
|
-
importExportsPresence?: false | "error" | "
|
|
3604
|
-
reexportExportsPresence?: false | "error" | "
|
|
3602
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3603
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3604
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3605
3605
|
strictExportPresence?: boolean | undefined;
|
|
3606
3606
|
worker?: boolean | string[] | undefined;
|
|
3607
3607
|
} | undefined;
|
|
@@ -3613,9 +3613,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3613
3613
|
url?: boolean | "relative" | undefined;
|
|
3614
3614
|
exprContextCritical?: boolean | undefined;
|
|
3615
3615
|
wrappedContextCritical?: boolean | undefined;
|
|
3616
|
-
exportsPresence?: false | "error" | "
|
|
3617
|
-
importExportsPresence?: false | "error" | "
|
|
3618
|
-
reexportExportsPresence?: false | "error" | "
|
|
3616
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3617
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3618
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3619
3619
|
strictExportPresence?: boolean | undefined;
|
|
3620
3620
|
worker?: boolean | string[] | undefined;
|
|
3621
3621
|
} | undefined;
|
|
@@ -3627,9 +3627,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3627
3627
|
url?: boolean | "relative" | undefined;
|
|
3628
3628
|
exprContextCritical?: boolean | undefined;
|
|
3629
3629
|
wrappedContextCritical?: boolean | undefined;
|
|
3630
|
-
exportsPresence?: false | "error" | "
|
|
3631
|
-
importExportsPresence?: false | "error" | "
|
|
3632
|
-
reexportExportsPresence?: false | "error" | "
|
|
3630
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3631
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3632
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3633
3633
|
strictExportPresence?: boolean | undefined;
|
|
3634
3634
|
worker?: boolean | string[] | undefined;
|
|
3635
3635
|
} | undefined;
|
|
@@ -3641,9 +3641,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3641
3641
|
url?: boolean | "relative" | undefined;
|
|
3642
3642
|
exprContextCritical?: boolean | undefined;
|
|
3643
3643
|
wrappedContextCritical?: boolean | undefined;
|
|
3644
|
-
exportsPresence?: false | "error" | "
|
|
3645
|
-
importExportsPresence?: false | "error" | "
|
|
3646
|
-
reexportExportsPresence?: false | "error" | "
|
|
3644
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3645
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3646
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3647
3647
|
strictExportPresence?: boolean | undefined;
|
|
3648
3648
|
worker?: boolean | string[] | undefined;
|
|
3649
3649
|
} | undefined;
|
|
@@ -3876,8 +3876,8 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3876
3876
|
}>, z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>]>>;
|
|
3877
3877
|
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">]>>;
|
|
3878
3878
|
}, "strict", z.ZodTypeAny, {
|
|
3879
|
-
defaultRules?: (false | "" | 0 | "..." |
|
|
3880
|
-
rules?: (false | "" | 0 | "..." |
|
|
3879
|
+
defaultRules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
3880
|
+
rules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
3881
3881
|
parser?: {
|
|
3882
3882
|
asset?: {
|
|
3883
3883
|
dataUrlCondition?: {
|
|
@@ -3901,9 +3901,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3901
3901
|
url?: boolean | "relative" | undefined;
|
|
3902
3902
|
exprContextCritical?: boolean | undefined;
|
|
3903
3903
|
wrappedContextCritical?: boolean | undefined;
|
|
3904
|
-
exportsPresence?: false | "error" | "
|
|
3905
|
-
importExportsPresence?: false | "error" | "
|
|
3906
|
-
reexportExportsPresence?: false | "error" | "
|
|
3904
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3905
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3906
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3907
3907
|
strictExportPresence?: boolean | undefined;
|
|
3908
3908
|
worker?: boolean | string[] | undefined;
|
|
3909
3909
|
} | undefined;
|
|
@@ -3915,9 +3915,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3915
3915
|
url?: boolean | "relative" | undefined;
|
|
3916
3916
|
exprContextCritical?: boolean | undefined;
|
|
3917
3917
|
wrappedContextCritical?: boolean | undefined;
|
|
3918
|
-
exportsPresence?: false | "error" | "
|
|
3919
|
-
importExportsPresence?: false | "error" | "
|
|
3920
|
-
reexportExportsPresence?: false | "error" | "
|
|
3918
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3919
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3920
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3921
3921
|
strictExportPresence?: boolean | undefined;
|
|
3922
3922
|
worker?: boolean | string[] | undefined;
|
|
3923
3923
|
} | undefined;
|
|
@@ -3929,9 +3929,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3929
3929
|
url?: boolean | "relative" | undefined;
|
|
3930
3930
|
exprContextCritical?: boolean | undefined;
|
|
3931
3931
|
wrappedContextCritical?: boolean | undefined;
|
|
3932
|
-
exportsPresence?: false | "error" | "
|
|
3933
|
-
importExportsPresence?: false | "error" | "
|
|
3934
|
-
reexportExportsPresence?: false | "error" | "
|
|
3932
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3933
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3934
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3935
3935
|
strictExportPresence?: boolean | undefined;
|
|
3936
3936
|
worker?: boolean | string[] | undefined;
|
|
3937
3937
|
} | undefined;
|
|
@@ -3943,9 +3943,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3943
3943
|
url?: boolean | "relative" | undefined;
|
|
3944
3944
|
exprContextCritical?: boolean | undefined;
|
|
3945
3945
|
wrappedContextCritical?: boolean | undefined;
|
|
3946
|
-
exportsPresence?: false | "error" | "
|
|
3947
|
-
importExportsPresence?: false | "error" | "
|
|
3948
|
-
reexportExportsPresence?: false | "error" | "
|
|
3946
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3947
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3948
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
3949
3949
|
strictExportPresence?: boolean | undefined;
|
|
3950
3950
|
worker?: boolean | string[] | undefined;
|
|
3951
3951
|
} | undefined;
|
|
@@ -3996,8 +3996,8 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
3996
3996
|
} | undefined;
|
|
3997
3997
|
noParse?: string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
3998
3998
|
}, {
|
|
3999
|
-
defaultRules?: (false | "" | 0 | "..." |
|
|
4000
|
-
rules?: (false | "" | 0 | "..." |
|
|
3999
|
+
defaultRules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
4000
|
+
rules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
4001
4001
|
parser?: {
|
|
4002
4002
|
asset?: {
|
|
4003
4003
|
dataUrlCondition?: {
|
|
@@ -4021,9 +4021,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
4021
4021
|
url?: boolean | "relative" | undefined;
|
|
4022
4022
|
exprContextCritical?: boolean | undefined;
|
|
4023
4023
|
wrappedContextCritical?: boolean | undefined;
|
|
4024
|
-
exportsPresence?: false | "error" | "
|
|
4025
|
-
importExportsPresence?: false | "error" | "
|
|
4026
|
-
reexportExportsPresence?: false | "error" | "
|
|
4024
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4025
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4026
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4027
4027
|
strictExportPresence?: boolean | undefined;
|
|
4028
4028
|
worker?: boolean | string[] | undefined;
|
|
4029
4029
|
} | undefined;
|
|
@@ -4035,9 +4035,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
4035
4035
|
url?: boolean | "relative" | undefined;
|
|
4036
4036
|
exprContextCritical?: boolean | undefined;
|
|
4037
4037
|
wrappedContextCritical?: boolean | undefined;
|
|
4038
|
-
exportsPresence?: false | "error" | "
|
|
4039
|
-
importExportsPresence?: false | "error" | "
|
|
4040
|
-
reexportExportsPresence?: false | "error" | "
|
|
4038
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4039
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4040
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4041
4041
|
strictExportPresence?: boolean | undefined;
|
|
4042
4042
|
worker?: boolean | string[] | undefined;
|
|
4043
4043
|
} | undefined;
|
|
@@ -4049,9 +4049,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
4049
4049
|
url?: boolean | "relative" | undefined;
|
|
4050
4050
|
exprContextCritical?: boolean | undefined;
|
|
4051
4051
|
wrappedContextCritical?: boolean | undefined;
|
|
4052
|
-
exportsPresence?: false | "error" | "
|
|
4053
|
-
importExportsPresence?: false | "error" | "
|
|
4054
|
-
reexportExportsPresence?: false | "error" | "
|
|
4052
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4053
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4054
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4055
4055
|
strictExportPresence?: boolean | undefined;
|
|
4056
4056
|
worker?: boolean | string[] | undefined;
|
|
4057
4057
|
} | undefined;
|
|
@@ -4063,9 +4063,9 @@ declare const moduleOptions: z.ZodObject<{
|
|
|
4063
4063
|
url?: boolean | "relative" | undefined;
|
|
4064
4064
|
exprContextCritical?: boolean | undefined;
|
|
4065
4065
|
wrappedContextCritical?: boolean | undefined;
|
|
4066
|
-
exportsPresence?: false | "error" | "
|
|
4067
|
-
importExportsPresence?: false | "error" | "
|
|
4068
|
-
reexportExportsPresence?: false | "error" | "
|
|
4066
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4067
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4068
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
4069
4069
|
strictExportPresence?: boolean | undefined;
|
|
4070
4070
|
worker?: boolean | string[] | undefined;
|
|
4071
4071
|
} | undefined;
|
|
@@ -4260,14 +4260,14 @@ declare const infrastructureLogging: z.ZodObject<{
|
|
|
4260
4260
|
colors?: boolean | undefined;
|
|
4261
4261
|
console?: Console | undefined;
|
|
4262
4262
|
debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
4263
|
-
level?: "
|
|
4263
|
+
level?: "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
4264
4264
|
stream?: NodeJS.WritableStream | undefined;
|
|
4265
4265
|
}, {
|
|
4266
4266
|
appendOnly?: boolean | undefined;
|
|
4267
4267
|
colors?: boolean | undefined;
|
|
4268
4268
|
console?: Console | undefined;
|
|
4269
4269
|
debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
4270
|
-
level?: "
|
|
4270
|
+
level?: "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
4271
4271
|
stream?: NodeJS.WritableStream | undefined;
|
|
4272
4272
|
}>;
|
|
4273
4273
|
export type InfrastructureLogging = z.infer<typeof infrastructureLogging>;
|
|
@@ -4381,7 +4381,7 @@ declare const statsOptions: z.ZodObject<{
|
|
|
4381
4381
|
moduleTrace: z.ZodOptional<z.ZodBoolean>;
|
|
4382
4382
|
}, "strict", z.ZodTypeAny, {
|
|
4383
4383
|
all?: boolean | undefined;
|
|
4384
|
-
preset?: boolean | "
|
|
4384
|
+
preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
|
|
4385
4385
|
assets?: boolean | undefined;
|
|
4386
4386
|
chunks?: boolean | undefined;
|
|
4387
4387
|
modules?: boolean | undefined;
|
|
@@ -4405,7 +4405,7 @@ declare const statsOptions: z.ZodObject<{
|
|
|
4405
4405
|
moduleAssets?: boolean | undefined;
|
|
4406
4406
|
nestedModules?: boolean | undefined;
|
|
4407
4407
|
source?: boolean | undefined;
|
|
4408
|
-
logging?: boolean | "
|
|
4408
|
+
logging?: boolean | "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
4409
4409
|
loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
4410
4410
|
loggingTrace?: boolean | undefined;
|
|
4411
4411
|
runtimeModules?: boolean | undefined;
|
|
@@ -4453,7 +4453,7 @@ declare const statsOptions: z.ZodObject<{
|
|
|
4453
4453
|
moduleTrace?: boolean | undefined;
|
|
4454
4454
|
}, {
|
|
4455
4455
|
all?: boolean | undefined;
|
|
4456
|
-
preset?: boolean | "
|
|
4456
|
+
preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
|
|
4457
4457
|
assets?: boolean | undefined;
|
|
4458
4458
|
chunks?: boolean | undefined;
|
|
4459
4459
|
modules?: boolean | undefined;
|
|
@@ -4477,7 +4477,7 @@ declare const statsOptions: z.ZodObject<{
|
|
|
4477
4477
|
moduleAssets?: boolean | undefined;
|
|
4478
4478
|
nestedModules?: boolean | undefined;
|
|
4479
4479
|
source?: boolean | undefined;
|
|
4480
|
-
logging?: boolean | "
|
|
4480
|
+
logging?: boolean | "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
4481
4481
|
loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
4482
4482
|
loggingTrace?: boolean | undefined;
|
|
4483
4483
|
runtimeModules?: boolean | undefined;
|
|
@@ -4599,7 +4599,7 @@ declare const statsValue: z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["none", "errors-onl
|
|
|
4599
4599
|
moduleTrace: z.ZodOptional<z.ZodBoolean>;
|
|
4600
4600
|
}, "strict", z.ZodTypeAny, {
|
|
4601
4601
|
all?: boolean | undefined;
|
|
4602
|
-
preset?: boolean | "
|
|
4602
|
+
preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
|
|
4603
4603
|
assets?: boolean | undefined;
|
|
4604
4604
|
chunks?: boolean | undefined;
|
|
4605
4605
|
modules?: boolean | undefined;
|
|
@@ -4623,7 +4623,7 @@ declare const statsValue: z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["none", "errors-onl
|
|
|
4623
4623
|
moduleAssets?: boolean | undefined;
|
|
4624
4624
|
nestedModules?: boolean | undefined;
|
|
4625
4625
|
source?: boolean | undefined;
|
|
4626
|
-
logging?: boolean | "
|
|
4626
|
+
logging?: boolean | "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
4627
4627
|
loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
4628
4628
|
loggingTrace?: boolean | undefined;
|
|
4629
4629
|
runtimeModules?: boolean | undefined;
|
|
@@ -4671,7 +4671,7 @@ declare const statsValue: z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["none", "errors-onl
|
|
|
4671
4671
|
moduleTrace?: boolean | undefined;
|
|
4672
4672
|
}, {
|
|
4673
4673
|
all?: boolean | undefined;
|
|
4674
|
-
preset?: boolean | "
|
|
4674
|
+
preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
|
|
4675
4675
|
assets?: boolean | undefined;
|
|
4676
4676
|
chunks?: boolean | undefined;
|
|
4677
4677
|
modules?: boolean | undefined;
|
|
@@ -4695,7 +4695,7 @@ declare const statsValue: z.ZodUnion<[z.ZodUnion<[z.ZodEnum<["none", "errors-onl
|
|
|
4695
4695
|
moduleAssets?: boolean | undefined;
|
|
4696
4696
|
nestedModules?: boolean | undefined;
|
|
4697
4697
|
source?: boolean | undefined;
|
|
4698
|
-
logging?: boolean | "
|
|
4698
|
+
logging?: boolean | "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
4699
4699
|
loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
4700
4700
|
loggingTrace?: boolean | undefined;
|
|
4701
4701
|
runtimeModules?: boolean | undefined;
|
|
@@ -4788,7 +4788,7 @@ declare const optimizationSplitChunksCacheGroup: z.ZodObject<{
|
|
|
4788
4788
|
type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
|
|
4789
4789
|
idHint: z.ZodOptional<z.ZodString>;
|
|
4790
4790
|
}, "strict", z.ZodTypeAny, {
|
|
4791
|
-
chunks?: RegExp | "
|
|
4791
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4792
4792
|
defaultSizeTypes?: string[] | undefined;
|
|
4793
4793
|
minChunks?: number | undefined;
|
|
4794
4794
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -4805,7 +4805,7 @@ declare const optimizationSplitChunksCacheGroup: z.ZodObject<{
|
|
|
4805
4805
|
type?: string | RegExp | undefined;
|
|
4806
4806
|
idHint?: string | undefined;
|
|
4807
4807
|
}, {
|
|
4808
|
-
chunks?: RegExp | "
|
|
4808
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4809
4809
|
defaultSizeTypes?: string[] | undefined;
|
|
4810
4810
|
minChunks?: number | undefined;
|
|
4811
4811
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -4851,7 +4851,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4851
4851
|
type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
|
|
4852
4852
|
idHint: z.ZodOptional<z.ZodString>;
|
|
4853
4853
|
}, "strict", z.ZodTypeAny, {
|
|
4854
|
-
chunks?: RegExp | "
|
|
4854
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4855
4855
|
defaultSizeTypes?: string[] | undefined;
|
|
4856
4856
|
minChunks?: number | undefined;
|
|
4857
4857
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -4868,7 +4868,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4868
4868
|
type?: string | RegExp | undefined;
|
|
4869
4869
|
idHint?: string | undefined;
|
|
4870
4870
|
}, {
|
|
4871
|
-
chunks?: RegExp | "
|
|
4871
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4872
4872
|
defaultSizeTypes?: string[] | undefined;
|
|
4873
4873
|
minChunks?: number | undefined;
|
|
4874
4874
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -4895,14 +4895,14 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4895
4895
|
maxInitialSize: z.ZodOptional<z.ZodNumber>;
|
|
4896
4896
|
automaticNameDelimiter: z.ZodOptional<z.ZodString>;
|
|
4897
4897
|
}, "strict", z.ZodTypeAny, {
|
|
4898
|
-
chunks?: RegExp | "
|
|
4898
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4899
4899
|
minSize?: number | undefined;
|
|
4900
4900
|
maxSize?: number | undefined;
|
|
4901
4901
|
maxAsyncSize?: number | undefined;
|
|
4902
4902
|
maxInitialSize?: number | undefined;
|
|
4903
4903
|
automaticNameDelimiter?: string | undefined;
|
|
4904
4904
|
}, {
|
|
4905
|
-
chunks?: RegExp | "
|
|
4905
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4906
4906
|
minSize?: number | undefined;
|
|
4907
4907
|
maxSize?: number | undefined;
|
|
4908
4908
|
maxAsyncSize?: number | undefined;
|
|
@@ -4911,7 +4911,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4911
4911
|
}>>;
|
|
4912
4912
|
hidePathInfo: z.ZodOptional<z.ZodBoolean>;
|
|
4913
4913
|
}, "strict", z.ZodTypeAny, {
|
|
4914
|
-
chunks?: RegExp | "
|
|
4914
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4915
4915
|
defaultSizeTypes?: string[] | undefined;
|
|
4916
4916
|
minChunks?: number | undefined;
|
|
4917
4917
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -4921,7 +4921,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4921
4921
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
4922
4922
|
automaticNameDelimiter?: string | undefined;
|
|
4923
4923
|
cacheGroups?: Record<string, false | {
|
|
4924
|
-
chunks?: RegExp | "
|
|
4924
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4925
4925
|
defaultSizeTypes?: string[] | undefined;
|
|
4926
4926
|
minChunks?: number | undefined;
|
|
4927
4927
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -4941,7 +4941,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4941
4941
|
maxAsyncRequests?: number | undefined;
|
|
4942
4942
|
maxInitialRequests?: number | undefined;
|
|
4943
4943
|
fallbackCacheGroup?: {
|
|
4944
|
-
chunks?: RegExp | "
|
|
4944
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4945
4945
|
minSize?: number | undefined;
|
|
4946
4946
|
maxSize?: number | undefined;
|
|
4947
4947
|
maxAsyncSize?: number | undefined;
|
|
@@ -4950,7 +4950,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4950
4950
|
} | undefined;
|
|
4951
4951
|
hidePathInfo?: boolean | undefined;
|
|
4952
4952
|
}, {
|
|
4953
|
-
chunks?: RegExp | "
|
|
4953
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4954
4954
|
defaultSizeTypes?: string[] | undefined;
|
|
4955
4955
|
minChunks?: number | undefined;
|
|
4956
4956
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -4960,7 +4960,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4960
4960
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
4961
4961
|
automaticNameDelimiter?: string | undefined;
|
|
4962
4962
|
cacheGroups?: Record<string, false | {
|
|
4963
|
-
chunks?: RegExp | "
|
|
4963
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4964
4964
|
defaultSizeTypes?: string[] | undefined;
|
|
4965
4965
|
minChunks?: number | undefined;
|
|
4966
4966
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -4980,7 +4980,7 @@ declare const optimizationSplitChunksOptions: z.ZodObject<{
|
|
|
4980
4980
|
maxAsyncRequests?: number | undefined;
|
|
4981
4981
|
maxInitialRequests?: number | undefined;
|
|
4982
4982
|
fallbackCacheGroup?: {
|
|
4983
|
-
chunks?: RegExp | "
|
|
4983
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
4984
4984
|
minSize?: number | undefined;
|
|
4985
4985
|
maxSize?: number | undefined;
|
|
4986
4986
|
maxAsyncSize?: number | undefined;
|
|
@@ -5024,7 +5024,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5024
5024
|
type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
|
|
5025
5025
|
idHint: z.ZodOptional<z.ZodString>;
|
|
5026
5026
|
}, "strict", z.ZodTypeAny, {
|
|
5027
|
-
chunks?: RegExp | "
|
|
5027
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5028
5028
|
defaultSizeTypes?: string[] | undefined;
|
|
5029
5029
|
minChunks?: number | undefined;
|
|
5030
5030
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5041,7 +5041,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5041
5041
|
type?: string | RegExp | undefined;
|
|
5042
5042
|
idHint?: string | undefined;
|
|
5043
5043
|
}, {
|
|
5044
|
-
chunks?: RegExp | "
|
|
5044
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5045
5045
|
defaultSizeTypes?: string[] | undefined;
|
|
5046
5046
|
minChunks?: number | undefined;
|
|
5047
5047
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5068,14 +5068,14 @@ declare const optimization: z.ZodObject<{
|
|
|
5068
5068
|
maxInitialSize: z.ZodOptional<z.ZodNumber>;
|
|
5069
5069
|
automaticNameDelimiter: z.ZodOptional<z.ZodString>;
|
|
5070
5070
|
}, "strict", z.ZodTypeAny, {
|
|
5071
|
-
chunks?: RegExp | "
|
|
5071
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5072
5072
|
minSize?: number | undefined;
|
|
5073
5073
|
maxSize?: number | undefined;
|
|
5074
5074
|
maxAsyncSize?: number | undefined;
|
|
5075
5075
|
maxInitialSize?: number | undefined;
|
|
5076
5076
|
automaticNameDelimiter?: string | undefined;
|
|
5077
5077
|
}, {
|
|
5078
|
-
chunks?: RegExp | "
|
|
5078
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5079
5079
|
minSize?: number | undefined;
|
|
5080
5080
|
maxSize?: number | undefined;
|
|
5081
5081
|
maxAsyncSize?: number | undefined;
|
|
@@ -5084,7 +5084,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5084
5084
|
}>>;
|
|
5085
5085
|
hidePathInfo: z.ZodOptional<z.ZodBoolean>;
|
|
5086
5086
|
}, "strict", z.ZodTypeAny, {
|
|
5087
|
-
chunks?: RegExp | "
|
|
5087
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5088
5088
|
defaultSizeTypes?: string[] | undefined;
|
|
5089
5089
|
minChunks?: number | undefined;
|
|
5090
5090
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5094,7 +5094,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5094
5094
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
5095
5095
|
automaticNameDelimiter?: string | undefined;
|
|
5096
5096
|
cacheGroups?: Record<string, false | {
|
|
5097
|
-
chunks?: RegExp | "
|
|
5097
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5098
5098
|
defaultSizeTypes?: string[] | undefined;
|
|
5099
5099
|
minChunks?: number | undefined;
|
|
5100
5100
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5114,7 +5114,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5114
5114
|
maxAsyncRequests?: number | undefined;
|
|
5115
5115
|
maxInitialRequests?: number | undefined;
|
|
5116
5116
|
fallbackCacheGroup?: {
|
|
5117
|
-
chunks?: RegExp | "
|
|
5117
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5118
5118
|
minSize?: number | undefined;
|
|
5119
5119
|
maxSize?: number | undefined;
|
|
5120
5120
|
maxAsyncSize?: number | undefined;
|
|
@@ -5123,7 +5123,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5123
5123
|
} | undefined;
|
|
5124
5124
|
hidePathInfo?: boolean | undefined;
|
|
5125
5125
|
}, {
|
|
5126
|
-
chunks?: RegExp | "
|
|
5126
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5127
5127
|
defaultSizeTypes?: string[] | undefined;
|
|
5128
5128
|
minChunks?: number | undefined;
|
|
5129
5129
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5133,7 +5133,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5133
5133
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
5134
5134
|
automaticNameDelimiter?: string | undefined;
|
|
5135
5135
|
cacheGroups?: Record<string, false | {
|
|
5136
|
-
chunks?: RegExp | "
|
|
5136
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5137
5137
|
defaultSizeTypes?: string[] | undefined;
|
|
5138
5138
|
minChunks?: number | undefined;
|
|
5139
5139
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5153,7 +5153,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5153
5153
|
maxAsyncRequests?: number | undefined;
|
|
5154
5154
|
maxInitialRequests?: number | undefined;
|
|
5155
5155
|
fallbackCacheGroup?: {
|
|
5156
|
-
chunks?: RegExp | "
|
|
5156
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5157
5157
|
minSize?: number | undefined;
|
|
5158
5158
|
maxSize?: number | undefined;
|
|
5159
5159
|
maxAsyncSize?: number | undefined;
|
|
@@ -5193,10 +5193,10 @@ declare const optimization: z.ZodObject<{
|
|
|
5193
5193
|
moduleIds?: "named" | "natural" | "deterministic" | undefined;
|
|
5194
5194
|
chunkIds?: "named" | "natural" | "deterministic" | undefined;
|
|
5195
5195
|
minimize?: boolean | undefined;
|
|
5196
|
-
minimizer?: (false | "" | 0 |
|
|
5196
|
+
minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
|
|
5197
5197
|
mergeDuplicateChunks?: boolean | undefined;
|
|
5198
5198
|
splitChunks?: false | {
|
|
5199
|
-
chunks?: RegExp | "
|
|
5199
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5200
5200
|
defaultSizeTypes?: string[] | undefined;
|
|
5201
5201
|
minChunks?: number | undefined;
|
|
5202
5202
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5206,7 +5206,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5206
5206
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
5207
5207
|
automaticNameDelimiter?: string | undefined;
|
|
5208
5208
|
cacheGroups?: Record<string, false | {
|
|
5209
|
-
chunks?: RegExp | "
|
|
5209
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5210
5210
|
defaultSizeTypes?: string[] | undefined;
|
|
5211
5211
|
minChunks?: number | undefined;
|
|
5212
5212
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5226,7 +5226,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5226
5226
|
maxAsyncRequests?: number | undefined;
|
|
5227
5227
|
maxInitialRequests?: number | undefined;
|
|
5228
5228
|
fallbackCacheGroup?: {
|
|
5229
|
-
chunks?: RegExp | "
|
|
5229
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5230
5230
|
minSize?: number | undefined;
|
|
5231
5231
|
maxSize?: number | undefined;
|
|
5232
5232
|
maxAsyncSize?: number | undefined;
|
|
@@ -5248,16 +5248,16 @@ declare const optimization: z.ZodObject<{
|
|
|
5248
5248
|
concatenateModules?: boolean | undefined;
|
|
5249
5249
|
innerGraph?: boolean | undefined;
|
|
5250
5250
|
usedExports?: boolean | "global" | undefined;
|
|
5251
|
-
mangleExports?: boolean | "
|
|
5251
|
+
mangleExports?: boolean | "size" | "deterministic" | undefined;
|
|
5252
5252
|
nodeEnv?: string | false | undefined;
|
|
5253
5253
|
}, {
|
|
5254
5254
|
moduleIds?: "named" | "natural" | "deterministic" | undefined;
|
|
5255
5255
|
chunkIds?: "named" | "natural" | "deterministic" | undefined;
|
|
5256
5256
|
minimize?: boolean | undefined;
|
|
5257
|
-
minimizer?: (false | "" | 0 |
|
|
5257
|
+
minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
|
|
5258
5258
|
mergeDuplicateChunks?: boolean | undefined;
|
|
5259
5259
|
splitChunks?: false | {
|
|
5260
|
-
chunks?: RegExp | "
|
|
5260
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5261
5261
|
defaultSizeTypes?: string[] | undefined;
|
|
5262
5262
|
minChunks?: number | undefined;
|
|
5263
5263
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5267,7 +5267,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5267
5267
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
5268
5268
|
automaticNameDelimiter?: string | undefined;
|
|
5269
5269
|
cacheGroups?: Record<string, false | {
|
|
5270
|
-
chunks?: RegExp | "
|
|
5270
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5271
5271
|
defaultSizeTypes?: string[] | undefined;
|
|
5272
5272
|
minChunks?: number | undefined;
|
|
5273
5273
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -5287,7 +5287,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5287
5287
|
maxAsyncRequests?: number | undefined;
|
|
5288
5288
|
maxInitialRequests?: number | undefined;
|
|
5289
5289
|
fallbackCacheGroup?: {
|
|
5290
|
-
chunks?: RegExp | "
|
|
5290
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
5291
5291
|
minSize?: number | undefined;
|
|
5292
5292
|
maxSize?: number | undefined;
|
|
5293
5293
|
maxAsyncSize?: number | undefined;
|
|
@@ -5309,7 +5309,7 @@ declare const optimization: z.ZodObject<{
|
|
|
5309
5309
|
concatenateModules?: boolean | undefined;
|
|
5310
5310
|
innerGraph?: boolean | undefined;
|
|
5311
5311
|
usedExports?: boolean | "global" | undefined;
|
|
5312
|
-
mangleExports?: boolean | "
|
|
5312
|
+
mangleExports?: boolean | "size" | "deterministic" | undefined;
|
|
5313
5313
|
nodeEnv?: string | false | undefined;
|
|
5314
5314
|
}>;
|
|
5315
5315
|
export type Optimization = z.infer<typeof optimization>;
|
|
@@ -6434,14 +6434,14 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6434
6434
|
colors?: boolean | undefined;
|
|
6435
6435
|
console?: Console | undefined;
|
|
6436
6436
|
debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
6437
|
-
level?: "
|
|
6437
|
+
level?: "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
6438
6438
|
stream?: NodeJS.WritableStream | undefined;
|
|
6439
6439
|
}, {
|
|
6440
6440
|
appendOnly?: boolean | undefined;
|
|
6441
6441
|
colors?: boolean | undefined;
|
|
6442
6442
|
console?: Console | undefined;
|
|
6443
6443
|
debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
6444
|
-
level?: "
|
|
6444
|
+
level?: "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
6445
6445
|
stream?: NodeJS.WritableStream | undefined;
|
|
6446
6446
|
}>>;
|
|
6447
6447
|
cache: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6556,7 +6556,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6556
6556
|
moduleTrace: z.ZodOptional<z.ZodBoolean>;
|
|
6557
6557
|
}, "strict", z.ZodTypeAny, {
|
|
6558
6558
|
all?: boolean | undefined;
|
|
6559
|
-
preset?: boolean | "
|
|
6559
|
+
preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
|
|
6560
6560
|
assets?: boolean | undefined;
|
|
6561
6561
|
chunks?: boolean | undefined;
|
|
6562
6562
|
modules?: boolean | undefined;
|
|
@@ -6580,7 +6580,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6580
6580
|
moduleAssets?: boolean | undefined;
|
|
6581
6581
|
nestedModules?: boolean | undefined;
|
|
6582
6582
|
source?: boolean | undefined;
|
|
6583
|
-
logging?: boolean | "
|
|
6583
|
+
logging?: boolean | "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
6584
6584
|
loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
6585
6585
|
loggingTrace?: boolean | undefined;
|
|
6586
6586
|
runtimeModules?: boolean | undefined;
|
|
@@ -6628,7 +6628,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6628
6628
|
moduleTrace?: boolean | undefined;
|
|
6629
6629
|
}, {
|
|
6630
6630
|
all?: boolean | undefined;
|
|
6631
|
-
preset?: boolean | "
|
|
6631
|
+
preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
|
|
6632
6632
|
assets?: boolean | undefined;
|
|
6633
6633
|
chunks?: boolean | undefined;
|
|
6634
6634
|
modules?: boolean | undefined;
|
|
@@ -6652,7 +6652,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6652
6652
|
moduleAssets?: boolean | undefined;
|
|
6653
6653
|
nestedModules?: boolean | undefined;
|
|
6654
6654
|
source?: boolean | undefined;
|
|
6655
|
-
logging?: boolean | "
|
|
6655
|
+
logging?: boolean | "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
6656
6656
|
loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
6657
6657
|
loggingTrace?: boolean | undefined;
|
|
6658
6658
|
runtimeModules?: boolean | undefined;
|
|
@@ -6734,7 +6734,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6734
6734
|
type: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>>;
|
|
6735
6735
|
idHint: z.ZodOptional<z.ZodString>;
|
|
6736
6736
|
}, "strict", z.ZodTypeAny, {
|
|
6737
|
-
chunks?: RegExp | "
|
|
6737
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6738
6738
|
defaultSizeTypes?: string[] | undefined;
|
|
6739
6739
|
minChunks?: number | undefined;
|
|
6740
6740
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6751,7 +6751,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6751
6751
|
type?: string | RegExp | undefined;
|
|
6752
6752
|
idHint?: string | undefined;
|
|
6753
6753
|
}, {
|
|
6754
|
-
chunks?: RegExp | "
|
|
6754
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6755
6755
|
defaultSizeTypes?: string[] | undefined;
|
|
6756
6756
|
minChunks?: number | undefined;
|
|
6757
6757
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6778,14 +6778,14 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6778
6778
|
maxInitialSize: z.ZodOptional<z.ZodNumber>;
|
|
6779
6779
|
automaticNameDelimiter: z.ZodOptional<z.ZodString>;
|
|
6780
6780
|
}, "strict", z.ZodTypeAny, {
|
|
6781
|
-
chunks?: RegExp | "
|
|
6781
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6782
6782
|
minSize?: number | undefined;
|
|
6783
6783
|
maxSize?: number | undefined;
|
|
6784
6784
|
maxAsyncSize?: number | undefined;
|
|
6785
6785
|
maxInitialSize?: number | undefined;
|
|
6786
6786
|
automaticNameDelimiter?: string | undefined;
|
|
6787
6787
|
}, {
|
|
6788
|
-
chunks?: RegExp | "
|
|
6788
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6789
6789
|
minSize?: number | undefined;
|
|
6790
6790
|
maxSize?: number | undefined;
|
|
6791
6791
|
maxAsyncSize?: number | undefined;
|
|
@@ -6794,7 +6794,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6794
6794
|
}>>;
|
|
6795
6795
|
hidePathInfo: z.ZodOptional<z.ZodBoolean>;
|
|
6796
6796
|
}, "strict", z.ZodTypeAny, {
|
|
6797
|
-
chunks?: RegExp | "
|
|
6797
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6798
6798
|
defaultSizeTypes?: string[] | undefined;
|
|
6799
6799
|
minChunks?: number | undefined;
|
|
6800
6800
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6804,7 +6804,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6804
6804
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
6805
6805
|
automaticNameDelimiter?: string | undefined;
|
|
6806
6806
|
cacheGroups?: Record<string, false | {
|
|
6807
|
-
chunks?: RegExp | "
|
|
6807
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6808
6808
|
defaultSizeTypes?: string[] | undefined;
|
|
6809
6809
|
minChunks?: number | undefined;
|
|
6810
6810
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6824,7 +6824,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6824
6824
|
maxAsyncRequests?: number | undefined;
|
|
6825
6825
|
maxInitialRequests?: number | undefined;
|
|
6826
6826
|
fallbackCacheGroup?: {
|
|
6827
|
-
chunks?: RegExp | "
|
|
6827
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6828
6828
|
minSize?: number | undefined;
|
|
6829
6829
|
maxSize?: number | undefined;
|
|
6830
6830
|
maxAsyncSize?: number | undefined;
|
|
@@ -6833,7 +6833,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6833
6833
|
} | undefined;
|
|
6834
6834
|
hidePathInfo?: boolean | undefined;
|
|
6835
6835
|
}, {
|
|
6836
|
-
chunks?: RegExp | "
|
|
6836
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6837
6837
|
defaultSizeTypes?: string[] | undefined;
|
|
6838
6838
|
minChunks?: number | undefined;
|
|
6839
6839
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6843,7 +6843,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6843
6843
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
6844
6844
|
automaticNameDelimiter?: string | undefined;
|
|
6845
6845
|
cacheGroups?: Record<string, false | {
|
|
6846
|
-
chunks?: RegExp | "
|
|
6846
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6847
6847
|
defaultSizeTypes?: string[] | undefined;
|
|
6848
6848
|
minChunks?: number | undefined;
|
|
6849
6849
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6863,7 +6863,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6863
6863
|
maxAsyncRequests?: number | undefined;
|
|
6864
6864
|
maxInitialRequests?: number | undefined;
|
|
6865
6865
|
fallbackCacheGroup?: {
|
|
6866
|
-
chunks?: RegExp | "
|
|
6866
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6867
6867
|
minSize?: number | undefined;
|
|
6868
6868
|
maxSize?: number | undefined;
|
|
6869
6869
|
maxAsyncSize?: number | undefined;
|
|
@@ -6903,10 +6903,10 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6903
6903
|
moduleIds?: "named" | "natural" | "deterministic" | undefined;
|
|
6904
6904
|
chunkIds?: "named" | "natural" | "deterministic" | undefined;
|
|
6905
6905
|
minimize?: boolean | undefined;
|
|
6906
|
-
minimizer?: (false | "" | 0 |
|
|
6906
|
+
minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
|
|
6907
6907
|
mergeDuplicateChunks?: boolean | undefined;
|
|
6908
6908
|
splitChunks?: false | {
|
|
6909
|
-
chunks?: RegExp | "
|
|
6909
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6910
6910
|
defaultSizeTypes?: string[] | undefined;
|
|
6911
6911
|
minChunks?: number | undefined;
|
|
6912
6912
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6916,7 +6916,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6916
6916
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
6917
6917
|
automaticNameDelimiter?: string | undefined;
|
|
6918
6918
|
cacheGroups?: Record<string, false | {
|
|
6919
|
-
chunks?: RegExp | "
|
|
6919
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6920
6920
|
defaultSizeTypes?: string[] | undefined;
|
|
6921
6921
|
minChunks?: number | undefined;
|
|
6922
6922
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6936,7 +6936,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6936
6936
|
maxAsyncRequests?: number | undefined;
|
|
6937
6937
|
maxInitialRequests?: number | undefined;
|
|
6938
6938
|
fallbackCacheGroup?: {
|
|
6939
|
-
chunks?: RegExp | "
|
|
6939
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6940
6940
|
minSize?: number | undefined;
|
|
6941
6941
|
maxSize?: number | undefined;
|
|
6942
6942
|
maxAsyncSize?: number | undefined;
|
|
@@ -6958,16 +6958,16 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6958
6958
|
concatenateModules?: boolean | undefined;
|
|
6959
6959
|
innerGraph?: boolean | undefined;
|
|
6960
6960
|
usedExports?: boolean | "global" | undefined;
|
|
6961
|
-
mangleExports?: boolean | "
|
|
6961
|
+
mangleExports?: boolean | "size" | "deterministic" | undefined;
|
|
6962
6962
|
nodeEnv?: string | false | undefined;
|
|
6963
6963
|
}, {
|
|
6964
6964
|
moduleIds?: "named" | "natural" | "deterministic" | undefined;
|
|
6965
6965
|
chunkIds?: "named" | "natural" | "deterministic" | undefined;
|
|
6966
6966
|
minimize?: boolean | undefined;
|
|
6967
|
-
minimizer?: (false | "" | 0 |
|
|
6967
|
+
minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
|
|
6968
6968
|
mergeDuplicateChunks?: boolean | undefined;
|
|
6969
6969
|
splitChunks?: false | {
|
|
6970
|
-
chunks?: RegExp | "
|
|
6970
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6971
6971
|
defaultSizeTypes?: string[] | undefined;
|
|
6972
6972
|
minChunks?: number | undefined;
|
|
6973
6973
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6977,7 +6977,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6977
6977
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
6978
6978
|
automaticNameDelimiter?: string | undefined;
|
|
6979
6979
|
cacheGroups?: Record<string, false | {
|
|
6980
|
-
chunks?: RegExp | "
|
|
6980
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
6981
6981
|
defaultSizeTypes?: string[] | undefined;
|
|
6982
6982
|
minChunks?: number | undefined;
|
|
6983
6983
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -6997,7 +6997,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
6997
6997
|
maxAsyncRequests?: number | undefined;
|
|
6998
6998
|
maxInitialRequests?: number | undefined;
|
|
6999
6999
|
fallbackCacheGroup?: {
|
|
7000
|
-
chunks?: RegExp | "
|
|
7000
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
7001
7001
|
minSize?: number | undefined;
|
|
7002
7002
|
maxSize?: number | undefined;
|
|
7003
7003
|
maxAsyncSize?: number | undefined;
|
|
@@ -7019,7 +7019,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7019
7019
|
concatenateModules?: boolean | undefined;
|
|
7020
7020
|
innerGraph?: boolean | undefined;
|
|
7021
7021
|
usedExports?: boolean | "global" | undefined;
|
|
7022
|
-
mangleExports?: boolean | "
|
|
7022
|
+
mangleExports?: boolean | "size" | "deterministic" | undefined;
|
|
7023
7023
|
nodeEnv?: string | false | undefined;
|
|
7024
7024
|
}>>;
|
|
7025
7025
|
resolve: z.ZodOptional<z.ZodType<ResolveOptions, z.ZodTypeDef, ResolveOptions>>;
|
|
@@ -7089,9 +7089,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7089
7089
|
url?: boolean | "relative" | undefined;
|
|
7090
7090
|
exprContextCritical?: boolean | undefined;
|
|
7091
7091
|
wrappedContextCritical?: boolean | undefined;
|
|
7092
|
-
exportsPresence?: false | "error" | "
|
|
7093
|
-
importExportsPresence?: false | "error" | "
|
|
7094
|
-
reexportExportsPresence?: false | "error" | "
|
|
7092
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7093
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7094
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7095
7095
|
strictExportPresence?: boolean | undefined;
|
|
7096
7096
|
worker?: boolean | string[] | undefined;
|
|
7097
7097
|
}, {
|
|
@@ -7102,9 +7102,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7102
7102
|
url?: boolean | "relative" | undefined;
|
|
7103
7103
|
exprContextCritical?: boolean | undefined;
|
|
7104
7104
|
wrappedContextCritical?: boolean | undefined;
|
|
7105
|
-
exportsPresence?: false | "error" | "
|
|
7106
|
-
importExportsPresence?: false | "error" | "
|
|
7107
|
-
reexportExportsPresence?: false | "error" | "
|
|
7105
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7106
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7107
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7108
7108
|
strictExportPresence?: boolean | undefined;
|
|
7109
7109
|
worker?: boolean | string[] | undefined;
|
|
7110
7110
|
}>>;
|
|
@@ -7129,9 +7129,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7129
7129
|
url?: boolean | "relative" | undefined;
|
|
7130
7130
|
exprContextCritical?: boolean | undefined;
|
|
7131
7131
|
wrappedContextCritical?: boolean | undefined;
|
|
7132
|
-
exportsPresence?: false | "error" | "
|
|
7133
|
-
importExportsPresence?: false | "error" | "
|
|
7134
|
-
reexportExportsPresence?: false | "error" | "
|
|
7132
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7133
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7134
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7135
7135
|
strictExportPresence?: boolean | undefined;
|
|
7136
7136
|
worker?: boolean | string[] | undefined;
|
|
7137
7137
|
}, {
|
|
@@ -7142,9 +7142,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7142
7142
|
url?: boolean | "relative" | undefined;
|
|
7143
7143
|
exprContextCritical?: boolean | undefined;
|
|
7144
7144
|
wrappedContextCritical?: boolean | undefined;
|
|
7145
|
-
exportsPresence?: false | "error" | "
|
|
7146
|
-
importExportsPresence?: false | "error" | "
|
|
7147
|
-
reexportExportsPresence?: false | "error" | "
|
|
7145
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7146
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7147
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7148
7148
|
strictExportPresence?: boolean | undefined;
|
|
7149
7149
|
worker?: boolean | string[] | undefined;
|
|
7150
7150
|
}>>;
|
|
@@ -7169,9 +7169,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7169
7169
|
url?: boolean | "relative" | undefined;
|
|
7170
7170
|
exprContextCritical?: boolean | undefined;
|
|
7171
7171
|
wrappedContextCritical?: boolean | undefined;
|
|
7172
|
-
exportsPresence?: false | "error" | "
|
|
7173
|
-
importExportsPresence?: false | "error" | "
|
|
7174
|
-
reexportExportsPresence?: false | "error" | "
|
|
7172
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7173
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7174
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7175
7175
|
strictExportPresence?: boolean | undefined;
|
|
7176
7176
|
worker?: boolean | string[] | undefined;
|
|
7177
7177
|
}, {
|
|
@@ -7182,9 +7182,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7182
7182
|
url?: boolean | "relative" | undefined;
|
|
7183
7183
|
exprContextCritical?: boolean | undefined;
|
|
7184
7184
|
wrappedContextCritical?: boolean | undefined;
|
|
7185
|
-
exportsPresence?: false | "error" | "
|
|
7186
|
-
importExportsPresence?: false | "error" | "
|
|
7187
|
-
reexportExportsPresence?: false | "error" | "
|
|
7185
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7186
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7187
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7188
7188
|
strictExportPresence?: boolean | undefined;
|
|
7189
7189
|
worker?: boolean | string[] | undefined;
|
|
7190
7190
|
}>>;
|
|
@@ -7209,9 +7209,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7209
7209
|
url?: boolean | "relative" | undefined;
|
|
7210
7210
|
exprContextCritical?: boolean | undefined;
|
|
7211
7211
|
wrappedContextCritical?: boolean | undefined;
|
|
7212
|
-
exportsPresence?: false | "error" | "
|
|
7213
|
-
importExportsPresence?: false | "error" | "
|
|
7214
|
-
reexportExportsPresence?: false | "error" | "
|
|
7212
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7213
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7214
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7215
7215
|
strictExportPresence?: boolean | undefined;
|
|
7216
7216
|
worker?: boolean | string[] | undefined;
|
|
7217
7217
|
}, {
|
|
@@ -7222,9 +7222,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7222
7222
|
url?: boolean | "relative" | undefined;
|
|
7223
7223
|
exprContextCritical?: boolean | undefined;
|
|
7224
7224
|
wrappedContextCritical?: boolean | undefined;
|
|
7225
|
-
exportsPresence?: false | "error" | "
|
|
7226
|
-
importExportsPresence?: false | "error" | "
|
|
7227
|
-
reexportExportsPresence?: false | "error" | "
|
|
7225
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7226
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7227
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7228
7228
|
strictExportPresence?: boolean | undefined;
|
|
7229
7229
|
worker?: boolean | string[] | undefined;
|
|
7230
7230
|
}>>;
|
|
@@ -7251,9 +7251,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7251
7251
|
url?: boolean | "relative" | undefined;
|
|
7252
7252
|
exprContextCritical?: boolean | undefined;
|
|
7253
7253
|
wrappedContextCritical?: boolean | undefined;
|
|
7254
|
-
exportsPresence?: false | "error" | "
|
|
7255
|
-
importExportsPresence?: false | "error" | "
|
|
7256
|
-
reexportExportsPresence?: false | "error" | "
|
|
7254
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7255
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7256
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7257
7257
|
strictExportPresence?: boolean | undefined;
|
|
7258
7258
|
worker?: boolean | string[] | undefined;
|
|
7259
7259
|
} | undefined;
|
|
@@ -7265,9 +7265,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7265
7265
|
url?: boolean | "relative" | undefined;
|
|
7266
7266
|
exprContextCritical?: boolean | undefined;
|
|
7267
7267
|
wrappedContextCritical?: boolean | undefined;
|
|
7268
|
-
exportsPresence?: false | "error" | "
|
|
7269
|
-
importExportsPresence?: false | "error" | "
|
|
7270
|
-
reexportExportsPresence?: false | "error" | "
|
|
7268
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7269
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7270
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7271
7271
|
strictExportPresence?: boolean | undefined;
|
|
7272
7272
|
worker?: boolean | string[] | undefined;
|
|
7273
7273
|
} | undefined;
|
|
@@ -7279,9 +7279,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7279
7279
|
url?: boolean | "relative" | undefined;
|
|
7280
7280
|
exprContextCritical?: boolean | undefined;
|
|
7281
7281
|
wrappedContextCritical?: boolean | undefined;
|
|
7282
|
-
exportsPresence?: false | "error" | "
|
|
7283
|
-
importExportsPresence?: false | "error" | "
|
|
7284
|
-
reexportExportsPresence?: false | "error" | "
|
|
7282
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7283
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7284
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7285
7285
|
strictExportPresence?: boolean | undefined;
|
|
7286
7286
|
worker?: boolean | string[] | undefined;
|
|
7287
7287
|
} | undefined;
|
|
@@ -7293,9 +7293,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7293
7293
|
url?: boolean | "relative" | undefined;
|
|
7294
7294
|
exprContextCritical?: boolean | undefined;
|
|
7295
7295
|
wrappedContextCritical?: boolean | undefined;
|
|
7296
|
-
exportsPresence?: false | "error" | "
|
|
7297
|
-
importExportsPresence?: false | "error" | "
|
|
7298
|
-
reexportExportsPresence?: false | "error" | "
|
|
7296
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7297
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7298
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7299
7299
|
strictExportPresence?: boolean | undefined;
|
|
7300
7300
|
worker?: boolean | string[] | undefined;
|
|
7301
7301
|
} | undefined;
|
|
@@ -7322,9 +7322,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7322
7322
|
url?: boolean | "relative" | undefined;
|
|
7323
7323
|
exprContextCritical?: boolean | undefined;
|
|
7324
7324
|
wrappedContextCritical?: boolean | undefined;
|
|
7325
|
-
exportsPresence?: false | "error" | "
|
|
7326
|
-
importExportsPresence?: false | "error" | "
|
|
7327
|
-
reexportExportsPresence?: false | "error" | "
|
|
7325
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7326
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7327
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7328
7328
|
strictExportPresence?: boolean | undefined;
|
|
7329
7329
|
worker?: boolean | string[] | undefined;
|
|
7330
7330
|
} | undefined;
|
|
@@ -7336,9 +7336,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7336
7336
|
url?: boolean | "relative" | undefined;
|
|
7337
7337
|
exprContextCritical?: boolean | undefined;
|
|
7338
7338
|
wrappedContextCritical?: boolean | undefined;
|
|
7339
|
-
exportsPresence?: false | "error" | "
|
|
7340
|
-
importExportsPresence?: false | "error" | "
|
|
7341
|
-
reexportExportsPresence?: false | "error" | "
|
|
7339
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7340
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7341
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7342
7342
|
strictExportPresence?: boolean | undefined;
|
|
7343
7343
|
worker?: boolean | string[] | undefined;
|
|
7344
7344
|
} | undefined;
|
|
@@ -7350,9 +7350,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7350
7350
|
url?: boolean | "relative" | undefined;
|
|
7351
7351
|
exprContextCritical?: boolean | undefined;
|
|
7352
7352
|
wrappedContextCritical?: boolean | undefined;
|
|
7353
|
-
exportsPresence?: false | "error" | "
|
|
7354
|
-
importExportsPresence?: false | "error" | "
|
|
7355
|
-
reexportExportsPresence?: false | "error" | "
|
|
7353
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7354
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7355
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7356
7356
|
strictExportPresence?: boolean | undefined;
|
|
7357
7357
|
worker?: boolean | string[] | undefined;
|
|
7358
7358
|
} | undefined;
|
|
@@ -7364,9 +7364,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7364
7364
|
url?: boolean | "relative" | undefined;
|
|
7365
7365
|
exprContextCritical?: boolean | undefined;
|
|
7366
7366
|
wrappedContextCritical?: boolean | undefined;
|
|
7367
|
-
exportsPresence?: false | "error" | "
|
|
7368
|
-
importExportsPresence?: false | "error" | "
|
|
7369
|
-
reexportExportsPresence?: false | "error" | "
|
|
7367
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7368
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7369
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7370
7370
|
strictExportPresence?: boolean | undefined;
|
|
7371
7371
|
worker?: boolean | string[] | undefined;
|
|
7372
7372
|
} | undefined;
|
|
@@ -7599,8 +7599,8 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7599
7599
|
}>, z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>]>>;
|
|
7600
7600
|
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">]>>;
|
|
7601
7601
|
}, "strict", z.ZodTypeAny, {
|
|
7602
|
-
defaultRules?: (false | "" | 0 | "..." |
|
|
7603
|
-
rules?: (false | "" | 0 | "..." |
|
|
7602
|
+
defaultRules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
7603
|
+
rules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
7604
7604
|
parser?: {
|
|
7605
7605
|
asset?: {
|
|
7606
7606
|
dataUrlCondition?: {
|
|
@@ -7624,9 +7624,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7624
7624
|
url?: boolean | "relative" | undefined;
|
|
7625
7625
|
exprContextCritical?: boolean | undefined;
|
|
7626
7626
|
wrappedContextCritical?: boolean | undefined;
|
|
7627
|
-
exportsPresence?: false | "error" | "
|
|
7628
|
-
importExportsPresence?: false | "error" | "
|
|
7629
|
-
reexportExportsPresence?: false | "error" | "
|
|
7627
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7628
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7629
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7630
7630
|
strictExportPresence?: boolean | undefined;
|
|
7631
7631
|
worker?: boolean | string[] | undefined;
|
|
7632
7632
|
} | undefined;
|
|
@@ -7638,9 +7638,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7638
7638
|
url?: boolean | "relative" | undefined;
|
|
7639
7639
|
exprContextCritical?: boolean | undefined;
|
|
7640
7640
|
wrappedContextCritical?: boolean | undefined;
|
|
7641
|
-
exportsPresence?: false | "error" | "
|
|
7642
|
-
importExportsPresence?: false | "error" | "
|
|
7643
|
-
reexportExportsPresence?: false | "error" | "
|
|
7641
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7642
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7643
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7644
7644
|
strictExportPresence?: boolean | undefined;
|
|
7645
7645
|
worker?: boolean | string[] | undefined;
|
|
7646
7646
|
} | undefined;
|
|
@@ -7652,9 +7652,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7652
7652
|
url?: boolean | "relative" | undefined;
|
|
7653
7653
|
exprContextCritical?: boolean | undefined;
|
|
7654
7654
|
wrappedContextCritical?: boolean | undefined;
|
|
7655
|
-
exportsPresence?: false | "error" | "
|
|
7656
|
-
importExportsPresence?: false | "error" | "
|
|
7657
|
-
reexportExportsPresence?: false | "error" | "
|
|
7655
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7656
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7657
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7658
7658
|
strictExportPresence?: boolean | undefined;
|
|
7659
7659
|
worker?: boolean | string[] | undefined;
|
|
7660
7660
|
} | undefined;
|
|
@@ -7666,9 +7666,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7666
7666
|
url?: boolean | "relative" | undefined;
|
|
7667
7667
|
exprContextCritical?: boolean | undefined;
|
|
7668
7668
|
wrappedContextCritical?: boolean | undefined;
|
|
7669
|
-
exportsPresence?: false | "error" | "
|
|
7670
|
-
importExportsPresence?: false | "error" | "
|
|
7671
|
-
reexportExportsPresence?: false | "error" | "
|
|
7669
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7670
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7671
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7672
7672
|
strictExportPresence?: boolean | undefined;
|
|
7673
7673
|
worker?: boolean | string[] | undefined;
|
|
7674
7674
|
} | undefined;
|
|
@@ -7719,8 +7719,8 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7719
7719
|
} | undefined;
|
|
7720
7720
|
noParse?: string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
7721
7721
|
}, {
|
|
7722
|
-
defaultRules?: (false | "" | 0 | "..." |
|
|
7723
|
-
rules?: (false | "" | 0 | "..." |
|
|
7722
|
+
defaultRules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
7723
|
+
rules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
7724
7724
|
parser?: {
|
|
7725
7725
|
asset?: {
|
|
7726
7726
|
dataUrlCondition?: {
|
|
@@ -7744,9 +7744,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7744
7744
|
url?: boolean | "relative" | undefined;
|
|
7745
7745
|
exprContextCritical?: boolean | undefined;
|
|
7746
7746
|
wrappedContextCritical?: boolean | undefined;
|
|
7747
|
-
exportsPresence?: false | "error" | "
|
|
7748
|
-
importExportsPresence?: false | "error" | "
|
|
7749
|
-
reexportExportsPresence?: false | "error" | "
|
|
7747
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7748
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7749
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7750
7750
|
strictExportPresence?: boolean | undefined;
|
|
7751
7751
|
worker?: boolean | string[] | undefined;
|
|
7752
7752
|
} | undefined;
|
|
@@ -7758,9 +7758,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7758
7758
|
url?: boolean | "relative" | undefined;
|
|
7759
7759
|
exprContextCritical?: boolean | undefined;
|
|
7760
7760
|
wrappedContextCritical?: boolean | undefined;
|
|
7761
|
-
exportsPresence?: false | "error" | "
|
|
7762
|
-
importExportsPresence?: false | "error" | "
|
|
7763
|
-
reexportExportsPresence?: false | "error" | "
|
|
7761
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7762
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7763
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7764
7764
|
strictExportPresence?: boolean | undefined;
|
|
7765
7765
|
worker?: boolean | string[] | undefined;
|
|
7766
7766
|
} | undefined;
|
|
@@ -7772,9 +7772,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7772
7772
|
url?: boolean | "relative" | undefined;
|
|
7773
7773
|
exprContextCritical?: boolean | undefined;
|
|
7774
7774
|
wrappedContextCritical?: boolean | undefined;
|
|
7775
|
-
exportsPresence?: false | "error" | "
|
|
7776
|
-
importExportsPresence?: false | "error" | "
|
|
7777
|
-
reexportExportsPresence?: false | "error" | "
|
|
7775
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7776
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7777
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7778
7778
|
strictExportPresence?: boolean | undefined;
|
|
7779
7779
|
worker?: boolean | string[] | undefined;
|
|
7780
7780
|
} | undefined;
|
|
@@ -7786,9 +7786,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
7786
7786
|
url?: boolean | "relative" | undefined;
|
|
7787
7787
|
exprContextCritical?: boolean | undefined;
|
|
7788
7788
|
wrappedContextCritical?: boolean | undefined;
|
|
7789
|
-
exportsPresence?: false | "error" | "
|
|
7790
|
-
importExportsPresence?: false | "error" | "
|
|
7791
|
-
reexportExportsPresence?: false | "error" | "
|
|
7789
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7790
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7791
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
7792
7792
|
strictExportPresence?: boolean | undefined;
|
|
7793
7793
|
worker?: boolean | string[] | undefined;
|
|
7794
7794
|
} | undefined;
|
|
@@ -8034,8 +8034,8 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8034
8034
|
templateLiteral?: boolean | undefined;
|
|
8035
8035
|
} | undefined;
|
|
8036
8036
|
} | undefined;
|
|
8037
|
-
target?: false | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | "async-node" | "web" | "
|
|
8038
|
-
mode?: "
|
|
8037
|
+
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` | "nwjs" | `nwjs${number}` | `nwjs${number}.${number}` | "node-webkit" | `node-webkit${number}` | `node-webkit${number}.${number}` | ("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` | "nwjs" | `nwjs${number}` | `nwjs${number}.${number}` | "node-webkit" | `node-webkit${number}` | `node-webkit${number}.${number}`)[] | undefined;
|
|
8038
|
+
mode?: "development" | "none" | "production" | undefined;
|
|
8039
8039
|
experiments?: {
|
|
8040
8040
|
lazyCompilation?: boolean | {
|
|
8041
8041
|
imports?: boolean | undefined;
|
|
@@ -8059,7 +8059,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8059
8059
|
context?: string | undefined;
|
|
8060
8060
|
dependencyType?: string | undefined;
|
|
8061
8061
|
request?: string | undefined;
|
|
8062
|
-
}, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "
|
|
8062
|
+
}, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "module" | "commonjs" | "umd" | "amd" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
|
|
8063
8063
|
context?: string | undefined;
|
|
8064
8064
|
dependencyType?: string | undefined;
|
|
8065
8065
|
request?: string | undefined;
|
|
@@ -8067,12 +8067,12 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8067
8067
|
context?: string | undefined;
|
|
8068
8068
|
dependencyType?: string | undefined;
|
|
8069
8069
|
request?: string | undefined;
|
|
8070
|
-
}, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "
|
|
8070
|
+
}, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "module" | "commonjs" | "umd" | "amd" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
|
|
8071
8071
|
context?: string | undefined;
|
|
8072
8072
|
dependencyType?: string | undefined;
|
|
8073
8073
|
request?: string | undefined;
|
|
8074
8074
|
}, ...args_1: unknown[]) => Promise<string | boolean | string[] | Record<string, string | string[]>>))[] | undefined;
|
|
8075
|
-
externalsType?: "
|
|
8075
|
+
externalsType?: "promise" | "module" | "commonjs" | "umd" | "amd" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined;
|
|
8076
8076
|
externalsPresets?: {
|
|
8077
8077
|
node?: boolean | undefined;
|
|
8078
8078
|
web?: boolean | undefined;
|
|
@@ -8088,7 +8088,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8088
8088
|
colors?: boolean | undefined;
|
|
8089
8089
|
console?: Console | undefined;
|
|
8090
8090
|
debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
8091
|
-
level?: "
|
|
8091
|
+
level?: "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
8092
8092
|
stream?: NodeJS.WritableStream | undefined;
|
|
8093
8093
|
} | undefined;
|
|
8094
8094
|
cache?: boolean | undefined;
|
|
@@ -8109,9 +8109,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8109
8109
|
stdin?: boolean | undefined;
|
|
8110
8110
|
} | undefined;
|
|
8111
8111
|
watch?: boolean | undefined;
|
|
8112
|
-
stats?: boolean | "
|
|
8112
|
+
stats?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | {
|
|
8113
8113
|
all?: boolean | undefined;
|
|
8114
|
-
preset?: boolean | "
|
|
8114
|
+
preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
|
|
8115
8115
|
assets?: boolean | undefined;
|
|
8116
8116
|
chunks?: boolean | undefined;
|
|
8117
8117
|
modules?: boolean | undefined;
|
|
@@ -8135,7 +8135,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8135
8135
|
moduleAssets?: boolean | undefined;
|
|
8136
8136
|
nestedModules?: boolean | undefined;
|
|
8137
8137
|
source?: boolean | undefined;
|
|
8138
|
-
logging?: boolean | "
|
|
8138
|
+
logging?: boolean | "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
8139
8139
|
loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
8140
8140
|
loggingTrace?: boolean | undefined;
|
|
8141
8141
|
runtimeModules?: boolean | undefined;
|
|
@@ -8187,10 +8187,10 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8187
8187
|
moduleIds?: "named" | "natural" | "deterministic" | undefined;
|
|
8188
8188
|
chunkIds?: "named" | "natural" | "deterministic" | undefined;
|
|
8189
8189
|
minimize?: boolean | undefined;
|
|
8190
|
-
minimizer?: (false | "" | 0 |
|
|
8190
|
+
minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
|
|
8191
8191
|
mergeDuplicateChunks?: boolean | undefined;
|
|
8192
8192
|
splitChunks?: false | {
|
|
8193
|
-
chunks?: RegExp | "
|
|
8193
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
8194
8194
|
defaultSizeTypes?: string[] | undefined;
|
|
8195
8195
|
minChunks?: number | undefined;
|
|
8196
8196
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -8200,7 +8200,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8200
8200
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
8201
8201
|
automaticNameDelimiter?: string | undefined;
|
|
8202
8202
|
cacheGroups?: Record<string, false | {
|
|
8203
|
-
chunks?: RegExp | "
|
|
8203
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
8204
8204
|
defaultSizeTypes?: string[] | undefined;
|
|
8205
8205
|
minChunks?: number | undefined;
|
|
8206
8206
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -8220,7 +8220,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8220
8220
|
maxAsyncRequests?: number | undefined;
|
|
8221
8221
|
maxInitialRequests?: number | undefined;
|
|
8222
8222
|
fallbackCacheGroup?: {
|
|
8223
|
-
chunks?: RegExp | "
|
|
8223
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
8224
8224
|
minSize?: number | undefined;
|
|
8225
8225
|
maxSize?: number | undefined;
|
|
8226
8226
|
maxAsyncSize?: number | undefined;
|
|
@@ -8242,7 +8242,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8242
8242
|
concatenateModules?: boolean | undefined;
|
|
8243
8243
|
innerGraph?: boolean | undefined;
|
|
8244
8244
|
usedExports?: boolean | "global" | undefined;
|
|
8245
|
-
mangleExports?: boolean | "
|
|
8245
|
+
mangleExports?: boolean | "size" | "deterministic" | undefined;
|
|
8246
8246
|
nodeEnv?: string | false | undefined;
|
|
8247
8247
|
} | undefined;
|
|
8248
8248
|
resolve?: ResolveOptions | undefined;
|
|
@@ -8250,8 +8250,8 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8250
8250
|
plugins?: (false | "" | 0 | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
|
|
8251
8251
|
devServer?: DevServer | undefined;
|
|
8252
8252
|
module?: {
|
|
8253
|
-
defaultRules?: (false | "" | 0 | "..." |
|
|
8254
|
-
rules?: (false | "" | 0 | "..." |
|
|
8253
|
+
defaultRules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
8254
|
+
rules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
8255
8255
|
parser?: {
|
|
8256
8256
|
asset?: {
|
|
8257
8257
|
dataUrlCondition?: {
|
|
@@ -8275,9 +8275,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8275
8275
|
url?: boolean | "relative" | undefined;
|
|
8276
8276
|
exprContextCritical?: boolean | undefined;
|
|
8277
8277
|
wrappedContextCritical?: boolean | undefined;
|
|
8278
|
-
exportsPresence?: false | "error" | "
|
|
8279
|
-
importExportsPresence?: false | "error" | "
|
|
8280
|
-
reexportExportsPresence?: false | "error" | "
|
|
8278
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8279
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8280
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8281
8281
|
strictExportPresence?: boolean | undefined;
|
|
8282
8282
|
worker?: boolean | string[] | undefined;
|
|
8283
8283
|
} | undefined;
|
|
@@ -8289,9 +8289,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8289
8289
|
url?: boolean | "relative" | undefined;
|
|
8290
8290
|
exprContextCritical?: boolean | undefined;
|
|
8291
8291
|
wrappedContextCritical?: boolean | undefined;
|
|
8292
|
-
exportsPresence?: false | "error" | "
|
|
8293
|
-
importExportsPresence?: false | "error" | "
|
|
8294
|
-
reexportExportsPresence?: false | "error" | "
|
|
8292
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8293
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8294
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8295
8295
|
strictExportPresence?: boolean | undefined;
|
|
8296
8296
|
worker?: boolean | string[] | undefined;
|
|
8297
8297
|
} | undefined;
|
|
@@ -8303,9 +8303,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8303
8303
|
url?: boolean | "relative" | undefined;
|
|
8304
8304
|
exprContextCritical?: boolean | undefined;
|
|
8305
8305
|
wrappedContextCritical?: boolean | undefined;
|
|
8306
|
-
exportsPresence?: false | "error" | "
|
|
8307
|
-
importExportsPresence?: false | "error" | "
|
|
8308
|
-
reexportExportsPresence?: false | "error" | "
|
|
8306
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8307
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8308
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8309
8309
|
strictExportPresence?: boolean | undefined;
|
|
8310
8310
|
worker?: boolean | string[] | undefined;
|
|
8311
8311
|
} | undefined;
|
|
@@ -8317,9 +8317,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8317
8317
|
url?: boolean | "relative" | undefined;
|
|
8318
8318
|
exprContextCritical?: boolean | undefined;
|
|
8319
8319
|
wrappedContextCritical?: boolean | undefined;
|
|
8320
|
-
exportsPresence?: false | "error" | "
|
|
8321
|
-
importExportsPresence?: false | "error" | "
|
|
8322
|
-
reexportExportsPresence?: false | "error" | "
|
|
8320
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8321
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8322
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8323
8323
|
strictExportPresence?: boolean | undefined;
|
|
8324
8324
|
worker?: boolean | string[] | undefined;
|
|
8325
8325
|
} | undefined;
|
|
@@ -8555,8 +8555,8 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8555
8555
|
templateLiteral?: boolean | undefined;
|
|
8556
8556
|
} | undefined;
|
|
8557
8557
|
} | undefined;
|
|
8558
|
-
target?: false | "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "node" | "async-node" | "web" | "
|
|
8559
|
-
mode?: "
|
|
8558
|
+
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` | "nwjs" | `nwjs${number}` | `nwjs${number}.${number}` | "node-webkit" | `node-webkit${number}` | `node-webkit${number}.${number}` | ("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` | "nwjs" | `nwjs${number}` | `nwjs${number}.${number}` | "node-webkit" | `node-webkit${number}` | `node-webkit${number}.${number}`)[] | undefined;
|
|
8559
|
+
mode?: "development" | "none" | "production" | undefined;
|
|
8560
8560
|
experiments?: {
|
|
8561
8561
|
lazyCompilation?: boolean | {
|
|
8562
8562
|
imports?: boolean | undefined;
|
|
@@ -8580,7 +8580,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8580
8580
|
context?: string | undefined;
|
|
8581
8581
|
dependencyType?: string | undefined;
|
|
8582
8582
|
request?: string | undefined;
|
|
8583
|
-
}, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "
|
|
8583
|
+
}, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "module" | "commonjs" | "umd" | "amd" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
|
|
8584
8584
|
context?: string | undefined;
|
|
8585
8585
|
dependencyType?: string | undefined;
|
|
8586
8586
|
request?: string | undefined;
|
|
@@ -8588,12 +8588,12 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8588
8588
|
context?: string | undefined;
|
|
8589
8589
|
dependencyType?: string | undefined;
|
|
8590
8590
|
request?: string | undefined;
|
|
8591
|
-
}, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "
|
|
8591
|
+
}, args_1: (args_0: Error | undefined, args_1: string | boolean | string[] | Record<string, string | string[]> | undefined, args_2: "promise" | "module" | "commonjs" | "umd" | "amd" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined, ...args_3: unknown[]) => void, ...args_2: unknown[]) => unknown) | ((args_0: {
|
|
8592
8592
|
context?: string | undefined;
|
|
8593
8593
|
dependencyType?: string | undefined;
|
|
8594
8594
|
request?: string | undefined;
|
|
8595
8595
|
}, ...args_1: unknown[]) => Promise<string | boolean | string[] | Record<string, string | string[]>>))[] | undefined;
|
|
8596
|
-
externalsType?: "
|
|
8596
|
+
externalsType?: "promise" | "module" | "commonjs" | "umd" | "amd" | "jsonp" | "import" | "commonjs2" | "var" | "assign" | "this" | "window" | "self" | "global" | "commonjs-module" | "commonjs-static" | "amd-require" | "umd2" | "system" | "script" | "node-commonjs" | undefined;
|
|
8597
8597
|
externalsPresets?: {
|
|
8598
8598
|
node?: boolean | undefined;
|
|
8599
8599
|
web?: boolean | undefined;
|
|
@@ -8609,7 +8609,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8609
8609
|
colors?: boolean | undefined;
|
|
8610
8610
|
console?: Console | undefined;
|
|
8611
8611
|
debug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
8612
|
-
level?: "
|
|
8612
|
+
level?: "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
8613
8613
|
stream?: NodeJS.WritableStream | undefined;
|
|
8614
8614
|
} | undefined;
|
|
8615
8615
|
cache?: boolean | undefined;
|
|
@@ -8630,9 +8630,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8630
8630
|
stdin?: boolean | undefined;
|
|
8631
8631
|
} | undefined;
|
|
8632
8632
|
watch?: boolean | undefined;
|
|
8633
|
-
stats?: boolean | "
|
|
8633
|
+
stats?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | {
|
|
8634
8634
|
all?: boolean | undefined;
|
|
8635
|
-
preset?: boolean | "
|
|
8635
|
+
preset?: boolean | "normal" | "none" | "verbose" | "errors-only" | "errors-warnings" | undefined;
|
|
8636
8636
|
assets?: boolean | undefined;
|
|
8637
8637
|
chunks?: boolean | undefined;
|
|
8638
8638
|
modules?: boolean | undefined;
|
|
@@ -8656,7 +8656,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8656
8656
|
moduleAssets?: boolean | undefined;
|
|
8657
8657
|
nestedModules?: boolean | undefined;
|
|
8658
8658
|
source?: boolean | undefined;
|
|
8659
|
-
logging?: boolean | "
|
|
8659
|
+
logging?: boolean | "info" | "error" | "none" | "verbose" | "warn" | "log" | undefined;
|
|
8660
8660
|
loggingDebug?: string | boolean | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean) | (string | RegExp | ((args_0: string, ...args_1: unknown[]) => boolean))[] | undefined;
|
|
8661
8661
|
loggingTrace?: boolean | undefined;
|
|
8662
8662
|
runtimeModules?: boolean | undefined;
|
|
@@ -8708,10 +8708,10 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8708
8708
|
moduleIds?: "named" | "natural" | "deterministic" | undefined;
|
|
8709
8709
|
chunkIds?: "named" | "natural" | "deterministic" | undefined;
|
|
8710
8710
|
minimize?: boolean | undefined;
|
|
8711
|
-
minimizer?: (false | "" | 0 |
|
|
8711
|
+
minimizer?: (false | "" | 0 | "..." | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
|
|
8712
8712
|
mergeDuplicateChunks?: boolean | undefined;
|
|
8713
8713
|
splitChunks?: false | {
|
|
8714
|
-
chunks?: RegExp | "
|
|
8714
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
8715
8715
|
defaultSizeTypes?: string[] | undefined;
|
|
8716
8716
|
minChunks?: number | undefined;
|
|
8717
8717
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -8721,7 +8721,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8721
8721
|
maxInitialSize?: number | Record<string, number> | undefined;
|
|
8722
8722
|
automaticNameDelimiter?: string | undefined;
|
|
8723
8723
|
cacheGroups?: Record<string, false | {
|
|
8724
|
-
chunks?: RegExp | "
|
|
8724
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
8725
8725
|
defaultSizeTypes?: string[] | undefined;
|
|
8726
8726
|
minChunks?: number | undefined;
|
|
8727
8727
|
name?: string | false | ((args_0: Module | undefined, ...args_1: unknown[]) => unknown) | undefined;
|
|
@@ -8741,7 +8741,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8741
8741
|
maxAsyncRequests?: number | undefined;
|
|
8742
8742
|
maxInitialRequests?: number | undefined;
|
|
8743
8743
|
fallbackCacheGroup?: {
|
|
8744
|
-
chunks?: RegExp | "
|
|
8744
|
+
chunks?: RegExp | "initial" | "all" | "async" | ((args_0: Chunk, ...args_1: unknown[]) => boolean) | undefined;
|
|
8745
8745
|
minSize?: number | undefined;
|
|
8746
8746
|
maxSize?: number | undefined;
|
|
8747
8747
|
maxAsyncSize?: number | undefined;
|
|
@@ -8763,7 +8763,7 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8763
8763
|
concatenateModules?: boolean | undefined;
|
|
8764
8764
|
innerGraph?: boolean | undefined;
|
|
8765
8765
|
usedExports?: boolean | "global" | undefined;
|
|
8766
|
-
mangleExports?: boolean | "
|
|
8766
|
+
mangleExports?: boolean | "size" | "deterministic" | undefined;
|
|
8767
8767
|
nodeEnv?: string | false | undefined;
|
|
8768
8768
|
} | undefined;
|
|
8769
8769
|
resolve?: ResolveOptions | undefined;
|
|
@@ -8771,8 +8771,8 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8771
8771
|
plugins?: (false | "" | 0 | RspackPluginInstance | RspackPluginFunction | null | undefined)[] | undefined;
|
|
8772
8772
|
devServer?: DevServer | undefined;
|
|
8773
8773
|
module?: {
|
|
8774
|
-
defaultRules?: (false | "" | 0 | "..." |
|
|
8775
|
-
rules?: (false | "" | 0 | "..." |
|
|
8774
|
+
defaultRules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
8775
|
+
rules?: (false | "" | 0 | RuleSetRule | "..." | null | undefined)[] | undefined;
|
|
8776
8776
|
parser?: {
|
|
8777
8777
|
asset?: {
|
|
8778
8778
|
dataUrlCondition?: {
|
|
@@ -8796,9 +8796,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8796
8796
|
url?: boolean | "relative" | undefined;
|
|
8797
8797
|
exprContextCritical?: boolean | undefined;
|
|
8798
8798
|
wrappedContextCritical?: boolean | undefined;
|
|
8799
|
-
exportsPresence?: false | "error" | "
|
|
8800
|
-
importExportsPresence?: false | "error" | "
|
|
8801
|
-
reexportExportsPresence?: false | "error" | "
|
|
8799
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8800
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8801
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8802
8802
|
strictExportPresence?: boolean | undefined;
|
|
8803
8803
|
worker?: boolean | string[] | undefined;
|
|
8804
8804
|
} | undefined;
|
|
@@ -8810,9 +8810,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8810
8810
|
url?: boolean | "relative" | undefined;
|
|
8811
8811
|
exprContextCritical?: boolean | undefined;
|
|
8812
8812
|
wrappedContextCritical?: boolean | undefined;
|
|
8813
|
-
exportsPresence?: false | "error" | "
|
|
8814
|
-
importExportsPresence?: false | "error" | "
|
|
8815
|
-
reexportExportsPresence?: false | "error" | "
|
|
8813
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8814
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8815
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8816
8816
|
strictExportPresence?: boolean | undefined;
|
|
8817
8817
|
worker?: boolean | string[] | undefined;
|
|
8818
8818
|
} | undefined;
|
|
@@ -8824,9 +8824,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8824
8824
|
url?: boolean | "relative" | undefined;
|
|
8825
8825
|
exprContextCritical?: boolean | undefined;
|
|
8826
8826
|
wrappedContextCritical?: boolean | undefined;
|
|
8827
|
-
exportsPresence?: false | "error" | "
|
|
8828
|
-
importExportsPresence?: false | "error" | "
|
|
8829
|
-
reexportExportsPresence?: false | "error" | "
|
|
8827
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8828
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8829
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8830
8830
|
strictExportPresence?: boolean | undefined;
|
|
8831
8831
|
worker?: boolean | string[] | undefined;
|
|
8832
8832
|
} | undefined;
|
|
@@ -8838,9 +8838,9 @@ export declare const rspackOptions: z.ZodObject<{
|
|
|
8838
8838
|
url?: boolean | "relative" | undefined;
|
|
8839
8839
|
exprContextCritical?: boolean | undefined;
|
|
8840
8840
|
wrappedContextCritical?: boolean | undefined;
|
|
8841
|
-
exportsPresence?: false | "error" | "
|
|
8842
|
-
importExportsPresence?: false | "error" | "
|
|
8843
|
-
reexportExportsPresence?: false | "error" | "
|
|
8841
|
+
exportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8842
|
+
importExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8843
|
+
reexportExportsPresence?: false | "error" | "auto" | "warn" | undefined;
|
|
8844
8844
|
strictExportPresence?: boolean | undefined;
|
|
8845
8845
|
worker?: boolean | string[] | undefined;
|
|
8846
8846
|
} | undefined;
|