@rspack/core 1.3.12 → 1.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/compiled/browserslist-load-config/index.d.ts +10 -0
- package/compiled/browserslist-load-config/index.js +266 -0
- package/compiled/browserslist-load-config/license +21 -0
- package/compiled/browserslist-load-config/package.json +1 -0
- package/compiled/watchpack/index.js +18 -14
- package/compiled/watchpack/package.json +1 -1
- package/compiled/zod/dist/types/v3/types.d.ts +2 -2
- package/compiled/zod/dist/types/v4/classic/coerce.d.ts +5 -5
- package/compiled/zod/dist/types/v4/classic/external.d.ts +6 -1
- package/compiled/zod/dist/types/v4/classic/schemas.d.ts +95 -133
- package/compiled/zod/dist/types/v4/core/api.d.ts +2 -2
- package/compiled/zod/dist/types/v4/core/core.d.ts +11 -7
- package/compiled/zod/dist/types/v4/core/errors.d.ts +0 -1
- package/compiled/zod/dist/types/v4/core/function.d.ts +16 -11
- package/compiled/zod/dist/types/v4/core/regexes.d.ts +1 -1
- package/compiled/zod/dist/types/v4/core/registries.d.ts +6 -1
- package/compiled/zod/dist/types/v4/core/schemas.d.ts +145 -117
- package/compiled/zod/dist/types/v4/core/util.d.ts +5 -9
- package/compiled/zod/dist/types/v4/locales/ar.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/az.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/be.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/ca.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/cs.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/de.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/en.d.ts +0 -2
- package/compiled/zod/dist/types/v4/locales/es.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/fa.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/fi.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/{frCA.d.ts → fr-CA.d.ts} +0 -3
- package/compiled/zod/dist/types/v4/locales/fr.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/he.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/hu.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/id.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/index.d.ts +5 -2
- package/compiled/zod/dist/types/v4/locales/it.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/ja.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/{zh-tw.d.ts → kh.d.ts} +0 -3
- package/compiled/zod/dist/types/v4/locales/ko.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/mk.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/ms.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/nl.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/no.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/ota.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/pl.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/pt.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/ru.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/sl.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/sv.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ta.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/th.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/tr.d.ts +0 -2
- package/compiled/zod/dist/types/v4/locales/ua.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/ur.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/vi.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/zh-CN.d.ts +0 -3
- package/compiled/zod/dist/types/v4/locales/zh-TW.d.ts +4 -0
- package/compiled/zod/dist/types/v4/mini/external.d.ts +5 -1
- package/compiled/zod/dist/types/v4/mini/schemas.d.ts +40 -49
- package/compiled/zod/index.js +42 -64
- package/compiled/zod/package.json +1 -1
- package/compiled/zod/v3/index.d.ts +3 -1
- package/compiled/zod/v4/core/index.d.ts +1 -1
- package/compiled/zod/v4/index.d.ts +3 -1
- package/compiled/zod/v4/locales/index.d.ts +1 -1
- package/compiled/zod/v4-mini/index.d.ts +1 -1
- package/dist/ErrorHelpers.d.ts +0 -15
- package/dist/Module.d.ts +5 -1
- package/dist/ModuleTypeConstants.d.ts +0 -85
- package/dist/RspackError.d.ts +0 -3
- package/dist/builtin-loader/lightningcss/index.d.ts +23 -1
- package/dist/builtin-loader/swc/types.d.ts +289 -2426
- package/dist/builtin-plugin/APIPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts +1 -1
- package/dist/builtin-plugin/AssetModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/BannerPlugin.d.ts +1 -1
- package/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ContextReplacementPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CopyRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CssChunkingPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CssModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/DataUriPlugin.d.ts +1 -1
- package/dist/builtin-plugin/DefinePlugin.d.ts +1 -1
- package/dist/builtin-plugin/DllEntryPlugin.d.ts +1 -1
- package/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ElectronTargetPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EntryPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +1 -1
- package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +1 -1
- package/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts +1 -1
- package/dist/builtin-plugin/FileUriPlugin.d.ts +1 -1
- package/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts +1 -1
- package/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/IgnorePlugin.d.ts +1 -1
- package/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/JsonModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/LibManifestPlugin.d.ts +1 -1
- package/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/LimitChunkCountPlugin.d.ts +1 -1
- package/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts +1 -1
- package/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/NodeTargetPlugin.d.ts +1 -1
- package/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ProgressPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ProvidePlugin.d.ts +1 -1
- package/dist/builtin-plugin/RealContentHashPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RsdoctorPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RstestPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RuntimePlugin.d.ts +1 -1
- package/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SizeLimitsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +1 -1
- package/dist/builtin-plugin/WarnCaseSensitiveModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/base.d.ts +1 -2
- package/dist/builtin-plugin/html-plugin/plugin.d.ts +1 -1
- package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +1 -1
- package/dist/config/browserslistTargetHandler.d.ts +0 -6
- package/dist/config/zod.d.ts +370 -370
- package/dist/container/ModuleFederationRuntimePlugin.d.ts +1 -1
- package/dist/exports.d.ts +1 -0
- package/dist/index.js +67 -71
- package/dist/lib/AbstractMethodError.d.ts +0 -1
- package/dist/lib/CacheFacade.d.ts +0 -28
- package/dist/loader-runner/index.d.ts +1 -0
- package/dist/stats/statsFactoryUtils.d.ts +24 -4
- package/dist/util/cleverMerge.d.ts +0 -30
- package/dist/util/comparators.d.ts +0 -4
- package/dist/util/hash/wasm-hash.d.ts +0 -1
- package/dist/util/identifier.d.ts +0 -12
- package/dist/util/index.d.ts +1 -7
- package/dist/util/memoize.d.ts +0 -1
- package/dist/worker.js +5 -7
- package/module.d.ts +53 -21
- package/package.json +11 -12
- package/compiled/browserslist/index.d.ts +0 -1
- package/compiled/browserslist/index.js +0 -2123
- package/compiled/browserslist/license +0 -20
- package/compiled/browserslist/package.json +0 -1
- package/dist/util/hash/BatchedHash.d.ts +0 -25
@@ -76,7 +76,8 @@ export interface TerserCompressOptions {
|
|
76
76
|
const_to_let?: boolean;
|
77
77
|
module?: boolean;
|
78
78
|
}
|
79
|
-
export declare const
|
79
|
+
export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
80
|
+
$schema: z.ZodOptional<z.ZodString>;
|
80
81
|
test: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
81
82
|
exclude: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
82
83
|
env: z.ZodOptional<z.ZodObject<{
|
@@ -94,29 +95,29 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
94
95
|
shippedProposals: z.ZodOptional<z.ZodBoolean>;
|
95
96
|
forceAllTransforms: z.ZodOptional<z.ZodBoolean>;
|
96
97
|
}, "strict", z.ZodTypeAny, {
|
98
|
+
exclude?: string[] | undefined;
|
99
|
+
loose?: boolean | undefined;
|
97
100
|
path?: string | undefined;
|
98
101
|
mode?: "usage" | "entry" | undefined;
|
99
102
|
debug?: boolean | undefined;
|
100
103
|
dynamicImport?: boolean | undefined;
|
101
|
-
loose?: boolean | undefined;
|
102
104
|
bugfixes?: boolean | undefined;
|
103
105
|
skip?: string[] | undefined;
|
104
106
|
include?: string[] | undefined;
|
105
|
-
exclude?: string[] | undefined;
|
106
107
|
coreJs?: string | undefined;
|
107
108
|
targets?: any;
|
108
109
|
shippedProposals?: boolean | undefined;
|
109
110
|
forceAllTransforms?: boolean | undefined;
|
110
111
|
}, {
|
112
|
+
exclude?: string[] | undefined;
|
113
|
+
loose?: boolean | undefined;
|
111
114
|
path?: string | undefined;
|
112
115
|
mode?: "usage" | "entry" | undefined;
|
113
116
|
debug?: boolean | undefined;
|
114
117
|
dynamicImport?: boolean | undefined;
|
115
|
-
loose?: boolean | undefined;
|
116
118
|
bugfixes?: boolean | undefined;
|
117
119
|
skip?: string[] | undefined;
|
118
120
|
include?: string[] | undefined;
|
119
|
-
exclude?: string[] | undefined;
|
120
121
|
coreJs?: string | undefined;
|
121
122
|
targets?: any;
|
122
123
|
shippedProposals?: boolean | undefined;
|
@@ -776,6 +777,8 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
776
777
|
inlineSourcesContent: z.ZodOptional<z.ZodBoolean>;
|
777
778
|
}, "strict", z.ZodTypeAny, {
|
778
779
|
module?: boolean | "unknown" | undefined;
|
780
|
+
outputPath?: string | undefined;
|
781
|
+
sourceMap?: boolean | undefined;
|
779
782
|
ecma?: string | number | undefined;
|
780
783
|
safari10?: boolean | undefined;
|
781
784
|
keep_classnames?: boolean | undefined;
|
@@ -876,11 +879,11 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
876
879
|
keep_private_props?: boolean | undefined;
|
877
880
|
reserved?: string[] | undefined;
|
878
881
|
} | undefined;
|
879
|
-
sourceMap?: boolean | undefined;
|
880
|
-
outputPath?: string | undefined;
|
881
882
|
inlineSourcesContent?: boolean | undefined;
|
882
883
|
}, {
|
883
884
|
module?: boolean | "unknown" | undefined;
|
885
|
+
outputPath?: string | undefined;
|
886
|
+
sourceMap?: boolean | undefined;
|
884
887
|
ecma?: string | number | undefined;
|
885
888
|
safari10?: boolean | undefined;
|
886
889
|
keep_classnames?: boolean | undefined;
|
@@ -981,64 +984,10 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
981
984
|
keep_private_props?: boolean | undefined;
|
982
985
|
reserved?: string[] | undefined;
|
983
986
|
} | undefined;
|
984
|
-
sourceMap?: boolean | undefined;
|
985
|
-
outputPath?: string | undefined;
|
986
987
|
inlineSourcesContent?: boolean | undefined;
|
987
988
|
}>>;
|
988
989
|
preserveAllComments: z.ZodOptional<z.ZodBoolean>;
|
989
990
|
}, "strict", z.ZodTypeAny, {
|
990
|
-
loose?: boolean | undefined;
|
991
|
-
keepClassNames?: boolean | undefined;
|
992
|
-
assumptions?: {
|
993
|
-
arrayLikeIsIterable?: boolean | undefined;
|
994
|
-
constantReexports?: boolean | undefined;
|
995
|
-
constantSuper?: boolean | undefined;
|
996
|
-
enumerableModuleMeta?: boolean | undefined;
|
997
|
-
ignoreFunctionLength?: boolean | undefined;
|
998
|
-
ignoreFunctionName?: boolean | undefined;
|
999
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
1000
|
-
iterableIsArray?: boolean | undefined;
|
1001
|
-
mutableTemplateObject?: boolean | undefined;
|
1002
|
-
noClassCalls?: boolean | undefined;
|
1003
|
-
noDocumentAll?: boolean | undefined;
|
1004
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
1005
|
-
noNewArrows?: boolean | undefined;
|
1006
|
-
objectRestNoSymbols?: boolean | undefined;
|
1007
|
-
privateFieldsAsProperties?: boolean | undefined;
|
1008
|
-
pureGetters?: boolean | undefined;
|
1009
|
-
setClassMethods?: boolean | undefined;
|
1010
|
-
setComputedProperties?: boolean | undefined;
|
1011
|
-
setPublicClassFields?: boolean | undefined;
|
1012
|
-
setSpreadProperties?: boolean | undefined;
|
1013
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
1014
|
-
superIsCallableConstructor?: boolean | undefined;
|
1015
|
-
tsEnumIsReadonly?: boolean | undefined;
|
1016
|
-
} | undefined;
|
1017
|
-
parser?: {
|
1018
|
-
syntax: "typescript" | "ecmascript";
|
1019
|
-
dynamicImport?: boolean | undefined;
|
1020
|
-
tsx?: boolean | undefined;
|
1021
|
-
decorators?: boolean | undefined;
|
1022
|
-
jsx?: boolean | undefined;
|
1023
|
-
numericSeparator?: boolean | undefined;
|
1024
|
-
classPrivateProperty?: boolean | undefined;
|
1025
|
-
privateMethod?: boolean | undefined;
|
1026
|
-
classProperty?: boolean | undefined;
|
1027
|
-
functionBind?: boolean | undefined;
|
1028
|
-
decoratorsBeforeExport?: boolean | undefined;
|
1029
|
-
exportDefaultFrom?: boolean | undefined;
|
1030
|
-
exportNamespaceFrom?: boolean | undefined;
|
1031
|
-
nullishCoalescing?: boolean | undefined;
|
1032
|
-
optionalChaining?: boolean | undefined;
|
1033
|
-
importMeta?: boolean | undefined;
|
1034
|
-
topLevelAwait?: boolean | undefined;
|
1035
|
-
importAssertions?: boolean | undefined;
|
1036
|
-
importAttributes?: boolean | undefined;
|
1037
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
1038
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
1039
|
-
autoAccessors?: boolean | undefined;
|
1040
|
-
explicitResourceManagement?: boolean | undefined;
|
1041
|
-
} | undefined;
|
1042
991
|
transform?: {
|
1043
992
|
react?: {
|
1044
993
|
runtime?: "automatic" | "classic" | undefined;
|
@@ -1075,24 +1024,11 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1075
1024
|
useDefineForClassFields?: boolean | undefined;
|
1076
1025
|
verbatimModuleSyntax?: boolean | undefined;
|
1077
1026
|
} | undefined;
|
1078
|
-
|
1079
|
-
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
1080
|
-
experimental?: {
|
1081
|
-
optimizeHygiene?: boolean | undefined;
|
1082
|
-
keepImportAttributes?: boolean | undefined;
|
1083
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
1084
|
-
cacheRoot?: string | undefined;
|
1085
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
1086
|
-
runPluginFirst?: boolean | undefined;
|
1087
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
1088
|
-
emitIsolatedDts?: boolean | undefined;
|
1089
|
-
disableAllLints?: boolean | undefined;
|
1090
|
-
keepImportAssertions?: boolean | undefined;
|
1091
|
-
} | undefined;
|
1092
|
-
baseUrl?: string | undefined;
|
1093
|
-
paths?: Record<string, string[]> | undefined;
|
1027
|
+
loose?: boolean | undefined;
|
1094
1028
|
minify?: {
|
1095
1029
|
module?: boolean | "unknown" | undefined;
|
1030
|
+
outputPath?: string | undefined;
|
1031
|
+
sourceMap?: boolean | undefined;
|
1096
1032
|
ecma?: string | number | undefined;
|
1097
1033
|
safari10?: boolean | undefined;
|
1098
1034
|
keep_classnames?: boolean | undefined;
|
@@ -1193,13 +1129,9 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1193
1129
|
keep_private_props?: boolean | undefined;
|
1194
1130
|
reserved?: string[] | undefined;
|
1195
1131
|
} | undefined;
|
1196
|
-
sourceMap?: boolean | undefined;
|
1197
|
-
outputPath?: string | undefined;
|
1198
1132
|
inlineSourcesContent?: boolean | undefined;
|
1199
1133
|
} | undefined;
|
1200
|
-
|
1201
|
-
}, {
|
1202
|
-
loose?: boolean | undefined;
|
1134
|
+
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
1203
1135
|
keepClassNames?: boolean | undefined;
|
1204
1136
|
assumptions?: {
|
1205
1137
|
arrayLikeIsIterable?: boolean | undefined;
|
@@ -1251,6 +1183,23 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1251
1183
|
autoAccessors?: boolean | undefined;
|
1252
1184
|
explicitResourceManagement?: boolean | undefined;
|
1253
1185
|
} | undefined;
|
1186
|
+
externalHelpers?: boolean | undefined;
|
1187
|
+
experimental?: {
|
1188
|
+
optimizeHygiene?: boolean | undefined;
|
1189
|
+
keepImportAttributes?: boolean | undefined;
|
1190
|
+
emitAssertForImportAttributes?: boolean | undefined;
|
1191
|
+
cacheRoot?: string | undefined;
|
1192
|
+
plugins?: [string, Record<string, any>][] | undefined;
|
1193
|
+
runPluginFirst?: boolean | undefined;
|
1194
|
+
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
1195
|
+
emitIsolatedDts?: boolean | undefined;
|
1196
|
+
disableAllLints?: boolean | undefined;
|
1197
|
+
keepImportAssertions?: boolean | undefined;
|
1198
|
+
} | undefined;
|
1199
|
+
baseUrl?: string | undefined;
|
1200
|
+
paths?: Record<string, string[]> | undefined;
|
1201
|
+
preserveAllComments?: boolean | undefined;
|
1202
|
+
}, {
|
1254
1203
|
transform?: {
|
1255
1204
|
react?: {
|
1256
1205
|
runtime?: "automatic" | "classic" | undefined;
|
@@ -1287,24 +1236,11 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1287
1236
|
useDefineForClassFields?: boolean | undefined;
|
1288
1237
|
verbatimModuleSyntax?: boolean | undefined;
|
1289
1238
|
} | undefined;
|
1290
|
-
|
1291
|
-
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
1292
|
-
experimental?: {
|
1293
|
-
optimizeHygiene?: boolean | undefined;
|
1294
|
-
keepImportAttributes?: boolean | undefined;
|
1295
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
1296
|
-
cacheRoot?: string | undefined;
|
1297
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
1298
|
-
runPluginFirst?: boolean | undefined;
|
1299
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
1300
|
-
emitIsolatedDts?: boolean | undefined;
|
1301
|
-
disableAllLints?: boolean | undefined;
|
1302
|
-
keepImportAssertions?: boolean | undefined;
|
1303
|
-
} | undefined;
|
1304
|
-
baseUrl?: string | undefined;
|
1305
|
-
paths?: Record<string, string[]> | undefined;
|
1239
|
+
loose?: boolean | undefined;
|
1306
1240
|
minify?: {
|
1307
1241
|
module?: boolean | "unknown" | undefined;
|
1242
|
+
outputPath?: string | undefined;
|
1243
|
+
sourceMap?: boolean | undefined;
|
1308
1244
|
ecma?: string | number | undefined;
|
1309
1245
|
safari10?: boolean | undefined;
|
1310
1246
|
keep_classnames?: boolean | undefined;
|
@@ -1405,10 +1341,75 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1405
1341
|
keep_private_props?: boolean | undefined;
|
1406
1342
|
reserved?: string[] | undefined;
|
1407
1343
|
} | undefined;
|
1408
|
-
sourceMap?: boolean | undefined;
|
1409
|
-
outputPath?: string | undefined;
|
1410
1344
|
inlineSourcesContent?: boolean | undefined;
|
1411
1345
|
} | undefined;
|
1346
|
+
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
1347
|
+
keepClassNames?: boolean | undefined;
|
1348
|
+
assumptions?: {
|
1349
|
+
arrayLikeIsIterable?: boolean | undefined;
|
1350
|
+
constantReexports?: boolean | undefined;
|
1351
|
+
constantSuper?: boolean | undefined;
|
1352
|
+
enumerableModuleMeta?: boolean | undefined;
|
1353
|
+
ignoreFunctionLength?: boolean | undefined;
|
1354
|
+
ignoreFunctionName?: boolean | undefined;
|
1355
|
+
ignoreToPrimitiveHint?: boolean | undefined;
|
1356
|
+
iterableIsArray?: boolean | undefined;
|
1357
|
+
mutableTemplateObject?: boolean | undefined;
|
1358
|
+
noClassCalls?: boolean | undefined;
|
1359
|
+
noDocumentAll?: boolean | undefined;
|
1360
|
+
noIncompleteNsImportDetection?: boolean | undefined;
|
1361
|
+
noNewArrows?: boolean | undefined;
|
1362
|
+
objectRestNoSymbols?: boolean | undefined;
|
1363
|
+
privateFieldsAsProperties?: boolean | undefined;
|
1364
|
+
pureGetters?: boolean | undefined;
|
1365
|
+
setClassMethods?: boolean | undefined;
|
1366
|
+
setComputedProperties?: boolean | undefined;
|
1367
|
+
setPublicClassFields?: boolean | undefined;
|
1368
|
+
setSpreadProperties?: boolean | undefined;
|
1369
|
+
skipForOfIteratorClosing?: boolean | undefined;
|
1370
|
+
superIsCallableConstructor?: boolean | undefined;
|
1371
|
+
tsEnumIsReadonly?: boolean | undefined;
|
1372
|
+
} | undefined;
|
1373
|
+
parser?: {
|
1374
|
+
syntax: "typescript" | "ecmascript";
|
1375
|
+
dynamicImport?: boolean | undefined;
|
1376
|
+
tsx?: boolean | undefined;
|
1377
|
+
decorators?: boolean | undefined;
|
1378
|
+
jsx?: boolean | undefined;
|
1379
|
+
numericSeparator?: boolean | undefined;
|
1380
|
+
classPrivateProperty?: boolean | undefined;
|
1381
|
+
privateMethod?: boolean | undefined;
|
1382
|
+
classProperty?: boolean | undefined;
|
1383
|
+
functionBind?: boolean | undefined;
|
1384
|
+
decoratorsBeforeExport?: boolean | undefined;
|
1385
|
+
exportDefaultFrom?: boolean | undefined;
|
1386
|
+
exportNamespaceFrom?: boolean | undefined;
|
1387
|
+
nullishCoalescing?: boolean | undefined;
|
1388
|
+
optionalChaining?: boolean | undefined;
|
1389
|
+
importMeta?: boolean | undefined;
|
1390
|
+
topLevelAwait?: boolean | undefined;
|
1391
|
+
importAssertions?: boolean | undefined;
|
1392
|
+
importAttributes?: boolean | undefined;
|
1393
|
+
allowSuperOutsideMethod?: boolean | undefined;
|
1394
|
+
allowReturnOutsideFunction?: boolean | undefined;
|
1395
|
+
autoAccessors?: boolean | undefined;
|
1396
|
+
explicitResourceManagement?: boolean | undefined;
|
1397
|
+
} | undefined;
|
1398
|
+
externalHelpers?: boolean | undefined;
|
1399
|
+
experimental?: {
|
1400
|
+
optimizeHygiene?: boolean | undefined;
|
1401
|
+
keepImportAttributes?: boolean | undefined;
|
1402
|
+
emitAssertForImportAttributes?: boolean | undefined;
|
1403
|
+
cacheRoot?: string | undefined;
|
1404
|
+
plugins?: [string, Record<string, any>][] | undefined;
|
1405
|
+
runPluginFirst?: boolean | undefined;
|
1406
|
+
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
1407
|
+
emitIsolatedDts?: boolean | undefined;
|
1408
|
+
disableAllLints?: boolean | undefined;
|
1409
|
+
keepImportAssertions?: boolean | undefined;
|
1410
|
+
} | undefined;
|
1411
|
+
baseUrl?: string | undefined;
|
1412
|
+
paths?: Record<string, string[]> | undefined;
|
1412
1413
|
preserveAllComments?: boolean | undefined;
|
1413
1414
|
}>>;
|
1414
1415
|
module: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
@@ -1430,7 +1431,7 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1430
1431
|
strictMode?: boolean | undefined;
|
1431
1432
|
lazy?: boolean | string[] | undefined;
|
1432
1433
|
noInterop?: boolean | undefined;
|
1433
|
-
importInterop?: "
|
1434
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1434
1435
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1435
1436
|
exportInteropAnnotation?: boolean | undefined;
|
1436
1437
|
ignoreDynamic?: boolean | undefined;
|
@@ -1442,7 +1443,7 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1442
1443
|
strictMode?: boolean | undefined;
|
1443
1444
|
lazy?: boolean | string[] | undefined;
|
1444
1445
|
noInterop?: boolean | undefined;
|
1445
|
-
importInterop?: "
|
1446
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1446
1447
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1447
1448
|
exportInteropAnnotation?: boolean | undefined;
|
1448
1449
|
ignoreDynamic?: boolean | undefined;
|
@@ -1467,7 +1468,7 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1467
1468
|
strictMode?: boolean | undefined;
|
1468
1469
|
lazy?: boolean | string[] | undefined;
|
1469
1470
|
noInterop?: boolean | undefined;
|
1470
|
-
importInterop?: "
|
1471
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1471
1472
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1472
1473
|
exportInteropAnnotation?: boolean | undefined;
|
1473
1474
|
ignoreDynamic?: boolean | undefined;
|
@@ -1479,7 +1480,7 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1479
1480
|
strictMode?: boolean | undefined;
|
1480
1481
|
lazy?: boolean | string[] | undefined;
|
1481
1482
|
noInterop?: boolean | undefined;
|
1482
|
-
importInterop?: "
|
1483
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1483
1484
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1484
1485
|
exportInteropAnnotation?: boolean | undefined;
|
1485
1486
|
ignoreDynamic?: boolean | undefined;
|
@@ -1506,7 +1507,7 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1506
1507
|
strictMode?: boolean | undefined;
|
1507
1508
|
lazy?: boolean | string[] | undefined;
|
1508
1509
|
noInterop?: boolean | undefined;
|
1509
|
-
importInterop?: "
|
1510
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1510
1511
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1511
1512
|
exportInteropAnnotation?: boolean | undefined;
|
1512
1513
|
ignoreDynamic?: boolean | undefined;
|
@@ -1519,7 +1520,7 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1519
1520
|
strictMode?: boolean | undefined;
|
1520
1521
|
lazy?: boolean | string[] | undefined;
|
1521
1522
|
noInterop?: boolean | undefined;
|
1522
|
-
importInterop?: "
|
1523
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1523
1524
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1524
1525
|
exportInteropAnnotation?: boolean | undefined;
|
1525
1526
|
ignoreDynamic?: boolean | undefined;
|
@@ -1541,30 +1542,30 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1541
1542
|
moduleId: z.ZodOptional<z.ZodString>;
|
1542
1543
|
}, "strict", z.ZodTypeAny, {
|
1543
1544
|
type: "amd";
|
1545
|
+
moduleId?: string | undefined;
|
1544
1546
|
strict?: boolean | undefined;
|
1545
1547
|
strictMode?: boolean | undefined;
|
1546
1548
|
lazy?: boolean | string[] | undefined;
|
1547
1549
|
noInterop?: boolean | undefined;
|
1548
|
-
importInterop?: "
|
1550
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1549
1551
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1550
1552
|
exportInteropAnnotation?: boolean | undefined;
|
1551
1553
|
ignoreDynamic?: boolean | undefined;
|
1552
1554
|
allowTopLevelThis?: boolean | undefined;
|
1553
1555
|
preserveImportMeta?: boolean | undefined;
|
1554
|
-
moduleId?: string | undefined;
|
1555
1556
|
}, {
|
1556
1557
|
type: "amd";
|
1558
|
+
moduleId?: string | undefined;
|
1557
1559
|
strict?: boolean | undefined;
|
1558
1560
|
strictMode?: boolean | undefined;
|
1559
1561
|
lazy?: boolean | string[] | undefined;
|
1560
1562
|
noInterop?: boolean | undefined;
|
1561
|
-
importInterop?: "
|
1563
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1562
1564
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1563
1565
|
exportInteropAnnotation?: boolean | undefined;
|
1564
1566
|
ignoreDynamic?: boolean | undefined;
|
1565
1567
|
allowTopLevelThis?: boolean | undefined;
|
1566
1568
|
preserveImportMeta?: boolean | undefined;
|
1567
|
-
moduleId?: string | undefined;
|
1568
1569
|
}>, z.ZodObject<{
|
1569
1570
|
strict: z.ZodOptional<z.ZodBoolean>;
|
1570
1571
|
strictMode: z.ZodOptional<z.ZodBoolean>;
|
@@ -1584,7 +1585,7 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1584
1585
|
strictMode?: boolean | undefined;
|
1585
1586
|
lazy?: boolean | string[] | undefined;
|
1586
1587
|
noInterop?: boolean | undefined;
|
1587
|
-
importInterop?: "
|
1588
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
1588
1589
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1589
1590
|
exportInteropAnnotation?: boolean | undefined;
|
1590
1591
|
ignoreDynamic?: boolean | undefined;
|
@@ -1596,2147 +1597,7 @@ export declare const ZodSwcConfig: z.ZodObject<{
|
|
1596
1597
|
strictMode?: boolean | undefined;
|
1597
1598
|
lazy?: boolean | string[] | undefined;
|
1598
1599
|
noInterop?: boolean | undefined;
|
1599
|
-
importInterop?: "
|
1600
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1601
|
-
exportInteropAnnotation?: boolean | undefined;
|
1602
|
-
ignoreDynamic?: boolean | undefined;
|
1603
|
-
allowTopLevelThis?: boolean | undefined;
|
1604
|
-
preserveImportMeta?: boolean | undefined;
|
1605
|
-
}>, z.ZodObject<{
|
1606
|
-
type: z.ZodLiteral<"systemjs">;
|
1607
|
-
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
1608
|
-
}, "strict", z.ZodTypeAny, {
|
1609
|
-
type: "systemjs";
|
1610
|
-
allowTopLevelThis?: boolean | undefined;
|
1611
|
-
}, {
|
1612
|
-
type: "systemjs";
|
1613
|
-
allowTopLevelThis?: boolean | undefined;
|
1614
|
-
}>]>>;
|
1615
|
-
minify: z.ZodOptional<z.ZodBoolean>;
|
1616
|
-
sourceMaps: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"inline">]>>;
|
1617
|
-
inlineSourcesContent: z.ZodOptional<z.ZodBoolean>;
|
1618
|
-
}, "strict", z.ZodTypeAny, {
|
1619
|
-
module?: {
|
1620
|
-
type: "es6";
|
1621
|
-
strict?: boolean | undefined;
|
1622
|
-
strictMode?: boolean | undefined;
|
1623
|
-
lazy?: boolean | string[] | undefined;
|
1624
|
-
noInterop?: boolean | undefined;
|
1625
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1626
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1627
|
-
exportInteropAnnotation?: boolean | undefined;
|
1628
|
-
ignoreDynamic?: boolean | undefined;
|
1629
|
-
allowTopLevelThis?: boolean | undefined;
|
1630
|
-
preserveImportMeta?: boolean | undefined;
|
1631
|
-
} | {
|
1632
|
-
type: "nodenext";
|
1633
|
-
strict?: boolean | undefined;
|
1634
|
-
strictMode?: boolean | undefined;
|
1635
|
-
lazy?: boolean | string[] | undefined;
|
1636
|
-
noInterop?: boolean | undefined;
|
1637
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1638
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1639
|
-
exportInteropAnnotation?: boolean | undefined;
|
1640
|
-
ignoreDynamic?: boolean | undefined;
|
1641
|
-
allowTopLevelThis?: boolean | undefined;
|
1642
|
-
preserveImportMeta?: boolean | undefined;
|
1643
|
-
} | {
|
1644
|
-
type: "commonjs";
|
1645
|
-
strict?: boolean | undefined;
|
1646
|
-
strictMode?: boolean | undefined;
|
1647
|
-
lazy?: boolean | string[] | undefined;
|
1648
|
-
noInterop?: boolean | undefined;
|
1649
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1650
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1651
|
-
exportInteropAnnotation?: boolean | undefined;
|
1652
|
-
ignoreDynamic?: boolean | undefined;
|
1653
|
-
allowTopLevelThis?: boolean | undefined;
|
1654
|
-
preserveImportMeta?: boolean | undefined;
|
1655
|
-
} | {
|
1656
|
-
type: "umd";
|
1657
|
-
strict?: boolean | undefined;
|
1658
|
-
globals?: Record<string, string> | undefined;
|
1659
|
-
strictMode?: boolean | undefined;
|
1660
|
-
lazy?: boolean | string[] | undefined;
|
1661
|
-
noInterop?: boolean | undefined;
|
1662
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1663
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1664
|
-
exportInteropAnnotation?: boolean | undefined;
|
1665
|
-
ignoreDynamic?: boolean | undefined;
|
1666
|
-
allowTopLevelThis?: boolean | undefined;
|
1667
|
-
preserveImportMeta?: boolean | undefined;
|
1668
|
-
} | {
|
1669
|
-
type: "amd";
|
1670
|
-
strict?: boolean | undefined;
|
1671
|
-
strictMode?: boolean | undefined;
|
1672
|
-
lazy?: boolean | string[] | undefined;
|
1673
|
-
noInterop?: boolean | undefined;
|
1674
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1675
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1676
|
-
exportInteropAnnotation?: boolean | undefined;
|
1677
|
-
ignoreDynamic?: boolean | undefined;
|
1678
|
-
allowTopLevelThis?: boolean | undefined;
|
1679
|
-
preserveImportMeta?: boolean | undefined;
|
1680
|
-
moduleId?: string | undefined;
|
1681
|
-
} | {
|
1682
|
-
type: "systemjs";
|
1683
|
-
allowTopLevelThis?: boolean | undefined;
|
1684
|
-
} | undefined;
|
1685
|
-
exclude?: string | string[] | undefined;
|
1686
|
-
inlineSourcesContent?: boolean | undefined;
|
1687
|
-
minify?: boolean | undefined;
|
1688
|
-
test?: string | string[] | undefined;
|
1689
|
-
env?: {
|
1690
|
-
path?: string | undefined;
|
1691
|
-
mode?: "usage" | "entry" | undefined;
|
1692
|
-
debug?: boolean | undefined;
|
1693
|
-
dynamicImport?: boolean | undefined;
|
1694
|
-
loose?: boolean | undefined;
|
1695
|
-
bugfixes?: boolean | undefined;
|
1696
|
-
skip?: string[] | undefined;
|
1697
|
-
include?: string[] | undefined;
|
1698
|
-
exclude?: string[] | undefined;
|
1699
|
-
coreJs?: string | undefined;
|
1700
|
-
targets?: any;
|
1701
|
-
shippedProposals?: boolean | undefined;
|
1702
|
-
forceAllTransforms?: boolean | undefined;
|
1703
|
-
} | undefined;
|
1704
|
-
jsc?: {
|
1705
|
-
loose?: boolean | undefined;
|
1706
|
-
keepClassNames?: boolean | undefined;
|
1707
|
-
assumptions?: {
|
1708
|
-
arrayLikeIsIterable?: boolean | undefined;
|
1709
|
-
constantReexports?: boolean | undefined;
|
1710
|
-
constantSuper?: boolean | undefined;
|
1711
|
-
enumerableModuleMeta?: boolean | undefined;
|
1712
|
-
ignoreFunctionLength?: boolean | undefined;
|
1713
|
-
ignoreFunctionName?: boolean | undefined;
|
1714
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
1715
|
-
iterableIsArray?: boolean | undefined;
|
1716
|
-
mutableTemplateObject?: boolean | undefined;
|
1717
|
-
noClassCalls?: boolean | undefined;
|
1718
|
-
noDocumentAll?: boolean | undefined;
|
1719
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
1720
|
-
noNewArrows?: boolean | undefined;
|
1721
|
-
objectRestNoSymbols?: boolean | undefined;
|
1722
|
-
privateFieldsAsProperties?: boolean | undefined;
|
1723
|
-
pureGetters?: boolean | undefined;
|
1724
|
-
setClassMethods?: boolean | undefined;
|
1725
|
-
setComputedProperties?: boolean | undefined;
|
1726
|
-
setPublicClassFields?: boolean | undefined;
|
1727
|
-
setSpreadProperties?: boolean | undefined;
|
1728
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
1729
|
-
superIsCallableConstructor?: boolean | undefined;
|
1730
|
-
tsEnumIsReadonly?: boolean | undefined;
|
1731
|
-
} | undefined;
|
1732
|
-
parser?: {
|
1733
|
-
syntax: "typescript" | "ecmascript";
|
1734
|
-
dynamicImport?: boolean | undefined;
|
1735
|
-
tsx?: boolean | undefined;
|
1736
|
-
decorators?: boolean | undefined;
|
1737
|
-
jsx?: boolean | undefined;
|
1738
|
-
numericSeparator?: boolean | undefined;
|
1739
|
-
classPrivateProperty?: boolean | undefined;
|
1740
|
-
privateMethod?: boolean | undefined;
|
1741
|
-
classProperty?: boolean | undefined;
|
1742
|
-
functionBind?: boolean | undefined;
|
1743
|
-
decoratorsBeforeExport?: boolean | undefined;
|
1744
|
-
exportDefaultFrom?: boolean | undefined;
|
1745
|
-
exportNamespaceFrom?: boolean | undefined;
|
1746
|
-
nullishCoalescing?: boolean | undefined;
|
1747
|
-
optionalChaining?: boolean | undefined;
|
1748
|
-
importMeta?: boolean | undefined;
|
1749
|
-
topLevelAwait?: boolean | undefined;
|
1750
|
-
importAssertions?: boolean | undefined;
|
1751
|
-
importAttributes?: boolean | undefined;
|
1752
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
1753
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
1754
|
-
autoAccessors?: boolean | undefined;
|
1755
|
-
explicitResourceManagement?: boolean | undefined;
|
1756
|
-
} | undefined;
|
1757
|
-
transform?: {
|
1758
|
-
react?: {
|
1759
|
-
runtime?: "automatic" | "classic" | undefined;
|
1760
|
-
pragma?: string | undefined;
|
1761
|
-
pragmaFrag?: string | undefined;
|
1762
|
-
throwIfNamespace?: boolean | undefined;
|
1763
|
-
development?: boolean | undefined;
|
1764
|
-
useBuiltins?: boolean | undefined;
|
1765
|
-
refresh?: boolean | {
|
1766
|
-
refreshReg?: string | undefined;
|
1767
|
-
refreshSig?: string | undefined;
|
1768
|
-
emitFullSignatures?: boolean | undefined;
|
1769
|
-
} | undefined;
|
1770
|
-
importSource?: string | undefined;
|
1771
|
-
} | undefined;
|
1772
|
-
constModules?: {
|
1773
|
-
globals?: Record<string, Record<string, string>> | undefined;
|
1774
|
-
} | undefined;
|
1775
|
-
optimizer?: {
|
1776
|
-
globals?: {
|
1777
|
-
typeofs?: Record<string, string> | undefined;
|
1778
|
-
vars?: Record<string, string> | undefined;
|
1779
|
-
envs?: string[] | Record<string, string> | undefined;
|
1780
|
-
} | undefined;
|
1781
|
-
simplify?: boolean | undefined;
|
1782
|
-
jsonify?: {
|
1783
|
-
minCost: number;
|
1784
|
-
} | undefined;
|
1785
|
-
} | undefined;
|
1786
|
-
legacyDecorator?: boolean | undefined;
|
1787
|
-
decoratorMetadata?: boolean | undefined;
|
1788
|
-
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
1789
|
-
treatConstEnumAsEnum?: boolean | undefined;
|
1790
|
-
useDefineForClassFields?: boolean | undefined;
|
1791
|
-
verbatimModuleSyntax?: boolean | undefined;
|
1792
|
-
} | undefined;
|
1793
|
-
externalHelpers?: boolean | undefined;
|
1794
|
-
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
1795
|
-
experimental?: {
|
1796
|
-
optimizeHygiene?: boolean | undefined;
|
1797
|
-
keepImportAttributes?: boolean | undefined;
|
1798
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
1799
|
-
cacheRoot?: string | undefined;
|
1800
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
1801
|
-
runPluginFirst?: boolean | undefined;
|
1802
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
1803
|
-
emitIsolatedDts?: boolean | undefined;
|
1804
|
-
disableAllLints?: boolean | undefined;
|
1805
|
-
keepImportAssertions?: boolean | undefined;
|
1806
|
-
} | undefined;
|
1807
|
-
baseUrl?: string | undefined;
|
1808
|
-
paths?: Record<string, string[]> | undefined;
|
1809
|
-
minify?: {
|
1810
|
-
module?: boolean | "unknown" | undefined;
|
1811
|
-
ecma?: string | number | undefined;
|
1812
|
-
safari10?: boolean | undefined;
|
1813
|
-
keep_classnames?: boolean | undefined;
|
1814
|
-
keep_fnames?: boolean | undefined;
|
1815
|
-
toplevel?: boolean | undefined;
|
1816
|
-
compress?: boolean | {
|
1817
|
-
module?: boolean | undefined;
|
1818
|
-
ecma?: string | number | undefined;
|
1819
|
-
arguments?: boolean | undefined;
|
1820
|
-
arrows?: boolean | undefined;
|
1821
|
-
booleans?: boolean | undefined;
|
1822
|
-
booleans_as_integers?: boolean | undefined;
|
1823
|
-
collapse_vars?: boolean | undefined;
|
1824
|
-
comparisons?: boolean | undefined;
|
1825
|
-
computed_props?: boolean | undefined;
|
1826
|
-
conditionals?: boolean | undefined;
|
1827
|
-
dead_code?: boolean | undefined;
|
1828
|
-
defaults?: boolean | undefined;
|
1829
|
-
directives?: boolean | undefined;
|
1830
|
-
drop_console?: boolean | undefined;
|
1831
|
-
drop_debugger?: boolean | undefined;
|
1832
|
-
evaluate?: boolean | undefined;
|
1833
|
-
expression?: boolean | undefined;
|
1834
|
-
global_defs?: any;
|
1835
|
-
hoist_funs?: boolean | undefined;
|
1836
|
-
hoist_props?: boolean | undefined;
|
1837
|
-
hoist_vars?: boolean | undefined;
|
1838
|
-
ie8?: boolean | undefined;
|
1839
|
-
if_return?: boolean | undefined;
|
1840
|
-
inline?: 0 | 1 | 2 | 3 | undefined;
|
1841
|
-
join_vars?: boolean | undefined;
|
1842
|
-
keep_classnames?: boolean | undefined;
|
1843
|
-
keep_fargs?: boolean | undefined;
|
1844
|
-
keep_fnames?: boolean | undefined;
|
1845
|
-
keep_infinity?: boolean | undefined;
|
1846
|
-
loops?: boolean | undefined;
|
1847
|
-
negate_iife?: boolean | undefined;
|
1848
|
-
passes?: number | undefined;
|
1849
|
-
properties?: boolean | undefined;
|
1850
|
-
pure_getters?: any;
|
1851
|
-
pure_funcs?: string[] | undefined;
|
1852
|
-
reduce_funcs?: boolean | undefined;
|
1853
|
-
reduce_vars?: boolean | undefined;
|
1854
|
-
sequences?: any;
|
1855
|
-
side_effects?: boolean | undefined;
|
1856
|
-
switches?: boolean | undefined;
|
1857
|
-
top_retain?: any;
|
1858
|
-
toplevel?: any;
|
1859
|
-
typeofs?: boolean | undefined;
|
1860
|
-
unsafe?: boolean | undefined;
|
1861
|
-
unsafe_passes?: boolean | undefined;
|
1862
|
-
unsafe_arrows?: boolean | undefined;
|
1863
|
-
unsafe_comps?: boolean | undefined;
|
1864
|
-
unsafe_function?: boolean | undefined;
|
1865
|
-
unsafe_math?: boolean | undefined;
|
1866
|
-
unsafe_symbols?: boolean | undefined;
|
1867
|
-
unsafe_methods?: boolean | undefined;
|
1868
|
-
unsafe_proto?: boolean | undefined;
|
1869
|
-
unsafe_regexp?: boolean | undefined;
|
1870
|
-
unsafe_undefined?: boolean | undefined;
|
1871
|
-
unused?: boolean | undefined;
|
1872
|
-
const_to_let?: boolean | undefined;
|
1873
|
-
} | undefined;
|
1874
|
-
format?: {
|
1875
|
-
asciiOnly?: boolean | undefined;
|
1876
|
-
beautify?: boolean | undefined;
|
1877
|
-
braces?: boolean | undefined;
|
1878
|
-
comments?: false | "some" | "all" | undefined;
|
1879
|
-
ecma?: string | number | undefined;
|
1880
|
-
indentLevel?: number | undefined;
|
1881
|
-
indentStart?: number | undefined;
|
1882
|
-
inlineScript?: boolean | undefined;
|
1883
|
-
keepNumbers?: number | undefined;
|
1884
|
-
keepQuotedProps?: boolean | undefined;
|
1885
|
-
maxLineLen?: number | undefined;
|
1886
|
-
preamble?: string | undefined;
|
1887
|
-
quoteKeys?: boolean | undefined;
|
1888
|
-
quoteStyle?: boolean | undefined;
|
1889
|
-
preserveAnnotations?: boolean | undefined;
|
1890
|
-
safari10?: boolean | undefined;
|
1891
|
-
semicolons?: boolean | undefined;
|
1892
|
-
shebang?: boolean | undefined;
|
1893
|
-
webkit?: boolean | undefined;
|
1894
|
-
wrapIife?: boolean | undefined;
|
1895
|
-
wrapFuncArgs?: boolean | undefined;
|
1896
|
-
} | undefined;
|
1897
|
-
mangle?: boolean | {
|
1898
|
-
safari10?: boolean | undefined;
|
1899
|
-
ie8?: boolean | undefined;
|
1900
|
-
keep_classnames?: boolean | undefined;
|
1901
|
-
keep_fnames?: boolean | undefined;
|
1902
|
-
toplevel?: boolean | undefined;
|
1903
|
-
props?: Record<string, any> | undefined;
|
1904
|
-
topLevel?: boolean | undefined;
|
1905
|
-
keepClassNames?: boolean | undefined;
|
1906
|
-
keepFnNames?: boolean | undefined;
|
1907
|
-
keepPrivateProps?: boolean | undefined;
|
1908
|
-
keep_private_props?: boolean | undefined;
|
1909
|
-
reserved?: string[] | undefined;
|
1910
|
-
} | undefined;
|
1911
|
-
sourceMap?: boolean | undefined;
|
1912
|
-
outputPath?: string | undefined;
|
1913
|
-
inlineSourcesContent?: boolean | undefined;
|
1914
|
-
} | undefined;
|
1915
|
-
preserveAllComments?: boolean | undefined;
|
1916
|
-
} | undefined;
|
1917
|
-
sourceMaps?: boolean | "inline" | undefined;
|
1918
|
-
}, {
|
1919
|
-
module?: {
|
1920
|
-
type: "es6";
|
1921
|
-
strict?: boolean | undefined;
|
1922
|
-
strictMode?: boolean | undefined;
|
1923
|
-
lazy?: boolean | string[] | undefined;
|
1924
|
-
noInterop?: boolean | undefined;
|
1925
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1926
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1927
|
-
exportInteropAnnotation?: boolean | undefined;
|
1928
|
-
ignoreDynamic?: boolean | undefined;
|
1929
|
-
allowTopLevelThis?: boolean | undefined;
|
1930
|
-
preserveImportMeta?: boolean | undefined;
|
1931
|
-
} | {
|
1932
|
-
type: "nodenext";
|
1933
|
-
strict?: boolean | undefined;
|
1934
|
-
strictMode?: boolean | undefined;
|
1935
|
-
lazy?: boolean | string[] | undefined;
|
1936
|
-
noInterop?: boolean | undefined;
|
1937
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1938
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1939
|
-
exportInteropAnnotation?: boolean | undefined;
|
1940
|
-
ignoreDynamic?: boolean | undefined;
|
1941
|
-
allowTopLevelThis?: boolean | undefined;
|
1942
|
-
preserveImportMeta?: boolean | undefined;
|
1943
|
-
} | {
|
1944
|
-
type: "commonjs";
|
1945
|
-
strict?: boolean | undefined;
|
1946
|
-
strictMode?: boolean | undefined;
|
1947
|
-
lazy?: boolean | string[] | undefined;
|
1948
|
-
noInterop?: boolean | undefined;
|
1949
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1950
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1951
|
-
exportInteropAnnotation?: boolean | undefined;
|
1952
|
-
ignoreDynamic?: boolean | undefined;
|
1953
|
-
allowTopLevelThis?: boolean | undefined;
|
1954
|
-
preserveImportMeta?: boolean | undefined;
|
1955
|
-
} | {
|
1956
|
-
type: "umd";
|
1957
|
-
strict?: boolean | undefined;
|
1958
|
-
globals?: Record<string, string> | undefined;
|
1959
|
-
strictMode?: boolean | undefined;
|
1960
|
-
lazy?: boolean | string[] | undefined;
|
1961
|
-
noInterop?: boolean | undefined;
|
1962
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1963
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1964
|
-
exportInteropAnnotation?: boolean | undefined;
|
1965
|
-
ignoreDynamic?: boolean | undefined;
|
1966
|
-
allowTopLevelThis?: boolean | undefined;
|
1967
|
-
preserveImportMeta?: boolean | undefined;
|
1968
|
-
} | {
|
1969
|
-
type: "amd";
|
1970
|
-
strict?: boolean | undefined;
|
1971
|
-
strictMode?: boolean | undefined;
|
1972
|
-
lazy?: boolean | string[] | undefined;
|
1973
|
-
noInterop?: boolean | undefined;
|
1974
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1975
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
1976
|
-
exportInteropAnnotation?: boolean | undefined;
|
1977
|
-
ignoreDynamic?: boolean | undefined;
|
1978
|
-
allowTopLevelThis?: boolean | undefined;
|
1979
|
-
preserveImportMeta?: boolean | undefined;
|
1980
|
-
moduleId?: string | undefined;
|
1981
|
-
} | {
|
1982
|
-
type: "systemjs";
|
1983
|
-
allowTopLevelThis?: boolean | undefined;
|
1984
|
-
} | undefined;
|
1985
|
-
exclude?: string | string[] | undefined;
|
1986
|
-
inlineSourcesContent?: boolean | undefined;
|
1987
|
-
minify?: boolean | undefined;
|
1988
|
-
test?: string | string[] | undefined;
|
1989
|
-
env?: {
|
1990
|
-
path?: string | undefined;
|
1991
|
-
mode?: "usage" | "entry" | undefined;
|
1992
|
-
debug?: boolean | undefined;
|
1993
|
-
dynamicImport?: boolean | undefined;
|
1994
|
-
loose?: boolean | undefined;
|
1995
|
-
bugfixes?: boolean | undefined;
|
1996
|
-
skip?: string[] | undefined;
|
1997
|
-
include?: string[] | undefined;
|
1998
|
-
exclude?: string[] | undefined;
|
1999
|
-
coreJs?: string | undefined;
|
2000
|
-
targets?: any;
|
2001
|
-
shippedProposals?: boolean | undefined;
|
2002
|
-
forceAllTransforms?: boolean | undefined;
|
2003
|
-
} | undefined;
|
2004
|
-
jsc?: {
|
2005
|
-
loose?: boolean | undefined;
|
2006
|
-
keepClassNames?: boolean | undefined;
|
2007
|
-
assumptions?: {
|
2008
|
-
arrayLikeIsIterable?: boolean | undefined;
|
2009
|
-
constantReexports?: boolean | undefined;
|
2010
|
-
constantSuper?: boolean | undefined;
|
2011
|
-
enumerableModuleMeta?: boolean | undefined;
|
2012
|
-
ignoreFunctionLength?: boolean | undefined;
|
2013
|
-
ignoreFunctionName?: boolean | undefined;
|
2014
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
2015
|
-
iterableIsArray?: boolean | undefined;
|
2016
|
-
mutableTemplateObject?: boolean | undefined;
|
2017
|
-
noClassCalls?: boolean | undefined;
|
2018
|
-
noDocumentAll?: boolean | undefined;
|
2019
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
2020
|
-
noNewArrows?: boolean | undefined;
|
2021
|
-
objectRestNoSymbols?: boolean | undefined;
|
2022
|
-
privateFieldsAsProperties?: boolean | undefined;
|
2023
|
-
pureGetters?: boolean | undefined;
|
2024
|
-
setClassMethods?: boolean | undefined;
|
2025
|
-
setComputedProperties?: boolean | undefined;
|
2026
|
-
setPublicClassFields?: boolean | undefined;
|
2027
|
-
setSpreadProperties?: boolean | undefined;
|
2028
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
2029
|
-
superIsCallableConstructor?: boolean | undefined;
|
2030
|
-
tsEnumIsReadonly?: boolean | undefined;
|
2031
|
-
} | undefined;
|
2032
|
-
parser?: {
|
2033
|
-
syntax: "typescript" | "ecmascript";
|
2034
|
-
dynamicImport?: boolean | undefined;
|
2035
|
-
tsx?: boolean | undefined;
|
2036
|
-
decorators?: boolean | undefined;
|
2037
|
-
jsx?: boolean | undefined;
|
2038
|
-
numericSeparator?: boolean | undefined;
|
2039
|
-
classPrivateProperty?: boolean | undefined;
|
2040
|
-
privateMethod?: boolean | undefined;
|
2041
|
-
classProperty?: boolean | undefined;
|
2042
|
-
functionBind?: boolean | undefined;
|
2043
|
-
decoratorsBeforeExport?: boolean | undefined;
|
2044
|
-
exportDefaultFrom?: boolean | undefined;
|
2045
|
-
exportNamespaceFrom?: boolean | undefined;
|
2046
|
-
nullishCoalescing?: boolean | undefined;
|
2047
|
-
optionalChaining?: boolean | undefined;
|
2048
|
-
importMeta?: boolean | undefined;
|
2049
|
-
topLevelAwait?: boolean | undefined;
|
2050
|
-
importAssertions?: boolean | undefined;
|
2051
|
-
importAttributes?: boolean | undefined;
|
2052
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
2053
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
2054
|
-
autoAccessors?: boolean | undefined;
|
2055
|
-
explicitResourceManagement?: boolean | undefined;
|
2056
|
-
} | undefined;
|
2057
|
-
transform?: {
|
2058
|
-
react?: {
|
2059
|
-
runtime?: "automatic" | "classic" | undefined;
|
2060
|
-
pragma?: string | undefined;
|
2061
|
-
pragmaFrag?: string | undefined;
|
2062
|
-
throwIfNamespace?: boolean | undefined;
|
2063
|
-
development?: boolean | undefined;
|
2064
|
-
useBuiltins?: boolean | undefined;
|
2065
|
-
refresh?: boolean | {
|
2066
|
-
refreshReg?: string | undefined;
|
2067
|
-
refreshSig?: string | undefined;
|
2068
|
-
emitFullSignatures?: boolean | undefined;
|
2069
|
-
} | undefined;
|
2070
|
-
importSource?: string | undefined;
|
2071
|
-
} | undefined;
|
2072
|
-
constModules?: {
|
2073
|
-
globals?: Record<string, Record<string, string>> | undefined;
|
2074
|
-
} | undefined;
|
2075
|
-
optimizer?: {
|
2076
|
-
globals?: {
|
2077
|
-
typeofs?: Record<string, string> | undefined;
|
2078
|
-
vars?: Record<string, string> | undefined;
|
2079
|
-
envs?: string[] | Record<string, string> | undefined;
|
2080
|
-
} | undefined;
|
2081
|
-
simplify?: boolean | undefined;
|
2082
|
-
jsonify?: {
|
2083
|
-
minCost: number;
|
2084
|
-
} | undefined;
|
2085
|
-
} | undefined;
|
2086
|
-
legacyDecorator?: boolean | undefined;
|
2087
|
-
decoratorMetadata?: boolean | undefined;
|
2088
|
-
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
2089
|
-
treatConstEnumAsEnum?: boolean | undefined;
|
2090
|
-
useDefineForClassFields?: boolean | undefined;
|
2091
|
-
verbatimModuleSyntax?: boolean | undefined;
|
2092
|
-
} | undefined;
|
2093
|
-
externalHelpers?: boolean | undefined;
|
2094
|
-
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
2095
|
-
experimental?: {
|
2096
|
-
optimizeHygiene?: boolean | undefined;
|
2097
|
-
keepImportAttributes?: boolean | undefined;
|
2098
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
2099
|
-
cacheRoot?: string | undefined;
|
2100
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
2101
|
-
runPluginFirst?: boolean | undefined;
|
2102
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
2103
|
-
emitIsolatedDts?: boolean | undefined;
|
2104
|
-
disableAllLints?: boolean | undefined;
|
2105
|
-
keepImportAssertions?: boolean | undefined;
|
2106
|
-
} | undefined;
|
2107
|
-
baseUrl?: string | undefined;
|
2108
|
-
paths?: Record<string, string[]> | undefined;
|
2109
|
-
minify?: {
|
2110
|
-
module?: boolean | "unknown" | undefined;
|
2111
|
-
ecma?: string | number | undefined;
|
2112
|
-
safari10?: boolean | undefined;
|
2113
|
-
keep_classnames?: boolean | undefined;
|
2114
|
-
keep_fnames?: boolean | undefined;
|
2115
|
-
toplevel?: boolean | undefined;
|
2116
|
-
compress?: boolean | {
|
2117
|
-
module?: boolean | undefined;
|
2118
|
-
ecma?: string | number | undefined;
|
2119
|
-
arguments?: boolean | undefined;
|
2120
|
-
arrows?: boolean | undefined;
|
2121
|
-
booleans?: boolean | undefined;
|
2122
|
-
booleans_as_integers?: boolean | undefined;
|
2123
|
-
collapse_vars?: boolean | undefined;
|
2124
|
-
comparisons?: boolean | undefined;
|
2125
|
-
computed_props?: boolean | undefined;
|
2126
|
-
conditionals?: boolean | undefined;
|
2127
|
-
dead_code?: boolean | undefined;
|
2128
|
-
defaults?: boolean | undefined;
|
2129
|
-
directives?: boolean | undefined;
|
2130
|
-
drop_console?: boolean | undefined;
|
2131
|
-
drop_debugger?: boolean | undefined;
|
2132
|
-
evaluate?: boolean | undefined;
|
2133
|
-
expression?: boolean | undefined;
|
2134
|
-
global_defs?: any;
|
2135
|
-
hoist_funs?: boolean | undefined;
|
2136
|
-
hoist_props?: boolean | undefined;
|
2137
|
-
hoist_vars?: boolean | undefined;
|
2138
|
-
ie8?: boolean | undefined;
|
2139
|
-
if_return?: boolean | undefined;
|
2140
|
-
inline?: 0 | 1 | 2 | 3 | undefined;
|
2141
|
-
join_vars?: boolean | undefined;
|
2142
|
-
keep_classnames?: boolean | undefined;
|
2143
|
-
keep_fargs?: boolean | undefined;
|
2144
|
-
keep_fnames?: boolean | undefined;
|
2145
|
-
keep_infinity?: boolean | undefined;
|
2146
|
-
loops?: boolean | undefined;
|
2147
|
-
negate_iife?: boolean | undefined;
|
2148
|
-
passes?: number | undefined;
|
2149
|
-
properties?: boolean | undefined;
|
2150
|
-
pure_getters?: any;
|
2151
|
-
pure_funcs?: string[] | undefined;
|
2152
|
-
reduce_funcs?: boolean | undefined;
|
2153
|
-
reduce_vars?: boolean | undefined;
|
2154
|
-
sequences?: any;
|
2155
|
-
side_effects?: boolean | undefined;
|
2156
|
-
switches?: boolean | undefined;
|
2157
|
-
top_retain?: any;
|
2158
|
-
toplevel?: any;
|
2159
|
-
typeofs?: boolean | undefined;
|
2160
|
-
unsafe?: boolean | undefined;
|
2161
|
-
unsafe_passes?: boolean | undefined;
|
2162
|
-
unsafe_arrows?: boolean | undefined;
|
2163
|
-
unsafe_comps?: boolean | undefined;
|
2164
|
-
unsafe_function?: boolean | undefined;
|
2165
|
-
unsafe_math?: boolean | undefined;
|
2166
|
-
unsafe_symbols?: boolean | undefined;
|
2167
|
-
unsafe_methods?: boolean | undefined;
|
2168
|
-
unsafe_proto?: boolean | undefined;
|
2169
|
-
unsafe_regexp?: boolean | undefined;
|
2170
|
-
unsafe_undefined?: boolean | undefined;
|
2171
|
-
unused?: boolean | undefined;
|
2172
|
-
const_to_let?: boolean | undefined;
|
2173
|
-
} | undefined;
|
2174
|
-
format?: {
|
2175
|
-
asciiOnly?: boolean | undefined;
|
2176
|
-
beautify?: boolean | undefined;
|
2177
|
-
braces?: boolean | undefined;
|
2178
|
-
comments?: false | "some" | "all" | undefined;
|
2179
|
-
ecma?: string | number | undefined;
|
2180
|
-
indentLevel?: number | undefined;
|
2181
|
-
indentStart?: number | undefined;
|
2182
|
-
inlineScript?: boolean | undefined;
|
2183
|
-
keepNumbers?: number | undefined;
|
2184
|
-
keepQuotedProps?: boolean | undefined;
|
2185
|
-
maxLineLen?: number | undefined;
|
2186
|
-
preamble?: string | undefined;
|
2187
|
-
quoteKeys?: boolean | undefined;
|
2188
|
-
quoteStyle?: boolean | undefined;
|
2189
|
-
preserveAnnotations?: boolean | undefined;
|
2190
|
-
safari10?: boolean | undefined;
|
2191
|
-
semicolons?: boolean | undefined;
|
2192
|
-
shebang?: boolean | undefined;
|
2193
|
-
webkit?: boolean | undefined;
|
2194
|
-
wrapIife?: boolean | undefined;
|
2195
|
-
wrapFuncArgs?: boolean | undefined;
|
2196
|
-
} | undefined;
|
2197
|
-
mangle?: boolean | {
|
2198
|
-
safari10?: boolean | undefined;
|
2199
|
-
ie8?: boolean | undefined;
|
2200
|
-
keep_classnames?: boolean | undefined;
|
2201
|
-
keep_fnames?: boolean | undefined;
|
2202
|
-
toplevel?: boolean | undefined;
|
2203
|
-
props?: Record<string, any> | undefined;
|
2204
|
-
topLevel?: boolean | undefined;
|
2205
|
-
keepClassNames?: boolean | undefined;
|
2206
|
-
keepFnNames?: boolean | undefined;
|
2207
|
-
keepPrivateProps?: boolean | undefined;
|
2208
|
-
keep_private_props?: boolean | undefined;
|
2209
|
-
reserved?: string[] | undefined;
|
2210
|
-
} | undefined;
|
2211
|
-
sourceMap?: boolean | undefined;
|
2212
|
-
outputPath?: string | undefined;
|
2213
|
-
inlineSourcesContent?: boolean | undefined;
|
2214
|
-
} | undefined;
|
2215
|
-
preserveAllComments?: boolean | undefined;
|
2216
|
-
} | undefined;
|
2217
|
-
sourceMaps?: boolean | "inline" | undefined;
|
2218
|
-
}>;
|
2219
|
-
export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
2220
|
-
test: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
2221
|
-
exclude: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
2222
|
-
env: z.ZodOptional<z.ZodObject<{
|
2223
|
-
mode: z.ZodOptional<z.ZodEnum<["usage", "entry"]>>;
|
2224
|
-
debug: z.ZodOptional<z.ZodBoolean>;
|
2225
|
-
dynamicImport: z.ZodOptional<z.ZodBoolean>;
|
2226
|
-
loose: z.ZodOptional<z.ZodBoolean>;
|
2227
|
-
bugfixes: z.ZodOptional<z.ZodBoolean>;
|
2228
|
-
skip: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2229
|
-
include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2230
|
-
exclude: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2231
|
-
coreJs: z.ZodOptional<z.ZodString>;
|
2232
|
-
targets: z.ZodOptional<z.ZodAny>;
|
2233
|
-
path: z.ZodOptional<z.ZodString>;
|
2234
|
-
shippedProposals: z.ZodOptional<z.ZodBoolean>;
|
2235
|
-
forceAllTransforms: z.ZodOptional<z.ZodBoolean>;
|
2236
|
-
}, "strict", z.ZodTypeAny, {
|
2237
|
-
path?: string | undefined;
|
2238
|
-
mode?: "usage" | "entry" | undefined;
|
2239
|
-
debug?: boolean | undefined;
|
2240
|
-
dynamicImport?: boolean | undefined;
|
2241
|
-
loose?: boolean | undefined;
|
2242
|
-
bugfixes?: boolean | undefined;
|
2243
|
-
skip?: string[] | undefined;
|
2244
|
-
include?: string[] | undefined;
|
2245
|
-
exclude?: string[] | undefined;
|
2246
|
-
coreJs?: string | undefined;
|
2247
|
-
targets?: any;
|
2248
|
-
shippedProposals?: boolean | undefined;
|
2249
|
-
forceAllTransforms?: boolean | undefined;
|
2250
|
-
}, {
|
2251
|
-
path?: string | undefined;
|
2252
|
-
mode?: "usage" | "entry" | undefined;
|
2253
|
-
debug?: boolean | undefined;
|
2254
|
-
dynamicImport?: boolean | undefined;
|
2255
|
-
loose?: boolean | undefined;
|
2256
|
-
bugfixes?: boolean | undefined;
|
2257
|
-
skip?: string[] | undefined;
|
2258
|
-
include?: string[] | undefined;
|
2259
|
-
exclude?: string[] | undefined;
|
2260
|
-
coreJs?: string | undefined;
|
2261
|
-
targets?: any;
|
2262
|
-
shippedProposals?: boolean | undefined;
|
2263
|
-
forceAllTransforms?: boolean | undefined;
|
2264
|
-
}>>;
|
2265
|
-
jsc: z.ZodOptional<z.ZodObject<{
|
2266
|
-
assumptions: z.ZodOptional<z.ZodObject<{
|
2267
|
-
arrayLikeIsIterable: z.ZodOptional<z.ZodBoolean>;
|
2268
|
-
constantReexports: z.ZodOptional<z.ZodBoolean>;
|
2269
|
-
constantSuper: z.ZodOptional<z.ZodBoolean>;
|
2270
|
-
enumerableModuleMeta: z.ZodOptional<z.ZodBoolean>;
|
2271
|
-
ignoreFunctionLength: z.ZodOptional<z.ZodBoolean>;
|
2272
|
-
ignoreFunctionName: z.ZodOptional<z.ZodBoolean>;
|
2273
|
-
ignoreToPrimitiveHint: z.ZodOptional<z.ZodBoolean>;
|
2274
|
-
iterableIsArray: z.ZodOptional<z.ZodBoolean>;
|
2275
|
-
mutableTemplateObject: z.ZodOptional<z.ZodBoolean>;
|
2276
|
-
noClassCalls: z.ZodOptional<z.ZodBoolean>;
|
2277
|
-
noDocumentAll: z.ZodOptional<z.ZodBoolean>;
|
2278
|
-
noIncompleteNsImportDetection: z.ZodOptional<z.ZodBoolean>;
|
2279
|
-
noNewArrows: z.ZodOptional<z.ZodBoolean>;
|
2280
|
-
objectRestNoSymbols: z.ZodOptional<z.ZodBoolean>;
|
2281
|
-
privateFieldsAsProperties: z.ZodOptional<z.ZodBoolean>;
|
2282
|
-
pureGetters: z.ZodOptional<z.ZodBoolean>;
|
2283
|
-
setClassMethods: z.ZodOptional<z.ZodBoolean>;
|
2284
|
-
setComputedProperties: z.ZodOptional<z.ZodBoolean>;
|
2285
|
-
setPublicClassFields: z.ZodOptional<z.ZodBoolean>;
|
2286
|
-
setSpreadProperties: z.ZodOptional<z.ZodBoolean>;
|
2287
|
-
skipForOfIteratorClosing: z.ZodOptional<z.ZodBoolean>;
|
2288
|
-
superIsCallableConstructor: z.ZodOptional<z.ZodBoolean>;
|
2289
|
-
tsEnumIsReadonly: z.ZodOptional<z.ZodBoolean>;
|
2290
|
-
}, "strict", z.ZodTypeAny, {
|
2291
|
-
arrayLikeIsIterable?: boolean | undefined;
|
2292
|
-
constantReexports?: boolean | undefined;
|
2293
|
-
constantSuper?: boolean | undefined;
|
2294
|
-
enumerableModuleMeta?: boolean | undefined;
|
2295
|
-
ignoreFunctionLength?: boolean | undefined;
|
2296
|
-
ignoreFunctionName?: boolean | undefined;
|
2297
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
2298
|
-
iterableIsArray?: boolean | undefined;
|
2299
|
-
mutableTemplateObject?: boolean | undefined;
|
2300
|
-
noClassCalls?: boolean | undefined;
|
2301
|
-
noDocumentAll?: boolean | undefined;
|
2302
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
2303
|
-
noNewArrows?: boolean | undefined;
|
2304
|
-
objectRestNoSymbols?: boolean | undefined;
|
2305
|
-
privateFieldsAsProperties?: boolean | undefined;
|
2306
|
-
pureGetters?: boolean | undefined;
|
2307
|
-
setClassMethods?: boolean | undefined;
|
2308
|
-
setComputedProperties?: boolean | undefined;
|
2309
|
-
setPublicClassFields?: boolean | undefined;
|
2310
|
-
setSpreadProperties?: boolean | undefined;
|
2311
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
2312
|
-
superIsCallableConstructor?: boolean | undefined;
|
2313
|
-
tsEnumIsReadonly?: boolean | undefined;
|
2314
|
-
}, {
|
2315
|
-
arrayLikeIsIterable?: boolean | undefined;
|
2316
|
-
constantReexports?: boolean | undefined;
|
2317
|
-
constantSuper?: boolean | undefined;
|
2318
|
-
enumerableModuleMeta?: boolean | undefined;
|
2319
|
-
ignoreFunctionLength?: boolean | undefined;
|
2320
|
-
ignoreFunctionName?: boolean | undefined;
|
2321
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
2322
|
-
iterableIsArray?: boolean | undefined;
|
2323
|
-
mutableTemplateObject?: boolean | undefined;
|
2324
|
-
noClassCalls?: boolean | undefined;
|
2325
|
-
noDocumentAll?: boolean | undefined;
|
2326
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
2327
|
-
noNewArrows?: boolean | undefined;
|
2328
|
-
objectRestNoSymbols?: boolean | undefined;
|
2329
|
-
privateFieldsAsProperties?: boolean | undefined;
|
2330
|
-
pureGetters?: boolean | undefined;
|
2331
|
-
setClassMethods?: boolean | undefined;
|
2332
|
-
setComputedProperties?: boolean | undefined;
|
2333
|
-
setPublicClassFields?: boolean | undefined;
|
2334
|
-
setSpreadProperties?: boolean | undefined;
|
2335
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
2336
|
-
superIsCallableConstructor?: boolean | undefined;
|
2337
|
-
tsEnumIsReadonly?: boolean | undefined;
|
2338
|
-
}>>;
|
2339
|
-
loose: z.ZodOptional<z.ZodBoolean>;
|
2340
|
-
parser: z.ZodOptional<z.ZodObject<{
|
2341
|
-
syntax: z.ZodEnum<["typescript", "ecmascript"]>;
|
2342
|
-
tsx: z.ZodOptional<z.ZodBoolean>;
|
2343
|
-
decorators: z.ZodOptional<z.ZodBoolean>;
|
2344
|
-
dynamicImport: z.ZodOptional<z.ZodBoolean>;
|
2345
|
-
jsx: z.ZodOptional<z.ZodBoolean>;
|
2346
|
-
numericSeparator: z.ZodOptional<z.ZodBoolean>;
|
2347
|
-
classPrivateProperty: z.ZodOptional<z.ZodBoolean>;
|
2348
|
-
privateMethod: z.ZodOptional<z.ZodBoolean>;
|
2349
|
-
classProperty: z.ZodOptional<z.ZodBoolean>;
|
2350
|
-
functionBind: z.ZodOptional<z.ZodBoolean>;
|
2351
|
-
decoratorsBeforeExport: z.ZodOptional<z.ZodBoolean>;
|
2352
|
-
exportDefaultFrom: z.ZodOptional<z.ZodBoolean>;
|
2353
|
-
exportNamespaceFrom: z.ZodOptional<z.ZodBoolean>;
|
2354
|
-
nullishCoalescing: z.ZodOptional<z.ZodBoolean>;
|
2355
|
-
optionalChaining: z.ZodOptional<z.ZodBoolean>;
|
2356
|
-
importMeta: z.ZodOptional<z.ZodBoolean>;
|
2357
|
-
topLevelAwait: z.ZodOptional<z.ZodBoolean>;
|
2358
|
-
importAssertions: z.ZodOptional<z.ZodBoolean>;
|
2359
|
-
importAttributes: z.ZodOptional<z.ZodBoolean>;
|
2360
|
-
allowSuperOutsideMethod: z.ZodOptional<z.ZodBoolean>;
|
2361
|
-
allowReturnOutsideFunction: z.ZodOptional<z.ZodBoolean>;
|
2362
|
-
autoAccessors: z.ZodOptional<z.ZodBoolean>;
|
2363
|
-
explicitResourceManagement: z.ZodOptional<z.ZodBoolean>;
|
2364
|
-
}, "strict", z.ZodTypeAny, {
|
2365
|
-
syntax: "typescript" | "ecmascript";
|
2366
|
-
dynamicImport?: boolean | undefined;
|
2367
|
-
tsx?: boolean | undefined;
|
2368
|
-
decorators?: boolean | undefined;
|
2369
|
-
jsx?: boolean | undefined;
|
2370
|
-
numericSeparator?: boolean | undefined;
|
2371
|
-
classPrivateProperty?: boolean | undefined;
|
2372
|
-
privateMethod?: boolean | undefined;
|
2373
|
-
classProperty?: boolean | undefined;
|
2374
|
-
functionBind?: boolean | undefined;
|
2375
|
-
decoratorsBeforeExport?: boolean | undefined;
|
2376
|
-
exportDefaultFrom?: boolean | undefined;
|
2377
|
-
exportNamespaceFrom?: boolean | undefined;
|
2378
|
-
nullishCoalescing?: boolean | undefined;
|
2379
|
-
optionalChaining?: boolean | undefined;
|
2380
|
-
importMeta?: boolean | undefined;
|
2381
|
-
topLevelAwait?: boolean | undefined;
|
2382
|
-
importAssertions?: boolean | undefined;
|
2383
|
-
importAttributes?: boolean | undefined;
|
2384
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
2385
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
2386
|
-
autoAccessors?: boolean | undefined;
|
2387
|
-
explicitResourceManagement?: boolean | undefined;
|
2388
|
-
}, {
|
2389
|
-
syntax: "typescript" | "ecmascript";
|
2390
|
-
dynamicImport?: boolean | undefined;
|
2391
|
-
tsx?: boolean | undefined;
|
2392
|
-
decorators?: boolean | undefined;
|
2393
|
-
jsx?: boolean | undefined;
|
2394
|
-
numericSeparator?: boolean | undefined;
|
2395
|
-
classPrivateProperty?: boolean | undefined;
|
2396
|
-
privateMethod?: boolean | undefined;
|
2397
|
-
classProperty?: boolean | undefined;
|
2398
|
-
functionBind?: boolean | undefined;
|
2399
|
-
decoratorsBeforeExport?: boolean | undefined;
|
2400
|
-
exportDefaultFrom?: boolean | undefined;
|
2401
|
-
exportNamespaceFrom?: boolean | undefined;
|
2402
|
-
nullishCoalescing?: boolean | undefined;
|
2403
|
-
optionalChaining?: boolean | undefined;
|
2404
|
-
importMeta?: boolean | undefined;
|
2405
|
-
topLevelAwait?: boolean | undefined;
|
2406
|
-
importAssertions?: boolean | undefined;
|
2407
|
-
importAttributes?: boolean | undefined;
|
2408
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
2409
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
2410
|
-
autoAccessors?: boolean | undefined;
|
2411
|
-
explicitResourceManagement?: boolean | undefined;
|
2412
|
-
}>>;
|
2413
|
-
transform: z.ZodOptional<z.ZodObject<{
|
2414
|
-
react: z.ZodOptional<z.ZodObject<{
|
2415
|
-
pragma: z.ZodOptional<z.ZodString>;
|
2416
|
-
pragmaFrag: z.ZodOptional<z.ZodString>;
|
2417
|
-
throwIfNamespace: z.ZodOptional<z.ZodBoolean>;
|
2418
|
-
development: z.ZodOptional<z.ZodBoolean>;
|
2419
|
-
useBuiltins: z.ZodOptional<z.ZodBoolean>;
|
2420
|
-
refresh: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodObject<{
|
2421
|
-
refreshReg: z.ZodOptional<z.ZodString>;
|
2422
|
-
refreshSig: z.ZodOptional<z.ZodString>;
|
2423
|
-
emitFullSignatures: z.ZodOptional<z.ZodBoolean>;
|
2424
|
-
}, "strict", z.ZodTypeAny, {
|
2425
|
-
refreshReg?: string | undefined;
|
2426
|
-
refreshSig?: string | undefined;
|
2427
|
-
emitFullSignatures?: boolean | undefined;
|
2428
|
-
}, {
|
2429
|
-
refreshReg?: string | undefined;
|
2430
|
-
refreshSig?: string | undefined;
|
2431
|
-
emitFullSignatures?: boolean | undefined;
|
2432
|
-
}>]>>;
|
2433
|
-
runtime: z.ZodOptional<z.ZodEnum<["automatic", "classic"]>>;
|
2434
|
-
importSource: z.ZodOptional<z.ZodString>;
|
2435
|
-
}, "strict", z.ZodTypeAny, {
|
2436
|
-
runtime?: "automatic" | "classic" | undefined;
|
2437
|
-
pragma?: string | undefined;
|
2438
|
-
pragmaFrag?: string | undefined;
|
2439
|
-
throwIfNamespace?: boolean | undefined;
|
2440
|
-
development?: boolean | undefined;
|
2441
|
-
useBuiltins?: boolean | undefined;
|
2442
|
-
refresh?: boolean | {
|
2443
|
-
refreshReg?: string | undefined;
|
2444
|
-
refreshSig?: string | undefined;
|
2445
|
-
emitFullSignatures?: boolean | undefined;
|
2446
|
-
} | undefined;
|
2447
|
-
importSource?: string | undefined;
|
2448
|
-
}, {
|
2449
|
-
runtime?: "automatic" | "classic" | undefined;
|
2450
|
-
pragma?: string | undefined;
|
2451
|
-
pragmaFrag?: string | undefined;
|
2452
|
-
throwIfNamespace?: boolean | undefined;
|
2453
|
-
development?: boolean | undefined;
|
2454
|
-
useBuiltins?: boolean | undefined;
|
2455
|
-
refresh?: boolean | {
|
2456
|
-
refreshReg?: string | undefined;
|
2457
|
-
refreshSig?: string | undefined;
|
2458
|
-
emitFullSignatures?: boolean | undefined;
|
2459
|
-
} | undefined;
|
2460
|
-
importSource?: string | undefined;
|
2461
|
-
}>>;
|
2462
|
-
constModules: z.ZodOptional<z.ZodObject<{
|
2463
|
-
globals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
2464
|
-
}, "strict", z.ZodTypeAny, {
|
2465
|
-
globals?: Record<string, Record<string, string>> | undefined;
|
2466
|
-
}, {
|
2467
|
-
globals?: Record<string, Record<string, string>> | undefined;
|
2468
|
-
}>>;
|
2469
|
-
optimizer: z.ZodOptional<z.ZodObject<{
|
2470
|
-
simplify: z.ZodOptional<z.ZodBoolean>;
|
2471
|
-
globals: z.ZodOptional<z.ZodObject<{
|
2472
|
-
vars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
2473
|
-
envs: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodRecord<z.ZodString, z.ZodString>]>>;
|
2474
|
-
typeofs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
2475
|
-
}, "strict", z.ZodTypeAny, {
|
2476
|
-
typeofs?: Record<string, string> | undefined;
|
2477
|
-
vars?: Record<string, string> | undefined;
|
2478
|
-
envs?: string[] | Record<string, string> | undefined;
|
2479
|
-
}, {
|
2480
|
-
typeofs?: Record<string, string> | undefined;
|
2481
|
-
vars?: Record<string, string> | undefined;
|
2482
|
-
envs?: string[] | Record<string, string> | undefined;
|
2483
|
-
}>>;
|
2484
|
-
jsonify: z.ZodOptional<z.ZodObject<{
|
2485
|
-
minCost: z.ZodNumber;
|
2486
|
-
}, "strict", z.ZodTypeAny, {
|
2487
|
-
minCost: number;
|
2488
|
-
}, {
|
2489
|
-
minCost: number;
|
2490
|
-
}>>;
|
2491
|
-
}, "strict", z.ZodTypeAny, {
|
2492
|
-
globals?: {
|
2493
|
-
typeofs?: Record<string, string> | undefined;
|
2494
|
-
vars?: Record<string, string> | undefined;
|
2495
|
-
envs?: string[] | Record<string, string> | undefined;
|
2496
|
-
} | undefined;
|
2497
|
-
simplify?: boolean | undefined;
|
2498
|
-
jsonify?: {
|
2499
|
-
minCost: number;
|
2500
|
-
} | undefined;
|
2501
|
-
}, {
|
2502
|
-
globals?: {
|
2503
|
-
typeofs?: Record<string, string> | undefined;
|
2504
|
-
vars?: Record<string, string> | undefined;
|
2505
|
-
envs?: string[] | Record<string, string> | undefined;
|
2506
|
-
} | undefined;
|
2507
|
-
simplify?: boolean | undefined;
|
2508
|
-
jsonify?: {
|
2509
|
-
minCost: number;
|
2510
|
-
} | undefined;
|
2511
|
-
}>>;
|
2512
|
-
legacyDecorator: z.ZodOptional<z.ZodBoolean>;
|
2513
|
-
decoratorMetadata: z.ZodOptional<z.ZodBoolean>;
|
2514
|
-
decoratorVersion: z.ZodOptional<z.ZodEnum<["2021-12", "2022-03"]>>;
|
2515
|
-
treatConstEnumAsEnum: z.ZodOptional<z.ZodBoolean>;
|
2516
|
-
useDefineForClassFields: z.ZodOptional<z.ZodBoolean>;
|
2517
|
-
verbatimModuleSyntax: z.ZodOptional<z.ZodBoolean>;
|
2518
|
-
}, "strict", z.ZodTypeAny, {
|
2519
|
-
react?: {
|
2520
|
-
runtime?: "automatic" | "classic" | undefined;
|
2521
|
-
pragma?: string | undefined;
|
2522
|
-
pragmaFrag?: string | undefined;
|
2523
|
-
throwIfNamespace?: boolean | undefined;
|
2524
|
-
development?: boolean | undefined;
|
2525
|
-
useBuiltins?: boolean | undefined;
|
2526
|
-
refresh?: boolean | {
|
2527
|
-
refreshReg?: string | undefined;
|
2528
|
-
refreshSig?: string | undefined;
|
2529
|
-
emitFullSignatures?: boolean | undefined;
|
2530
|
-
} | undefined;
|
2531
|
-
importSource?: string | undefined;
|
2532
|
-
} | undefined;
|
2533
|
-
constModules?: {
|
2534
|
-
globals?: Record<string, Record<string, string>> | undefined;
|
2535
|
-
} | undefined;
|
2536
|
-
optimizer?: {
|
2537
|
-
globals?: {
|
2538
|
-
typeofs?: Record<string, string> | undefined;
|
2539
|
-
vars?: Record<string, string> | undefined;
|
2540
|
-
envs?: string[] | Record<string, string> | undefined;
|
2541
|
-
} | undefined;
|
2542
|
-
simplify?: boolean | undefined;
|
2543
|
-
jsonify?: {
|
2544
|
-
minCost: number;
|
2545
|
-
} | undefined;
|
2546
|
-
} | undefined;
|
2547
|
-
legacyDecorator?: boolean | undefined;
|
2548
|
-
decoratorMetadata?: boolean | undefined;
|
2549
|
-
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
2550
|
-
treatConstEnumAsEnum?: boolean | undefined;
|
2551
|
-
useDefineForClassFields?: boolean | undefined;
|
2552
|
-
verbatimModuleSyntax?: boolean | undefined;
|
2553
|
-
}, {
|
2554
|
-
react?: {
|
2555
|
-
runtime?: "automatic" | "classic" | undefined;
|
2556
|
-
pragma?: string | undefined;
|
2557
|
-
pragmaFrag?: string | undefined;
|
2558
|
-
throwIfNamespace?: boolean | undefined;
|
2559
|
-
development?: boolean | undefined;
|
2560
|
-
useBuiltins?: boolean | undefined;
|
2561
|
-
refresh?: boolean | {
|
2562
|
-
refreshReg?: string | undefined;
|
2563
|
-
refreshSig?: string | undefined;
|
2564
|
-
emitFullSignatures?: boolean | undefined;
|
2565
|
-
} | undefined;
|
2566
|
-
importSource?: string | undefined;
|
2567
|
-
} | undefined;
|
2568
|
-
constModules?: {
|
2569
|
-
globals?: Record<string, Record<string, string>> | undefined;
|
2570
|
-
} | undefined;
|
2571
|
-
optimizer?: {
|
2572
|
-
globals?: {
|
2573
|
-
typeofs?: Record<string, string> | undefined;
|
2574
|
-
vars?: Record<string, string> | undefined;
|
2575
|
-
envs?: string[] | Record<string, string> | undefined;
|
2576
|
-
} | undefined;
|
2577
|
-
simplify?: boolean | undefined;
|
2578
|
-
jsonify?: {
|
2579
|
-
minCost: number;
|
2580
|
-
} | undefined;
|
2581
|
-
} | undefined;
|
2582
|
-
legacyDecorator?: boolean | undefined;
|
2583
|
-
decoratorMetadata?: boolean | undefined;
|
2584
|
-
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
2585
|
-
treatConstEnumAsEnum?: boolean | undefined;
|
2586
|
-
useDefineForClassFields?: boolean | undefined;
|
2587
|
-
verbatimModuleSyntax?: boolean | undefined;
|
2588
|
-
}>>;
|
2589
|
-
externalHelpers: z.ZodOptional<z.ZodBoolean>;
|
2590
|
-
target: z.ZodOptional<z.ZodEnum<["es3", "es5", "es2015", "es2016", "es2017", "es2018", "es2019", "es2020", "es2021", "es2022", "es2023", "es2024", "esnext"]>>;
|
2591
|
-
keepClassNames: z.ZodOptional<z.ZodBoolean>;
|
2592
|
-
experimental: z.ZodOptional<z.ZodObject<{
|
2593
|
-
optimizeHygiene: z.ZodOptional<z.ZodBoolean>;
|
2594
|
-
keepImportAttributes: z.ZodOptional<z.ZodBoolean>;
|
2595
|
-
emitAssertForImportAttributes: z.ZodOptional<z.ZodBoolean>;
|
2596
|
-
cacheRoot: z.ZodOptional<z.ZodString>;
|
2597
|
-
plugins: z.ZodOptional<z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>], null>, "many">>;
|
2598
|
-
runPluginFirst: z.ZodOptional<z.ZodBoolean>;
|
2599
|
-
disableBuiltinTransformsForInternalTesting: z.ZodOptional<z.ZodBoolean>;
|
2600
|
-
emitIsolatedDts: z.ZodOptional<z.ZodBoolean>;
|
2601
|
-
disableAllLints: z.ZodOptional<z.ZodBoolean>;
|
2602
|
-
keepImportAssertions: z.ZodOptional<z.ZodBoolean>;
|
2603
|
-
}, "strict", z.ZodTypeAny, {
|
2604
|
-
optimizeHygiene?: boolean | undefined;
|
2605
|
-
keepImportAttributes?: boolean | undefined;
|
2606
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
2607
|
-
cacheRoot?: string | undefined;
|
2608
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
2609
|
-
runPluginFirst?: boolean | undefined;
|
2610
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
2611
|
-
emitIsolatedDts?: boolean | undefined;
|
2612
|
-
disableAllLints?: boolean | undefined;
|
2613
|
-
keepImportAssertions?: boolean | undefined;
|
2614
|
-
}, {
|
2615
|
-
optimizeHygiene?: boolean | undefined;
|
2616
|
-
keepImportAttributes?: boolean | undefined;
|
2617
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
2618
|
-
cacheRoot?: string | undefined;
|
2619
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
2620
|
-
runPluginFirst?: boolean | undefined;
|
2621
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
2622
|
-
emitIsolatedDts?: boolean | undefined;
|
2623
|
-
disableAllLints?: boolean | undefined;
|
2624
|
-
keepImportAssertions?: boolean | undefined;
|
2625
|
-
}>>;
|
2626
|
-
baseUrl: z.ZodOptional<z.ZodString>;
|
2627
|
-
paths: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
2628
|
-
minify: z.ZodOptional<z.ZodObject<{
|
2629
|
-
compress: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
2630
|
-
arguments: z.ZodOptional<z.ZodBoolean>;
|
2631
|
-
arrows: z.ZodOptional<z.ZodBoolean>;
|
2632
|
-
booleans: z.ZodOptional<z.ZodBoolean>;
|
2633
|
-
booleans_as_integers: z.ZodOptional<z.ZodBoolean>;
|
2634
|
-
collapse_vars: z.ZodOptional<z.ZodBoolean>;
|
2635
|
-
comparisons: z.ZodOptional<z.ZodBoolean>;
|
2636
|
-
computed_props: z.ZodOptional<z.ZodBoolean>;
|
2637
|
-
conditionals: z.ZodOptional<z.ZodBoolean>;
|
2638
|
-
dead_code: z.ZodOptional<z.ZodBoolean>;
|
2639
|
-
defaults: z.ZodOptional<z.ZodBoolean>;
|
2640
|
-
directives: z.ZodOptional<z.ZodBoolean>;
|
2641
|
-
drop_console: z.ZodOptional<z.ZodBoolean>;
|
2642
|
-
drop_debugger: z.ZodOptional<z.ZodBoolean>;
|
2643
|
-
ecma: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<5>, z.ZodLiteral<2015>, z.ZodLiteral<2016>, z.ZodString, z.ZodNumber]>>;
|
2644
|
-
evaluate: z.ZodOptional<z.ZodBoolean>;
|
2645
|
-
expression: z.ZodOptional<z.ZodBoolean>;
|
2646
|
-
global_defs: z.ZodOptional<z.ZodAny>;
|
2647
|
-
hoist_funs: z.ZodOptional<z.ZodBoolean>;
|
2648
|
-
hoist_props: z.ZodOptional<z.ZodBoolean>;
|
2649
|
-
hoist_vars: z.ZodOptional<z.ZodBoolean>;
|
2650
|
-
ie8: z.ZodOptional<z.ZodBoolean>;
|
2651
|
-
if_return: z.ZodOptional<z.ZodBoolean>;
|
2652
|
-
inline: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>, z.ZodLiteral<2>]>, z.ZodLiteral<3>]>>;
|
2653
|
-
join_vars: z.ZodOptional<z.ZodBoolean>;
|
2654
|
-
keep_classnames: z.ZodOptional<z.ZodBoolean>;
|
2655
|
-
keep_fargs: z.ZodOptional<z.ZodBoolean>;
|
2656
|
-
keep_fnames: z.ZodOptional<z.ZodBoolean>;
|
2657
|
-
keep_infinity: z.ZodOptional<z.ZodBoolean>;
|
2658
|
-
loops: z.ZodOptional<z.ZodBoolean>;
|
2659
|
-
negate_iife: z.ZodOptional<z.ZodBoolean>;
|
2660
|
-
passes: z.ZodOptional<z.ZodNumber>;
|
2661
|
-
properties: z.ZodOptional<z.ZodBoolean>;
|
2662
|
-
pure_getters: z.ZodOptional<z.ZodAny>;
|
2663
|
-
pure_funcs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2664
|
-
reduce_funcs: z.ZodOptional<z.ZodBoolean>;
|
2665
|
-
reduce_vars: z.ZodOptional<z.ZodBoolean>;
|
2666
|
-
sequences: z.ZodOptional<z.ZodAny>;
|
2667
|
-
side_effects: z.ZodOptional<z.ZodBoolean>;
|
2668
|
-
switches: z.ZodOptional<z.ZodBoolean>;
|
2669
|
-
top_retain: z.ZodOptional<z.ZodAny>;
|
2670
|
-
toplevel: z.ZodOptional<z.ZodAny>;
|
2671
|
-
typeofs: z.ZodOptional<z.ZodBoolean>;
|
2672
|
-
unsafe: z.ZodOptional<z.ZodBoolean>;
|
2673
|
-
unsafe_passes: z.ZodOptional<z.ZodBoolean>;
|
2674
|
-
unsafe_arrows: z.ZodOptional<z.ZodBoolean>;
|
2675
|
-
unsafe_comps: z.ZodOptional<z.ZodBoolean>;
|
2676
|
-
unsafe_function: z.ZodOptional<z.ZodBoolean>;
|
2677
|
-
unsafe_math: z.ZodOptional<z.ZodBoolean>;
|
2678
|
-
unsafe_symbols: z.ZodOptional<z.ZodBoolean>;
|
2679
|
-
unsafe_methods: z.ZodOptional<z.ZodBoolean>;
|
2680
|
-
unsafe_proto: z.ZodOptional<z.ZodBoolean>;
|
2681
|
-
unsafe_regexp: z.ZodOptional<z.ZodBoolean>;
|
2682
|
-
unsafe_undefined: z.ZodOptional<z.ZodBoolean>;
|
2683
|
-
unused: z.ZodOptional<z.ZodBoolean>;
|
2684
|
-
const_to_let: z.ZodOptional<z.ZodBoolean>;
|
2685
|
-
module: z.ZodOptional<z.ZodBoolean>;
|
2686
|
-
}, "strict", z.ZodTypeAny, {
|
2687
|
-
module?: boolean | undefined;
|
2688
|
-
ecma?: string | number | undefined;
|
2689
|
-
arguments?: boolean | undefined;
|
2690
|
-
arrows?: boolean | undefined;
|
2691
|
-
booleans?: boolean | undefined;
|
2692
|
-
booleans_as_integers?: boolean | undefined;
|
2693
|
-
collapse_vars?: boolean | undefined;
|
2694
|
-
comparisons?: boolean | undefined;
|
2695
|
-
computed_props?: boolean | undefined;
|
2696
|
-
conditionals?: boolean | undefined;
|
2697
|
-
dead_code?: boolean | undefined;
|
2698
|
-
defaults?: boolean | undefined;
|
2699
|
-
directives?: boolean | undefined;
|
2700
|
-
drop_console?: boolean | undefined;
|
2701
|
-
drop_debugger?: boolean | undefined;
|
2702
|
-
evaluate?: boolean | undefined;
|
2703
|
-
expression?: boolean | undefined;
|
2704
|
-
global_defs?: any;
|
2705
|
-
hoist_funs?: boolean | undefined;
|
2706
|
-
hoist_props?: boolean | undefined;
|
2707
|
-
hoist_vars?: boolean | undefined;
|
2708
|
-
ie8?: boolean | undefined;
|
2709
|
-
if_return?: boolean | undefined;
|
2710
|
-
inline?: 0 | 1 | 2 | 3 | undefined;
|
2711
|
-
join_vars?: boolean | undefined;
|
2712
|
-
keep_classnames?: boolean | undefined;
|
2713
|
-
keep_fargs?: boolean | undefined;
|
2714
|
-
keep_fnames?: boolean | undefined;
|
2715
|
-
keep_infinity?: boolean | undefined;
|
2716
|
-
loops?: boolean | undefined;
|
2717
|
-
negate_iife?: boolean | undefined;
|
2718
|
-
passes?: number | undefined;
|
2719
|
-
properties?: boolean | undefined;
|
2720
|
-
pure_getters?: any;
|
2721
|
-
pure_funcs?: string[] | undefined;
|
2722
|
-
reduce_funcs?: boolean | undefined;
|
2723
|
-
reduce_vars?: boolean | undefined;
|
2724
|
-
sequences?: any;
|
2725
|
-
side_effects?: boolean | undefined;
|
2726
|
-
switches?: boolean | undefined;
|
2727
|
-
top_retain?: any;
|
2728
|
-
toplevel?: any;
|
2729
|
-
typeofs?: boolean | undefined;
|
2730
|
-
unsafe?: boolean | undefined;
|
2731
|
-
unsafe_passes?: boolean | undefined;
|
2732
|
-
unsafe_arrows?: boolean | undefined;
|
2733
|
-
unsafe_comps?: boolean | undefined;
|
2734
|
-
unsafe_function?: boolean | undefined;
|
2735
|
-
unsafe_math?: boolean | undefined;
|
2736
|
-
unsafe_symbols?: boolean | undefined;
|
2737
|
-
unsafe_methods?: boolean | undefined;
|
2738
|
-
unsafe_proto?: boolean | undefined;
|
2739
|
-
unsafe_regexp?: boolean | undefined;
|
2740
|
-
unsafe_undefined?: boolean | undefined;
|
2741
|
-
unused?: boolean | undefined;
|
2742
|
-
const_to_let?: boolean | undefined;
|
2743
|
-
}, {
|
2744
|
-
module?: boolean | undefined;
|
2745
|
-
ecma?: string | number | undefined;
|
2746
|
-
arguments?: boolean | undefined;
|
2747
|
-
arrows?: boolean | undefined;
|
2748
|
-
booleans?: boolean | undefined;
|
2749
|
-
booleans_as_integers?: boolean | undefined;
|
2750
|
-
collapse_vars?: boolean | undefined;
|
2751
|
-
comparisons?: boolean | undefined;
|
2752
|
-
computed_props?: boolean | undefined;
|
2753
|
-
conditionals?: boolean | undefined;
|
2754
|
-
dead_code?: boolean | undefined;
|
2755
|
-
defaults?: boolean | undefined;
|
2756
|
-
directives?: boolean | undefined;
|
2757
|
-
drop_console?: boolean | undefined;
|
2758
|
-
drop_debugger?: boolean | undefined;
|
2759
|
-
evaluate?: boolean | undefined;
|
2760
|
-
expression?: boolean | undefined;
|
2761
|
-
global_defs?: any;
|
2762
|
-
hoist_funs?: boolean | undefined;
|
2763
|
-
hoist_props?: boolean | undefined;
|
2764
|
-
hoist_vars?: boolean | undefined;
|
2765
|
-
ie8?: boolean | undefined;
|
2766
|
-
if_return?: boolean | undefined;
|
2767
|
-
inline?: 0 | 1 | 2 | 3 | undefined;
|
2768
|
-
join_vars?: boolean | undefined;
|
2769
|
-
keep_classnames?: boolean | undefined;
|
2770
|
-
keep_fargs?: boolean | undefined;
|
2771
|
-
keep_fnames?: boolean | undefined;
|
2772
|
-
keep_infinity?: boolean | undefined;
|
2773
|
-
loops?: boolean | undefined;
|
2774
|
-
negate_iife?: boolean | undefined;
|
2775
|
-
passes?: number | undefined;
|
2776
|
-
properties?: boolean | undefined;
|
2777
|
-
pure_getters?: any;
|
2778
|
-
pure_funcs?: string[] | undefined;
|
2779
|
-
reduce_funcs?: boolean | undefined;
|
2780
|
-
reduce_vars?: boolean | undefined;
|
2781
|
-
sequences?: any;
|
2782
|
-
side_effects?: boolean | undefined;
|
2783
|
-
switches?: boolean | undefined;
|
2784
|
-
top_retain?: any;
|
2785
|
-
toplevel?: any;
|
2786
|
-
typeofs?: boolean | undefined;
|
2787
|
-
unsafe?: boolean | undefined;
|
2788
|
-
unsafe_passes?: boolean | undefined;
|
2789
|
-
unsafe_arrows?: boolean | undefined;
|
2790
|
-
unsafe_comps?: boolean | undefined;
|
2791
|
-
unsafe_function?: boolean | undefined;
|
2792
|
-
unsafe_math?: boolean | undefined;
|
2793
|
-
unsafe_symbols?: boolean | undefined;
|
2794
|
-
unsafe_methods?: boolean | undefined;
|
2795
|
-
unsafe_proto?: boolean | undefined;
|
2796
|
-
unsafe_regexp?: boolean | undefined;
|
2797
|
-
unsafe_undefined?: boolean | undefined;
|
2798
|
-
unused?: boolean | undefined;
|
2799
|
-
const_to_let?: boolean | undefined;
|
2800
|
-
}>, z.ZodBoolean]>>;
|
2801
|
-
format: z.ZodOptional<z.ZodObject<{
|
2802
|
-
asciiOnly: z.ZodOptional<z.ZodBoolean>;
|
2803
|
-
beautify: z.ZodOptional<z.ZodBoolean>;
|
2804
|
-
braces: z.ZodOptional<z.ZodBoolean>;
|
2805
|
-
comments: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"some">, z.ZodLiteral<"all">]>, z.ZodLiteral<false>]>>;
|
2806
|
-
ecma: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<5>, z.ZodLiteral<2015>, z.ZodLiteral<2016>, z.ZodString, z.ZodNumber]>>;
|
2807
|
-
indentLevel: z.ZodOptional<z.ZodNumber>;
|
2808
|
-
indentStart: z.ZodOptional<z.ZodNumber>;
|
2809
|
-
inlineScript: z.ZodOptional<z.ZodBoolean>;
|
2810
|
-
keepNumbers: z.ZodOptional<z.ZodNumber>;
|
2811
|
-
keepQuotedProps: z.ZodOptional<z.ZodBoolean>;
|
2812
|
-
maxLineLen: z.ZodOptional<z.ZodNumber>;
|
2813
|
-
preamble: z.ZodOptional<z.ZodString>;
|
2814
|
-
quoteKeys: z.ZodOptional<z.ZodBoolean>;
|
2815
|
-
quoteStyle: z.ZodOptional<z.ZodBoolean>;
|
2816
|
-
preserveAnnotations: z.ZodOptional<z.ZodBoolean>;
|
2817
|
-
safari10: z.ZodOptional<z.ZodBoolean>;
|
2818
|
-
semicolons: z.ZodOptional<z.ZodBoolean>;
|
2819
|
-
shebang: z.ZodOptional<z.ZodBoolean>;
|
2820
|
-
webkit: z.ZodOptional<z.ZodBoolean>;
|
2821
|
-
wrapIife: z.ZodOptional<z.ZodBoolean>;
|
2822
|
-
wrapFuncArgs: z.ZodOptional<z.ZodBoolean>;
|
2823
|
-
}, "strict", z.ZodTypeAny, {
|
2824
|
-
asciiOnly?: boolean | undefined;
|
2825
|
-
beautify?: boolean | undefined;
|
2826
|
-
braces?: boolean | undefined;
|
2827
|
-
comments?: false | "some" | "all" | undefined;
|
2828
|
-
ecma?: string | number | undefined;
|
2829
|
-
indentLevel?: number | undefined;
|
2830
|
-
indentStart?: number | undefined;
|
2831
|
-
inlineScript?: boolean | undefined;
|
2832
|
-
keepNumbers?: number | undefined;
|
2833
|
-
keepQuotedProps?: boolean | undefined;
|
2834
|
-
maxLineLen?: number | undefined;
|
2835
|
-
preamble?: string | undefined;
|
2836
|
-
quoteKeys?: boolean | undefined;
|
2837
|
-
quoteStyle?: boolean | undefined;
|
2838
|
-
preserveAnnotations?: boolean | undefined;
|
2839
|
-
safari10?: boolean | undefined;
|
2840
|
-
semicolons?: boolean | undefined;
|
2841
|
-
shebang?: boolean | undefined;
|
2842
|
-
webkit?: boolean | undefined;
|
2843
|
-
wrapIife?: boolean | undefined;
|
2844
|
-
wrapFuncArgs?: boolean | undefined;
|
2845
|
-
}, {
|
2846
|
-
asciiOnly?: boolean | undefined;
|
2847
|
-
beautify?: boolean | undefined;
|
2848
|
-
braces?: boolean | undefined;
|
2849
|
-
comments?: false | "some" | "all" | undefined;
|
2850
|
-
ecma?: string | number | undefined;
|
2851
|
-
indentLevel?: number | undefined;
|
2852
|
-
indentStart?: number | undefined;
|
2853
|
-
inlineScript?: boolean | undefined;
|
2854
|
-
keepNumbers?: number | undefined;
|
2855
|
-
keepQuotedProps?: boolean | undefined;
|
2856
|
-
maxLineLen?: number | undefined;
|
2857
|
-
preamble?: string | undefined;
|
2858
|
-
quoteKeys?: boolean | undefined;
|
2859
|
-
quoteStyle?: boolean | undefined;
|
2860
|
-
preserveAnnotations?: boolean | undefined;
|
2861
|
-
safari10?: boolean | undefined;
|
2862
|
-
semicolons?: boolean | undefined;
|
2863
|
-
shebang?: boolean | undefined;
|
2864
|
-
webkit?: boolean | undefined;
|
2865
|
-
wrapIife?: boolean | undefined;
|
2866
|
-
wrapFuncArgs?: boolean | undefined;
|
2867
|
-
}>>;
|
2868
|
-
mangle: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
2869
|
-
props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
2870
|
-
topLevel: z.ZodOptional<z.ZodBoolean>;
|
2871
|
-
toplevel: z.ZodOptional<z.ZodBoolean>;
|
2872
|
-
keepClassNames: z.ZodOptional<z.ZodBoolean>;
|
2873
|
-
keep_classnames: z.ZodOptional<z.ZodBoolean>;
|
2874
|
-
keepFnNames: z.ZodOptional<z.ZodBoolean>;
|
2875
|
-
keep_fnames: z.ZodOptional<z.ZodBoolean>;
|
2876
|
-
keepPrivateProps: z.ZodOptional<z.ZodBoolean>;
|
2877
|
-
keep_private_props: z.ZodOptional<z.ZodBoolean>;
|
2878
|
-
ie8: z.ZodOptional<z.ZodBoolean>;
|
2879
|
-
safari10: z.ZodOptional<z.ZodBoolean>;
|
2880
|
-
reserved: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2881
|
-
}, "strict", z.ZodTypeAny, {
|
2882
|
-
safari10?: boolean | undefined;
|
2883
|
-
ie8?: boolean | undefined;
|
2884
|
-
keep_classnames?: boolean | undefined;
|
2885
|
-
keep_fnames?: boolean | undefined;
|
2886
|
-
toplevel?: boolean | undefined;
|
2887
|
-
props?: Record<string, any> | undefined;
|
2888
|
-
topLevel?: boolean | undefined;
|
2889
|
-
keepClassNames?: boolean | undefined;
|
2890
|
-
keepFnNames?: boolean | undefined;
|
2891
|
-
keepPrivateProps?: boolean | undefined;
|
2892
|
-
keep_private_props?: boolean | undefined;
|
2893
|
-
reserved?: string[] | undefined;
|
2894
|
-
}, {
|
2895
|
-
safari10?: boolean | undefined;
|
2896
|
-
ie8?: boolean | undefined;
|
2897
|
-
keep_classnames?: boolean | undefined;
|
2898
|
-
keep_fnames?: boolean | undefined;
|
2899
|
-
toplevel?: boolean | undefined;
|
2900
|
-
props?: Record<string, any> | undefined;
|
2901
|
-
topLevel?: boolean | undefined;
|
2902
|
-
keepClassNames?: boolean | undefined;
|
2903
|
-
keepFnNames?: boolean | undefined;
|
2904
|
-
keepPrivateProps?: boolean | undefined;
|
2905
|
-
keep_private_props?: boolean | undefined;
|
2906
|
-
reserved?: string[] | undefined;
|
2907
|
-
}>, z.ZodBoolean]>>;
|
2908
|
-
ecma: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<5>, z.ZodLiteral<2015>, z.ZodLiteral<2016>, z.ZodString, z.ZodNumber]>>;
|
2909
|
-
keep_classnames: z.ZodOptional<z.ZodBoolean>;
|
2910
|
-
keep_fnames: z.ZodOptional<z.ZodBoolean>;
|
2911
|
-
module: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"unknown">]>>;
|
2912
|
-
safari10: z.ZodOptional<z.ZodBoolean>;
|
2913
|
-
toplevel: z.ZodOptional<z.ZodBoolean>;
|
2914
|
-
sourceMap: z.ZodOptional<z.ZodBoolean>;
|
2915
|
-
outputPath: z.ZodOptional<z.ZodString>;
|
2916
|
-
inlineSourcesContent: z.ZodOptional<z.ZodBoolean>;
|
2917
|
-
}, "strict", z.ZodTypeAny, {
|
2918
|
-
module?: boolean | "unknown" | undefined;
|
2919
|
-
ecma?: string | number | undefined;
|
2920
|
-
safari10?: boolean | undefined;
|
2921
|
-
keep_classnames?: boolean | undefined;
|
2922
|
-
keep_fnames?: boolean | undefined;
|
2923
|
-
toplevel?: boolean | undefined;
|
2924
|
-
compress?: boolean | {
|
2925
|
-
module?: boolean | undefined;
|
2926
|
-
ecma?: string | number | undefined;
|
2927
|
-
arguments?: boolean | undefined;
|
2928
|
-
arrows?: boolean | undefined;
|
2929
|
-
booleans?: boolean | undefined;
|
2930
|
-
booleans_as_integers?: boolean | undefined;
|
2931
|
-
collapse_vars?: boolean | undefined;
|
2932
|
-
comparisons?: boolean | undefined;
|
2933
|
-
computed_props?: boolean | undefined;
|
2934
|
-
conditionals?: boolean | undefined;
|
2935
|
-
dead_code?: boolean | undefined;
|
2936
|
-
defaults?: boolean | undefined;
|
2937
|
-
directives?: boolean | undefined;
|
2938
|
-
drop_console?: boolean | undefined;
|
2939
|
-
drop_debugger?: boolean | undefined;
|
2940
|
-
evaluate?: boolean | undefined;
|
2941
|
-
expression?: boolean | undefined;
|
2942
|
-
global_defs?: any;
|
2943
|
-
hoist_funs?: boolean | undefined;
|
2944
|
-
hoist_props?: boolean | undefined;
|
2945
|
-
hoist_vars?: boolean | undefined;
|
2946
|
-
ie8?: boolean | undefined;
|
2947
|
-
if_return?: boolean | undefined;
|
2948
|
-
inline?: 0 | 1 | 2 | 3 | undefined;
|
2949
|
-
join_vars?: boolean | undefined;
|
2950
|
-
keep_classnames?: boolean | undefined;
|
2951
|
-
keep_fargs?: boolean | undefined;
|
2952
|
-
keep_fnames?: boolean | undefined;
|
2953
|
-
keep_infinity?: boolean | undefined;
|
2954
|
-
loops?: boolean | undefined;
|
2955
|
-
negate_iife?: boolean | undefined;
|
2956
|
-
passes?: number | undefined;
|
2957
|
-
properties?: boolean | undefined;
|
2958
|
-
pure_getters?: any;
|
2959
|
-
pure_funcs?: string[] | undefined;
|
2960
|
-
reduce_funcs?: boolean | undefined;
|
2961
|
-
reduce_vars?: boolean | undefined;
|
2962
|
-
sequences?: any;
|
2963
|
-
side_effects?: boolean | undefined;
|
2964
|
-
switches?: boolean | undefined;
|
2965
|
-
top_retain?: any;
|
2966
|
-
toplevel?: any;
|
2967
|
-
typeofs?: boolean | undefined;
|
2968
|
-
unsafe?: boolean | undefined;
|
2969
|
-
unsafe_passes?: boolean | undefined;
|
2970
|
-
unsafe_arrows?: boolean | undefined;
|
2971
|
-
unsafe_comps?: boolean | undefined;
|
2972
|
-
unsafe_function?: boolean | undefined;
|
2973
|
-
unsafe_math?: boolean | undefined;
|
2974
|
-
unsafe_symbols?: boolean | undefined;
|
2975
|
-
unsafe_methods?: boolean | undefined;
|
2976
|
-
unsafe_proto?: boolean | undefined;
|
2977
|
-
unsafe_regexp?: boolean | undefined;
|
2978
|
-
unsafe_undefined?: boolean | undefined;
|
2979
|
-
unused?: boolean | undefined;
|
2980
|
-
const_to_let?: boolean | undefined;
|
2981
|
-
} | undefined;
|
2982
|
-
format?: {
|
2983
|
-
asciiOnly?: boolean | undefined;
|
2984
|
-
beautify?: boolean | undefined;
|
2985
|
-
braces?: boolean | undefined;
|
2986
|
-
comments?: false | "some" | "all" | undefined;
|
2987
|
-
ecma?: string | number | undefined;
|
2988
|
-
indentLevel?: number | undefined;
|
2989
|
-
indentStart?: number | undefined;
|
2990
|
-
inlineScript?: boolean | undefined;
|
2991
|
-
keepNumbers?: number | undefined;
|
2992
|
-
keepQuotedProps?: boolean | undefined;
|
2993
|
-
maxLineLen?: number | undefined;
|
2994
|
-
preamble?: string | undefined;
|
2995
|
-
quoteKeys?: boolean | undefined;
|
2996
|
-
quoteStyle?: boolean | undefined;
|
2997
|
-
preserveAnnotations?: boolean | undefined;
|
2998
|
-
safari10?: boolean | undefined;
|
2999
|
-
semicolons?: boolean | undefined;
|
3000
|
-
shebang?: boolean | undefined;
|
3001
|
-
webkit?: boolean | undefined;
|
3002
|
-
wrapIife?: boolean | undefined;
|
3003
|
-
wrapFuncArgs?: boolean | undefined;
|
3004
|
-
} | undefined;
|
3005
|
-
mangle?: boolean | {
|
3006
|
-
safari10?: boolean | undefined;
|
3007
|
-
ie8?: boolean | undefined;
|
3008
|
-
keep_classnames?: boolean | undefined;
|
3009
|
-
keep_fnames?: boolean | undefined;
|
3010
|
-
toplevel?: boolean | undefined;
|
3011
|
-
props?: Record<string, any> | undefined;
|
3012
|
-
topLevel?: boolean | undefined;
|
3013
|
-
keepClassNames?: boolean | undefined;
|
3014
|
-
keepFnNames?: boolean | undefined;
|
3015
|
-
keepPrivateProps?: boolean | undefined;
|
3016
|
-
keep_private_props?: boolean | undefined;
|
3017
|
-
reserved?: string[] | undefined;
|
3018
|
-
} | undefined;
|
3019
|
-
sourceMap?: boolean | undefined;
|
3020
|
-
outputPath?: string | undefined;
|
3021
|
-
inlineSourcesContent?: boolean | undefined;
|
3022
|
-
}, {
|
3023
|
-
module?: boolean | "unknown" | undefined;
|
3024
|
-
ecma?: string | number | undefined;
|
3025
|
-
safari10?: boolean | undefined;
|
3026
|
-
keep_classnames?: boolean | undefined;
|
3027
|
-
keep_fnames?: boolean | undefined;
|
3028
|
-
toplevel?: boolean | undefined;
|
3029
|
-
compress?: boolean | {
|
3030
|
-
module?: boolean | undefined;
|
3031
|
-
ecma?: string | number | undefined;
|
3032
|
-
arguments?: boolean | undefined;
|
3033
|
-
arrows?: boolean | undefined;
|
3034
|
-
booleans?: boolean | undefined;
|
3035
|
-
booleans_as_integers?: boolean | undefined;
|
3036
|
-
collapse_vars?: boolean | undefined;
|
3037
|
-
comparisons?: boolean | undefined;
|
3038
|
-
computed_props?: boolean | undefined;
|
3039
|
-
conditionals?: boolean | undefined;
|
3040
|
-
dead_code?: boolean | undefined;
|
3041
|
-
defaults?: boolean | undefined;
|
3042
|
-
directives?: boolean | undefined;
|
3043
|
-
drop_console?: boolean | undefined;
|
3044
|
-
drop_debugger?: boolean | undefined;
|
3045
|
-
evaluate?: boolean | undefined;
|
3046
|
-
expression?: boolean | undefined;
|
3047
|
-
global_defs?: any;
|
3048
|
-
hoist_funs?: boolean | undefined;
|
3049
|
-
hoist_props?: boolean | undefined;
|
3050
|
-
hoist_vars?: boolean | undefined;
|
3051
|
-
ie8?: boolean | undefined;
|
3052
|
-
if_return?: boolean | undefined;
|
3053
|
-
inline?: 0 | 1 | 2 | 3 | undefined;
|
3054
|
-
join_vars?: boolean | undefined;
|
3055
|
-
keep_classnames?: boolean | undefined;
|
3056
|
-
keep_fargs?: boolean | undefined;
|
3057
|
-
keep_fnames?: boolean | undefined;
|
3058
|
-
keep_infinity?: boolean | undefined;
|
3059
|
-
loops?: boolean | undefined;
|
3060
|
-
negate_iife?: boolean | undefined;
|
3061
|
-
passes?: number | undefined;
|
3062
|
-
properties?: boolean | undefined;
|
3063
|
-
pure_getters?: any;
|
3064
|
-
pure_funcs?: string[] | undefined;
|
3065
|
-
reduce_funcs?: boolean | undefined;
|
3066
|
-
reduce_vars?: boolean | undefined;
|
3067
|
-
sequences?: any;
|
3068
|
-
side_effects?: boolean | undefined;
|
3069
|
-
switches?: boolean | undefined;
|
3070
|
-
top_retain?: any;
|
3071
|
-
toplevel?: any;
|
3072
|
-
typeofs?: boolean | undefined;
|
3073
|
-
unsafe?: boolean | undefined;
|
3074
|
-
unsafe_passes?: boolean | undefined;
|
3075
|
-
unsafe_arrows?: boolean | undefined;
|
3076
|
-
unsafe_comps?: boolean | undefined;
|
3077
|
-
unsafe_function?: boolean | undefined;
|
3078
|
-
unsafe_math?: boolean | undefined;
|
3079
|
-
unsafe_symbols?: boolean | undefined;
|
3080
|
-
unsafe_methods?: boolean | undefined;
|
3081
|
-
unsafe_proto?: boolean | undefined;
|
3082
|
-
unsafe_regexp?: boolean | undefined;
|
3083
|
-
unsafe_undefined?: boolean | undefined;
|
3084
|
-
unused?: boolean | undefined;
|
3085
|
-
const_to_let?: boolean | undefined;
|
3086
|
-
} | undefined;
|
3087
|
-
format?: {
|
3088
|
-
asciiOnly?: boolean | undefined;
|
3089
|
-
beautify?: boolean | undefined;
|
3090
|
-
braces?: boolean | undefined;
|
3091
|
-
comments?: false | "some" | "all" | undefined;
|
3092
|
-
ecma?: string | number | undefined;
|
3093
|
-
indentLevel?: number | undefined;
|
3094
|
-
indentStart?: number | undefined;
|
3095
|
-
inlineScript?: boolean | undefined;
|
3096
|
-
keepNumbers?: number | undefined;
|
3097
|
-
keepQuotedProps?: boolean | undefined;
|
3098
|
-
maxLineLen?: number | undefined;
|
3099
|
-
preamble?: string | undefined;
|
3100
|
-
quoteKeys?: boolean | undefined;
|
3101
|
-
quoteStyle?: boolean | undefined;
|
3102
|
-
preserveAnnotations?: boolean | undefined;
|
3103
|
-
safari10?: boolean | undefined;
|
3104
|
-
semicolons?: boolean | undefined;
|
3105
|
-
shebang?: boolean | undefined;
|
3106
|
-
webkit?: boolean | undefined;
|
3107
|
-
wrapIife?: boolean | undefined;
|
3108
|
-
wrapFuncArgs?: boolean | undefined;
|
3109
|
-
} | undefined;
|
3110
|
-
mangle?: boolean | {
|
3111
|
-
safari10?: boolean | undefined;
|
3112
|
-
ie8?: boolean | undefined;
|
3113
|
-
keep_classnames?: boolean | undefined;
|
3114
|
-
keep_fnames?: boolean | undefined;
|
3115
|
-
toplevel?: boolean | undefined;
|
3116
|
-
props?: Record<string, any> | undefined;
|
3117
|
-
topLevel?: boolean | undefined;
|
3118
|
-
keepClassNames?: boolean | undefined;
|
3119
|
-
keepFnNames?: boolean | undefined;
|
3120
|
-
keepPrivateProps?: boolean | undefined;
|
3121
|
-
keep_private_props?: boolean | undefined;
|
3122
|
-
reserved?: string[] | undefined;
|
3123
|
-
} | undefined;
|
3124
|
-
sourceMap?: boolean | undefined;
|
3125
|
-
outputPath?: string | undefined;
|
3126
|
-
inlineSourcesContent?: boolean | undefined;
|
3127
|
-
}>>;
|
3128
|
-
preserveAllComments: z.ZodOptional<z.ZodBoolean>;
|
3129
|
-
}, "strict", z.ZodTypeAny, {
|
3130
|
-
loose?: boolean | undefined;
|
3131
|
-
keepClassNames?: boolean | undefined;
|
3132
|
-
assumptions?: {
|
3133
|
-
arrayLikeIsIterable?: boolean | undefined;
|
3134
|
-
constantReexports?: boolean | undefined;
|
3135
|
-
constantSuper?: boolean | undefined;
|
3136
|
-
enumerableModuleMeta?: boolean | undefined;
|
3137
|
-
ignoreFunctionLength?: boolean | undefined;
|
3138
|
-
ignoreFunctionName?: boolean | undefined;
|
3139
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
3140
|
-
iterableIsArray?: boolean | undefined;
|
3141
|
-
mutableTemplateObject?: boolean | undefined;
|
3142
|
-
noClassCalls?: boolean | undefined;
|
3143
|
-
noDocumentAll?: boolean | undefined;
|
3144
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
3145
|
-
noNewArrows?: boolean | undefined;
|
3146
|
-
objectRestNoSymbols?: boolean | undefined;
|
3147
|
-
privateFieldsAsProperties?: boolean | undefined;
|
3148
|
-
pureGetters?: boolean | undefined;
|
3149
|
-
setClassMethods?: boolean | undefined;
|
3150
|
-
setComputedProperties?: boolean | undefined;
|
3151
|
-
setPublicClassFields?: boolean | undefined;
|
3152
|
-
setSpreadProperties?: boolean | undefined;
|
3153
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
3154
|
-
superIsCallableConstructor?: boolean | undefined;
|
3155
|
-
tsEnumIsReadonly?: boolean | undefined;
|
3156
|
-
} | undefined;
|
3157
|
-
parser?: {
|
3158
|
-
syntax: "typescript" | "ecmascript";
|
3159
|
-
dynamicImport?: boolean | undefined;
|
3160
|
-
tsx?: boolean | undefined;
|
3161
|
-
decorators?: boolean | undefined;
|
3162
|
-
jsx?: boolean | undefined;
|
3163
|
-
numericSeparator?: boolean | undefined;
|
3164
|
-
classPrivateProperty?: boolean | undefined;
|
3165
|
-
privateMethod?: boolean | undefined;
|
3166
|
-
classProperty?: boolean | undefined;
|
3167
|
-
functionBind?: boolean | undefined;
|
3168
|
-
decoratorsBeforeExport?: boolean | undefined;
|
3169
|
-
exportDefaultFrom?: boolean | undefined;
|
3170
|
-
exportNamespaceFrom?: boolean | undefined;
|
3171
|
-
nullishCoalescing?: boolean | undefined;
|
3172
|
-
optionalChaining?: boolean | undefined;
|
3173
|
-
importMeta?: boolean | undefined;
|
3174
|
-
topLevelAwait?: boolean | undefined;
|
3175
|
-
importAssertions?: boolean | undefined;
|
3176
|
-
importAttributes?: boolean | undefined;
|
3177
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
3178
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
3179
|
-
autoAccessors?: boolean | undefined;
|
3180
|
-
explicitResourceManagement?: boolean | undefined;
|
3181
|
-
} | undefined;
|
3182
|
-
transform?: {
|
3183
|
-
react?: {
|
3184
|
-
runtime?: "automatic" | "classic" | undefined;
|
3185
|
-
pragma?: string | undefined;
|
3186
|
-
pragmaFrag?: string | undefined;
|
3187
|
-
throwIfNamespace?: boolean | undefined;
|
3188
|
-
development?: boolean | undefined;
|
3189
|
-
useBuiltins?: boolean | undefined;
|
3190
|
-
refresh?: boolean | {
|
3191
|
-
refreshReg?: string | undefined;
|
3192
|
-
refreshSig?: string | undefined;
|
3193
|
-
emitFullSignatures?: boolean | undefined;
|
3194
|
-
} | undefined;
|
3195
|
-
importSource?: string | undefined;
|
3196
|
-
} | undefined;
|
3197
|
-
constModules?: {
|
3198
|
-
globals?: Record<string, Record<string, string>> | undefined;
|
3199
|
-
} | undefined;
|
3200
|
-
optimizer?: {
|
3201
|
-
globals?: {
|
3202
|
-
typeofs?: Record<string, string> | undefined;
|
3203
|
-
vars?: Record<string, string> | undefined;
|
3204
|
-
envs?: string[] | Record<string, string> | undefined;
|
3205
|
-
} | undefined;
|
3206
|
-
simplify?: boolean | undefined;
|
3207
|
-
jsonify?: {
|
3208
|
-
minCost: number;
|
3209
|
-
} | undefined;
|
3210
|
-
} | undefined;
|
3211
|
-
legacyDecorator?: boolean | undefined;
|
3212
|
-
decoratorMetadata?: boolean | undefined;
|
3213
|
-
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
3214
|
-
treatConstEnumAsEnum?: boolean | undefined;
|
3215
|
-
useDefineForClassFields?: boolean | undefined;
|
3216
|
-
verbatimModuleSyntax?: boolean | undefined;
|
3217
|
-
} | undefined;
|
3218
|
-
externalHelpers?: boolean | undefined;
|
3219
|
-
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
3220
|
-
experimental?: {
|
3221
|
-
optimizeHygiene?: boolean | undefined;
|
3222
|
-
keepImportAttributes?: boolean | undefined;
|
3223
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
3224
|
-
cacheRoot?: string | undefined;
|
3225
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
3226
|
-
runPluginFirst?: boolean | undefined;
|
3227
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
3228
|
-
emitIsolatedDts?: boolean | undefined;
|
3229
|
-
disableAllLints?: boolean | undefined;
|
3230
|
-
keepImportAssertions?: boolean | undefined;
|
3231
|
-
} | undefined;
|
3232
|
-
baseUrl?: string | undefined;
|
3233
|
-
paths?: Record<string, string[]> | undefined;
|
3234
|
-
minify?: {
|
3235
|
-
module?: boolean | "unknown" | undefined;
|
3236
|
-
ecma?: string | number | undefined;
|
3237
|
-
safari10?: boolean | undefined;
|
3238
|
-
keep_classnames?: boolean | undefined;
|
3239
|
-
keep_fnames?: boolean | undefined;
|
3240
|
-
toplevel?: boolean | undefined;
|
3241
|
-
compress?: boolean | {
|
3242
|
-
module?: boolean | undefined;
|
3243
|
-
ecma?: string | number | undefined;
|
3244
|
-
arguments?: boolean | undefined;
|
3245
|
-
arrows?: boolean | undefined;
|
3246
|
-
booleans?: boolean | undefined;
|
3247
|
-
booleans_as_integers?: boolean | undefined;
|
3248
|
-
collapse_vars?: boolean | undefined;
|
3249
|
-
comparisons?: boolean | undefined;
|
3250
|
-
computed_props?: boolean | undefined;
|
3251
|
-
conditionals?: boolean | undefined;
|
3252
|
-
dead_code?: boolean | undefined;
|
3253
|
-
defaults?: boolean | undefined;
|
3254
|
-
directives?: boolean | undefined;
|
3255
|
-
drop_console?: boolean | undefined;
|
3256
|
-
drop_debugger?: boolean | undefined;
|
3257
|
-
evaluate?: boolean | undefined;
|
3258
|
-
expression?: boolean | undefined;
|
3259
|
-
global_defs?: any;
|
3260
|
-
hoist_funs?: boolean | undefined;
|
3261
|
-
hoist_props?: boolean | undefined;
|
3262
|
-
hoist_vars?: boolean | undefined;
|
3263
|
-
ie8?: boolean | undefined;
|
3264
|
-
if_return?: boolean | undefined;
|
3265
|
-
inline?: 0 | 1 | 2 | 3 | undefined;
|
3266
|
-
join_vars?: boolean | undefined;
|
3267
|
-
keep_classnames?: boolean | undefined;
|
3268
|
-
keep_fargs?: boolean | undefined;
|
3269
|
-
keep_fnames?: boolean | undefined;
|
3270
|
-
keep_infinity?: boolean | undefined;
|
3271
|
-
loops?: boolean | undefined;
|
3272
|
-
negate_iife?: boolean | undefined;
|
3273
|
-
passes?: number | undefined;
|
3274
|
-
properties?: boolean | undefined;
|
3275
|
-
pure_getters?: any;
|
3276
|
-
pure_funcs?: string[] | undefined;
|
3277
|
-
reduce_funcs?: boolean | undefined;
|
3278
|
-
reduce_vars?: boolean | undefined;
|
3279
|
-
sequences?: any;
|
3280
|
-
side_effects?: boolean | undefined;
|
3281
|
-
switches?: boolean | undefined;
|
3282
|
-
top_retain?: any;
|
3283
|
-
toplevel?: any;
|
3284
|
-
typeofs?: boolean | undefined;
|
3285
|
-
unsafe?: boolean | undefined;
|
3286
|
-
unsafe_passes?: boolean | undefined;
|
3287
|
-
unsafe_arrows?: boolean | undefined;
|
3288
|
-
unsafe_comps?: boolean | undefined;
|
3289
|
-
unsafe_function?: boolean | undefined;
|
3290
|
-
unsafe_math?: boolean | undefined;
|
3291
|
-
unsafe_symbols?: boolean | undefined;
|
3292
|
-
unsafe_methods?: boolean | undefined;
|
3293
|
-
unsafe_proto?: boolean | undefined;
|
3294
|
-
unsafe_regexp?: boolean | undefined;
|
3295
|
-
unsafe_undefined?: boolean | undefined;
|
3296
|
-
unused?: boolean | undefined;
|
3297
|
-
const_to_let?: boolean | undefined;
|
3298
|
-
} | undefined;
|
3299
|
-
format?: {
|
3300
|
-
asciiOnly?: boolean | undefined;
|
3301
|
-
beautify?: boolean | undefined;
|
3302
|
-
braces?: boolean | undefined;
|
3303
|
-
comments?: false | "some" | "all" | undefined;
|
3304
|
-
ecma?: string | number | undefined;
|
3305
|
-
indentLevel?: number | undefined;
|
3306
|
-
indentStart?: number | undefined;
|
3307
|
-
inlineScript?: boolean | undefined;
|
3308
|
-
keepNumbers?: number | undefined;
|
3309
|
-
keepQuotedProps?: boolean | undefined;
|
3310
|
-
maxLineLen?: number | undefined;
|
3311
|
-
preamble?: string | undefined;
|
3312
|
-
quoteKeys?: boolean | undefined;
|
3313
|
-
quoteStyle?: boolean | undefined;
|
3314
|
-
preserveAnnotations?: boolean | undefined;
|
3315
|
-
safari10?: boolean | undefined;
|
3316
|
-
semicolons?: boolean | undefined;
|
3317
|
-
shebang?: boolean | undefined;
|
3318
|
-
webkit?: boolean | undefined;
|
3319
|
-
wrapIife?: boolean | undefined;
|
3320
|
-
wrapFuncArgs?: boolean | undefined;
|
3321
|
-
} | undefined;
|
3322
|
-
mangle?: boolean | {
|
3323
|
-
safari10?: boolean | undefined;
|
3324
|
-
ie8?: boolean | undefined;
|
3325
|
-
keep_classnames?: boolean | undefined;
|
3326
|
-
keep_fnames?: boolean | undefined;
|
3327
|
-
toplevel?: boolean | undefined;
|
3328
|
-
props?: Record<string, any> | undefined;
|
3329
|
-
topLevel?: boolean | undefined;
|
3330
|
-
keepClassNames?: boolean | undefined;
|
3331
|
-
keepFnNames?: boolean | undefined;
|
3332
|
-
keepPrivateProps?: boolean | undefined;
|
3333
|
-
keep_private_props?: boolean | undefined;
|
3334
|
-
reserved?: string[] | undefined;
|
3335
|
-
} | undefined;
|
3336
|
-
sourceMap?: boolean | undefined;
|
3337
|
-
outputPath?: string | undefined;
|
3338
|
-
inlineSourcesContent?: boolean | undefined;
|
3339
|
-
} | undefined;
|
3340
|
-
preserveAllComments?: boolean | undefined;
|
3341
|
-
}, {
|
3342
|
-
loose?: boolean | undefined;
|
3343
|
-
keepClassNames?: boolean | undefined;
|
3344
|
-
assumptions?: {
|
3345
|
-
arrayLikeIsIterable?: boolean | undefined;
|
3346
|
-
constantReexports?: boolean | undefined;
|
3347
|
-
constantSuper?: boolean | undefined;
|
3348
|
-
enumerableModuleMeta?: boolean | undefined;
|
3349
|
-
ignoreFunctionLength?: boolean | undefined;
|
3350
|
-
ignoreFunctionName?: boolean | undefined;
|
3351
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
3352
|
-
iterableIsArray?: boolean | undefined;
|
3353
|
-
mutableTemplateObject?: boolean | undefined;
|
3354
|
-
noClassCalls?: boolean | undefined;
|
3355
|
-
noDocumentAll?: boolean | undefined;
|
3356
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
3357
|
-
noNewArrows?: boolean | undefined;
|
3358
|
-
objectRestNoSymbols?: boolean | undefined;
|
3359
|
-
privateFieldsAsProperties?: boolean | undefined;
|
3360
|
-
pureGetters?: boolean | undefined;
|
3361
|
-
setClassMethods?: boolean | undefined;
|
3362
|
-
setComputedProperties?: boolean | undefined;
|
3363
|
-
setPublicClassFields?: boolean | undefined;
|
3364
|
-
setSpreadProperties?: boolean | undefined;
|
3365
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
3366
|
-
superIsCallableConstructor?: boolean | undefined;
|
3367
|
-
tsEnumIsReadonly?: boolean | undefined;
|
3368
|
-
} | undefined;
|
3369
|
-
parser?: {
|
3370
|
-
syntax: "typescript" | "ecmascript";
|
3371
|
-
dynamicImport?: boolean | undefined;
|
3372
|
-
tsx?: boolean | undefined;
|
3373
|
-
decorators?: boolean | undefined;
|
3374
|
-
jsx?: boolean | undefined;
|
3375
|
-
numericSeparator?: boolean | undefined;
|
3376
|
-
classPrivateProperty?: boolean | undefined;
|
3377
|
-
privateMethod?: boolean | undefined;
|
3378
|
-
classProperty?: boolean | undefined;
|
3379
|
-
functionBind?: boolean | undefined;
|
3380
|
-
decoratorsBeforeExport?: boolean | undefined;
|
3381
|
-
exportDefaultFrom?: boolean | undefined;
|
3382
|
-
exportNamespaceFrom?: boolean | undefined;
|
3383
|
-
nullishCoalescing?: boolean | undefined;
|
3384
|
-
optionalChaining?: boolean | undefined;
|
3385
|
-
importMeta?: boolean | undefined;
|
3386
|
-
topLevelAwait?: boolean | undefined;
|
3387
|
-
importAssertions?: boolean | undefined;
|
3388
|
-
importAttributes?: boolean | undefined;
|
3389
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
3390
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
3391
|
-
autoAccessors?: boolean | undefined;
|
3392
|
-
explicitResourceManagement?: boolean | undefined;
|
3393
|
-
} | undefined;
|
3394
|
-
transform?: {
|
3395
|
-
react?: {
|
3396
|
-
runtime?: "automatic" | "classic" | undefined;
|
3397
|
-
pragma?: string | undefined;
|
3398
|
-
pragmaFrag?: string | undefined;
|
3399
|
-
throwIfNamespace?: boolean | undefined;
|
3400
|
-
development?: boolean | undefined;
|
3401
|
-
useBuiltins?: boolean | undefined;
|
3402
|
-
refresh?: boolean | {
|
3403
|
-
refreshReg?: string | undefined;
|
3404
|
-
refreshSig?: string | undefined;
|
3405
|
-
emitFullSignatures?: boolean | undefined;
|
3406
|
-
} | undefined;
|
3407
|
-
importSource?: string | undefined;
|
3408
|
-
} | undefined;
|
3409
|
-
constModules?: {
|
3410
|
-
globals?: Record<string, Record<string, string>> | undefined;
|
3411
|
-
} | undefined;
|
3412
|
-
optimizer?: {
|
3413
|
-
globals?: {
|
3414
|
-
typeofs?: Record<string, string> | undefined;
|
3415
|
-
vars?: Record<string, string> | undefined;
|
3416
|
-
envs?: string[] | Record<string, string> | undefined;
|
3417
|
-
} | undefined;
|
3418
|
-
simplify?: boolean | undefined;
|
3419
|
-
jsonify?: {
|
3420
|
-
minCost: number;
|
3421
|
-
} | undefined;
|
3422
|
-
} | undefined;
|
3423
|
-
legacyDecorator?: boolean | undefined;
|
3424
|
-
decoratorMetadata?: boolean | undefined;
|
3425
|
-
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
3426
|
-
treatConstEnumAsEnum?: boolean | undefined;
|
3427
|
-
useDefineForClassFields?: boolean | undefined;
|
3428
|
-
verbatimModuleSyntax?: boolean | undefined;
|
3429
|
-
} | undefined;
|
3430
|
-
externalHelpers?: boolean | undefined;
|
3431
|
-
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
3432
|
-
experimental?: {
|
3433
|
-
optimizeHygiene?: boolean | undefined;
|
3434
|
-
keepImportAttributes?: boolean | undefined;
|
3435
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
3436
|
-
cacheRoot?: string | undefined;
|
3437
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
3438
|
-
runPluginFirst?: boolean | undefined;
|
3439
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
3440
|
-
emitIsolatedDts?: boolean | undefined;
|
3441
|
-
disableAllLints?: boolean | undefined;
|
3442
|
-
keepImportAssertions?: boolean | undefined;
|
3443
|
-
} | undefined;
|
3444
|
-
baseUrl?: string | undefined;
|
3445
|
-
paths?: Record<string, string[]> | undefined;
|
3446
|
-
minify?: {
|
3447
|
-
module?: boolean | "unknown" | undefined;
|
3448
|
-
ecma?: string | number | undefined;
|
3449
|
-
safari10?: boolean | undefined;
|
3450
|
-
keep_classnames?: boolean | undefined;
|
3451
|
-
keep_fnames?: boolean | undefined;
|
3452
|
-
toplevel?: boolean | undefined;
|
3453
|
-
compress?: boolean | {
|
3454
|
-
module?: boolean | undefined;
|
3455
|
-
ecma?: string | number | undefined;
|
3456
|
-
arguments?: boolean | undefined;
|
3457
|
-
arrows?: boolean | undefined;
|
3458
|
-
booleans?: boolean | undefined;
|
3459
|
-
booleans_as_integers?: boolean | undefined;
|
3460
|
-
collapse_vars?: boolean | undefined;
|
3461
|
-
comparisons?: boolean | undefined;
|
3462
|
-
computed_props?: boolean | undefined;
|
3463
|
-
conditionals?: boolean | undefined;
|
3464
|
-
dead_code?: boolean | undefined;
|
3465
|
-
defaults?: boolean | undefined;
|
3466
|
-
directives?: boolean | undefined;
|
3467
|
-
drop_console?: boolean | undefined;
|
3468
|
-
drop_debugger?: boolean | undefined;
|
3469
|
-
evaluate?: boolean | undefined;
|
3470
|
-
expression?: boolean | undefined;
|
3471
|
-
global_defs?: any;
|
3472
|
-
hoist_funs?: boolean | undefined;
|
3473
|
-
hoist_props?: boolean | undefined;
|
3474
|
-
hoist_vars?: boolean | undefined;
|
3475
|
-
ie8?: boolean | undefined;
|
3476
|
-
if_return?: boolean | undefined;
|
3477
|
-
inline?: 0 | 1 | 2 | 3 | undefined;
|
3478
|
-
join_vars?: boolean | undefined;
|
3479
|
-
keep_classnames?: boolean | undefined;
|
3480
|
-
keep_fargs?: boolean | undefined;
|
3481
|
-
keep_fnames?: boolean | undefined;
|
3482
|
-
keep_infinity?: boolean | undefined;
|
3483
|
-
loops?: boolean | undefined;
|
3484
|
-
negate_iife?: boolean | undefined;
|
3485
|
-
passes?: number | undefined;
|
3486
|
-
properties?: boolean | undefined;
|
3487
|
-
pure_getters?: any;
|
3488
|
-
pure_funcs?: string[] | undefined;
|
3489
|
-
reduce_funcs?: boolean | undefined;
|
3490
|
-
reduce_vars?: boolean | undefined;
|
3491
|
-
sequences?: any;
|
3492
|
-
side_effects?: boolean | undefined;
|
3493
|
-
switches?: boolean | undefined;
|
3494
|
-
top_retain?: any;
|
3495
|
-
toplevel?: any;
|
3496
|
-
typeofs?: boolean | undefined;
|
3497
|
-
unsafe?: boolean | undefined;
|
3498
|
-
unsafe_passes?: boolean | undefined;
|
3499
|
-
unsafe_arrows?: boolean | undefined;
|
3500
|
-
unsafe_comps?: boolean | undefined;
|
3501
|
-
unsafe_function?: boolean | undefined;
|
3502
|
-
unsafe_math?: boolean | undefined;
|
3503
|
-
unsafe_symbols?: boolean | undefined;
|
3504
|
-
unsafe_methods?: boolean | undefined;
|
3505
|
-
unsafe_proto?: boolean | undefined;
|
3506
|
-
unsafe_regexp?: boolean | undefined;
|
3507
|
-
unsafe_undefined?: boolean | undefined;
|
3508
|
-
unused?: boolean | undefined;
|
3509
|
-
const_to_let?: boolean | undefined;
|
3510
|
-
} | undefined;
|
3511
|
-
format?: {
|
3512
|
-
asciiOnly?: boolean | undefined;
|
3513
|
-
beautify?: boolean | undefined;
|
3514
|
-
braces?: boolean | undefined;
|
3515
|
-
comments?: false | "some" | "all" | undefined;
|
3516
|
-
ecma?: string | number | undefined;
|
3517
|
-
indentLevel?: number | undefined;
|
3518
|
-
indentStart?: number | undefined;
|
3519
|
-
inlineScript?: boolean | undefined;
|
3520
|
-
keepNumbers?: number | undefined;
|
3521
|
-
keepQuotedProps?: boolean | undefined;
|
3522
|
-
maxLineLen?: number | undefined;
|
3523
|
-
preamble?: string | undefined;
|
3524
|
-
quoteKeys?: boolean | undefined;
|
3525
|
-
quoteStyle?: boolean | undefined;
|
3526
|
-
preserveAnnotations?: boolean | undefined;
|
3527
|
-
safari10?: boolean | undefined;
|
3528
|
-
semicolons?: boolean | undefined;
|
3529
|
-
shebang?: boolean | undefined;
|
3530
|
-
webkit?: boolean | undefined;
|
3531
|
-
wrapIife?: boolean | undefined;
|
3532
|
-
wrapFuncArgs?: boolean | undefined;
|
3533
|
-
} | undefined;
|
3534
|
-
mangle?: boolean | {
|
3535
|
-
safari10?: boolean | undefined;
|
3536
|
-
ie8?: boolean | undefined;
|
3537
|
-
keep_classnames?: boolean | undefined;
|
3538
|
-
keep_fnames?: boolean | undefined;
|
3539
|
-
toplevel?: boolean | undefined;
|
3540
|
-
props?: Record<string, any> | undefined;
|
3541
|
-
topLevel?: boolean | undefined;
|
3542
|
-
keepClassNames?: boolean | undefined;
|
3543
|
-
keepFnNames?: boolean | undefined;
|
3544
|
-
keepPrivateProps?: boolean | undefined;
|
3545
|
-
keep_private_props?: boolean | undefined;
|
3546
|
-
reserved?: string[] | undefined;
|
3547
|
-
} | undefined;
|
3548
|
-
sourceMap?: boolean | undefined;
|
3549
|
-
outputPath?: string | undefined;
|
3550
|
-
inlineSourcesContent?: boolean | undefined;
|
3551
|
-
} | undefined;
|
3552
|
-
preserveAllComments?: boolean | undefined;
|
3553
|
-
}>>;
|
3554
|
-
module: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
3555
|
-
strict: z.ZodOptional<z.ZodBoolean>;
|
3556
|
-
strictMode: z.ZodOptional<z.ZodBoolean>;
|
3557
|
-
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
3558
|
-
noInterop: z.ZodOptional<z.ZodBoolean>;
|
3559
|
-
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
3560
|
-
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
3561
|
-
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
3562
|
-
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
3563
|
-
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
3564
|
-
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
3565
|
-
} & {
|
3566
|
-
type: z.ZodLiteral<"es6">;
|
3567
|
-
}, "strict", z.ZodTypeAny, {
|
3568
|
-
type: "es6";
|
3569
|
-
strict?: boolean | undefined;
|
3570
|
-
strictMode?: boolean | undefined;
|
3571
|
-
lazy?: boolean | string[] | undefined;
|
3572
|
-
noInterop?: boolean | undefined;
|
3573
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3574
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3575
|
-
exportInteropAnnotation?: boolean | undefined;
|
3576
|
-
ignoreDynamic?: boolean | undefined;
|
3577
|
-
allowTopLevelThis?: boolean | undefined;
|
3578
|
-
preserveImportMeta?: boolean | undefined;
|
3579
|
-
}, {
|
3580
|
-
type: "es6";
|
3581
|
-
strict?: boolean | undefined;
|
3582
|
-
strictMode?: boolean | undefined;
|
3583
|
-
lazy?: boolean | string[] | undefined;
|
3584
|
-
noInterop?: boolean | undefined;
|
3585
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3586
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3587
|
-
exportInteropAnnotation?: boolean | undefined;
|
3588
|
-
ignoreDynamic?: boolean | undefined;
|
3589
|
-
allowTopLevelThis?: boolean | undefined;
|
3590
|
-
preserveImportMeta?: boolean | undefined;
|
3591
|
-
}>, z.ZodObject<{
|
3592
|
-
strict: z.ZodOptional<z.ZodBoolean>;
|
3593
|
-
strictMode: z.ZodOptional<z.ZodBoolean>;
|
3594
|
-
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
3595
|
-
noInterop: z.ZodOptional<z.ZodBoolean>;
|
3596
|
-
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
3597
|
-
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
3598
|
-
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
3599
|
-
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
3600
|
-
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
3601
|
-
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
3602
|
-
} & {
|
3603
|
-
type: z.ZodLiteral<"commonjs">;
|
3604
|
-
}, "strict", z.ZodTypeAny, {
|
3605
|
-
type: "commonjs";
|
3606
|
-
strict?: boolean | undefined;
|
3607
|
-
strictMode?: boolean | undefined;
|
3608
|
-
lazy?: boolean | string[] | undefined;
|
3609
|
-
noInterop?: boolean | undefined;
|
3610
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3611
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3612
|
-
exportInteropAnnotation?: boolean | undefined;
|
3613
|
-
ignoreDynamic?: boolean | undefined;
|
3614
|
-
allowTopLevelThis?: boolean | undefined;
|
3615
|
-
preserveImportMeta?: boolean | undefined;
|
3616
|
-
}, {
|
3617
|
-
type: "commonjs";
|
3618
|
-
strict?: boolean | undefined;
|
3619
|
-
strictMode?: boolean | undefined;
|
3620
|
-
lazy?: boolean | string[] | undefined;
|
3621
|
-
noInterop?: boolean | undefined;
|
3622
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3623
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3624
|
-
exportInteropAnnotation?: boolean | undefined;
|
3625
|
-
ignoreDynamic?: boolean | undefined;
|
3626
|
-
allowTopLevelThis?: boolean | undefined;
|
3627
|
-
preserveImportMeta?: boolean | undefined;
|
3628
|
-
}>, z.ZodObject<{
|
3629
|
-
strict: z.ZodOptional<z.ZodBoolean>;
|
3630
|
-
strictMode: z.ZodOptional<z.ZodBoolean>;
|
3631
|
-
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
3632
|
-
noInterop: z.ZodOptional<z.ZodBoolean>;
|
3633
|
-
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
3634
|
-
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
3635
|
-
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
3636
|
-
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
3637
|
-
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
3638
|
-
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
3639
|
-
} & {
|
3640
|
-
type: z.ZodLiteral<"umd">;
|
3641
|
-
globals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
3642
|
-
}, "strict", z.ZodTypeAny, {
|
3643
|
-
type: "umd";
|
3644
|
-
strict?: boolean | undefined;
|
3645
|
-
globals?: Record<string, string> | undefined;
|
3646
|
-
strictMode?: boolean | undefined;
|
3647
|
-
lazy?: boolean | string[] | undefined;
|
3648
|
-
noInterop?: boolean | undefined;
|
3649
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3650
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3651
|
-
exportInteropAnnotation?: boolean | undefined;
|
3652
|
-
ignoreDynamic?: boolean | undefined;
|
3653
|
-
allowTopLevelThis?: boolean | undefined;
|
3654
|
-
preserveImportMeta?: boolean | undefined;
|
3655
|
-
}, {
|
3656
|
-
type: "umd";
|
3657
|
-
strict?: boolean | undefined;
|
3658
|
-
globals?: Record<string, string> | undefined;
|
3659
|
-
strictMode?: boolean | undefined;
|
3660
|
-
lazy?: boolean | string[] | undefined;
|
3661
|
-
noInterop?: boolean | undefined;
|
3662
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3663
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3664
|
-
exportInteropAnnotation?: boolean | undefined;
|
3665
|
-
ignoreDynamic?: boolean | undefined;
|
3666
|
-
allowTopLevelThis?: boolean | undefined;
|
3667
|
-
preserveImportMeta?: boolean | undefined;
|
3668
|
-
}>, z.ZodObject<{
|
3669
|
-
strict: z.ZodOptional<z.ZodBoolean>;
|
3670
|
-
strictMode: z.ZodOptional<z.ZodBoolean>;
|
3671
|
-
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
3672
|
-
noInterop: z.ZodOptional<z.ZodBoolean>;
|
3673
|
-
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
3674
|
-
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
3675
|
-
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
3676
|
-
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
3677
|
-
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
3678
|
-
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
3679
|
-
} & {
|
3680
|
-
type: z.ZodLiteral<"amd">;
|
3681
|
-
moduleId: z.ZodOptional<z.ZodString>;
|
3682
|
-
}, "strict", z.ZodTypeAny, {
|
3683
|
-
type: "amd";
|
3684
|
-
strict?: boolean | undefined;
|
3685
|
-
strictMode?: boolean | undefined;
|
3686
|
-
lazy?: boolean | string[] | undefined;
|
3687
|
-
noInterop?: boolean | undefined;
|
3688
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3689
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3690
|
-
exportInteropAnnotation?: boolean | undefined;
|
3691
|
-
ignoreDynamic?: boolean | undefined;
|
3692
|
-
allowTopLevelThis?: boolean | undefined;
|
3693
|
-
preserveImportMeta?: boolean | undefined;
|
3694
|
-
moduleId?: string | undefined;
|
3695
|
-
}, {
|
3696
|
-
type: "amd";
|
3697
|
-
strict?: boolean | undefined;
|
3698
|
-
strictMode?: boolean | undefined;
|
3699
|
-
lazy?: boolean | string[] | undefined;
|
3700
|
-
noInterop?: boolean | undefined;
|
3701
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3702
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3703
|
-
exportInteropAnnotation?: boolean | undefined;
|
3704
|
-
ignoreDynamic?: boolean | undefined;
|
3705
|
-
allowTopLevelThis?: boolean | undefined;
|
3706
|
-
preserveImportMeta?: boolean | undefined;
|
3707
|
-
moduleId?: string | undefined;
|
3708
|
-
}>, z.ZodObject<{
|
3709
|
-
strict: z.ZodOptional<z.ZodBoolean>;
|
3710
|
-
strictMode: z.ZodOptional<z.ZodBoolean>;
|
3711
|
-
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
3712
|
-
noInterop: z.ZodOptional<z.ZodBoolean>;
|
3713
|
-
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
3714
|
-
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
3715
|
-
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
3716
|
-
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
3717
|
-
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
3718
|
-
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
3719
|
-
} & {
|
3720
|
-
type: z.ZodLiteral<"nodenext">;
|
3721
|
-
}, "strict", z.ZodTypeAny, {
|
3722
|
-
type: "nodenext";
|
3723
|
-
strict?: boolean | undefined;
|
3724
|
-
strictMode?: boolean | undefined;
|
3725
|
-
lazy?: boolean | string[] | undefined;
|
3726
|
-
noInterop?: boolean | undefined;
|
3727
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
3728
|
-
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3729
|
-
exportInteropAnnotation?: boolean | undefined;
|
3730
|
-
ignoreDynamic?: boolean | undefined;
|
3731
|
-
allowTopLevelThis?: boolean | undefined;
|
3732
|
-
preserveImportMeta?: boolean | undefined;
|
3733
|
-
}, {
|
3734
|
-
type: "nodenext";
|
3735
|
-
strict?: boolean | undefined;
|
3736
|
-
strictMode?: boolean | undefined;
|
3737
|
-
lazy?: boolean | string[] | undefined;
|
3738
|
-
noInterop?: boolean | undefined;
|
3739
|
-
importInterop?: "swc" | "babel" | "node" | "none" | undefined;
|
1600
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
3740
1601
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3741
1602
|
exportInteropAnnotation?: boolean | undefined;
|
3742
1603
|
ignoreDynamic?: boolean | undefined;
|
@@ -3826,7 +1687,7 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
3826
1687
|
strictMode?: boolean | undefined;
|
3827
1688
|
lazy?: boolean | string[] | undefined;
|
3828
1689
|
noInterop?: boolean | undefined;
|
3829
|
-
importInterop?: "
|
1690
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
3830
1691
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3831
1692
|
exportInteropAnnotation?: boolean | undefined;
|
3832
1693
|
ignoreDynamic?: boolean | undefined;
|
@@ -3838,7 +1699,7 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
3838
1699
|
strictMode?: boolean | undefined;
|
3839
1700
|
lazy?: boolean | string[] | undefined;
|
3840
1701
|
noInterop?: boolean | undefined;
|
3841
|
-
importInterop?: "
|
1702
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
3842
1703
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3843
1704
|
exportInteropAnnotation?: boolean | undefined;
|
3844
1705
|
ignoreDynamic?: boolean | undefined;
|
@@ -3850,7 +1711,7 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
3850
1711
|
strictMode?: boolean | undefined;
|
3851
1712
|
lazy?: boolean | string[] | undefined;
|
3852
1713
|
noInterop?: boolean | undefined;
|
3853
|
-
importInterop?: "
|
1714
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
3854
1715
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3855
1716
|
exportInteropAnnotation?: boolean | undefined;
|
3856
1717
|
ignoreDynamic?: boolean | undefined;
|
@@ -3863,7 +1724,7 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
3863
1724
|
strictMode?: boolean | undefined;
|
3864
1725
|
lazy?: boolean | string[] | undefined;
|
3865
1726
|
noInterop?: boolean | undefined;
|
3866
|
-
importInterop?: "
|
1727
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
3867
1728
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3868
1729
|
exportInteropAnnotation?: boolean | undefined;
|
3869
1730
|
ignoreDynamic?: boolean | undefined;
|
@@ -3871,93 +1732,42 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
3871
1732
|
preserveImportMeta?: boolean | undefined;
|
3872
1733
|
} | {
|
3873
1734
|
type: "amd";
|
1735
|
+
moduleId?: string | undefined;
|
3874
1736
|
strict?: boolean | undefined;
|
3875
1737
|
strictMode?: boolean | undefined;
|
3876
1738
|
lazy?: boolean | string[] | undefined;
|
3877
1739
|
noInterop?: boolean | undefined;
|
3878
|
-
importInterop?: "
|
1740
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
3879
1741
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
3880
1742
|
exportInteropAnnotation?: boolean | undefined;
|
3881
1743
|
ignoreDynamic?: boolean | undefined;
|
3882
1744
|
allowTopLevelThis?: boolean | undefined;
|
3883
1745
|
preserveImportMeta?: boolean | undefined;
|
3884
|
-
moduleId?: string | undefined;
|
3885
1746
|
} | {
|
3886
1747
|
type: "systemjs";
|
3887
1748
|
allowTopLevelThis?: boolean | undefined;
|
3888
1749
|
} | undefined;
|
3889
|
-
exclude?: string | string[] | undefined;
|
3890
|
-
inlineSourcesContent?: boolean | undefined;
|
3891
|
-
minify?: boolean | undefined;
|
3892
|
-
test?: string | string[] | undefined;
|
3893
1750
|
env?: {
|
1751
|
+
exclude?: string[] | undefined;
|
1752
|
+
loose?: boolean | undefined;
|
3894
1753
|
path?: string | undefined;
|
3895
1754
|
mode?: "usage" | "entry" | undefined;
|
3896
1755
|
debug?: boolean | undefined;
|
3897
|
-
dynamicImport?: boolean | undefined;
|
3898
|
-
|
3899
|
-
|
3900
|
-
|
3901
|
-
|
3902
|
-
|
3903
|
-
|
3904
|
-
|
3905
|
-
|
3906
|
-
|
3907
|
-
|
3908
|
-
|
3909
|
-
|
3910
|
-
|
3911
|
-
|
3912
|
-
arrayLikeIsIterable?: boolean | undefined;
|
3913
|
-
constantReexports?: boolean | undefined;
|
3914
|
-
constantSuper?: boolean | undefined;
|
3915
|
-
enumerableModuleMeta?: boolean | undefined;
|
3916
|
-
ignoreFunctionLength?: boolean | undefined;
|
3917
|
-
ignoreFunctionName?: boolean | undefined;
|
3918
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
3919
|
-
iterableIsArray?: boolean | undefined;
|
3920
|
-
mutableTemplateObject?: boolean | undefined;
|
3921
|
-
noClassCalls?: boolean | undefined;
|
3922
|
-
noDocumentAll?: boolean | undefined;
|
3923
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
3924
|
-
noNewArrows?: boolean | undefined;
|
3925
|
-
objectRestNoSymbols?: boolean | undefined;
|
3926
|
-
privateFieldsAsProperties?: boolean | undefined;
|
3927
|
-
pureGetters?: boolean | undefined;
|
3928
|
-
setClassMethods?: boolean | undefined;
|
3929
|
-
setComputedProperties?: boolean | undefined;
|
3930
|
-
setPublicClassFields?: boolean | undefined;
|
3931
|
-
setSpreadProperties?: boolean | undefined;
|
3932
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
3933
|
-
superIsCallableConstructor?: boolean | undefined;
|
3934
|
-
tsEnumIsReadonly?: boolean | undefined;
|
3935
|
-
} | undefined;
|
3936
|
-
parser?: {
|
3937
|
-
syntax: "typescript" | "ecmascript";
|
3938
|
-
dynamicImport?: boolean | undefined;
|
3939
|
-
tsx?: boolean | undefined;
|
3940
|
-
decorators?: boolean | undefined;
|
3941
|
-
jsx?: boolean | undefined;
|
3942
|
-
numericSeparator?: boolean | undefined;
|
3943
|
-
classPrivateProperty?: boolean | undefined;
|
3944
|
-
privateMethod?: boolean | undefined;
|
3945
|
-
classProperty?: boolean | undefined;
|
3946
|
-
functionBind?: boolean | undefined;
|
3947
|
-
decoratorsBeforeExport?: boolean | undefined;
|
3948
|
-
exportDefaultFrom?: boolean | undefined;
|
3949
|
-
exportNamespaceFrom?: boolean | undefined;
|
3950
|
-
nullishCoalescing?: boolean | undefined;
|
3951
|
-
optionalChaining?: boolean | undefined;
|
3952
|
-
importMeta?: boolean | undefined;
|
3953
|
-
topLevelAwait?: boolean | undefined;
|
3954
|
-
importAssertions?: boolean | undefined;
|
3955
|
-
importAttributes?: boolean | undefined;
|
3956
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
3957
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
3958
|
-
autoAccessors?: boolean | undefined;
|
3959
|
-
explicitResourceManagement?: boolean | undefined;
|
3960
|
-
} | undefined;
|
1756
|
+
dynamicImport?: boolean | undefined;
|
1757
|
+
bugfixes?: boolean | undefined;
|
1758
|
+
skip?: string[] | undefined;
|
1759
|
+
include?: string[] | undefined;
|
1760
|
+
coreJs?: string | undefined;
|
1761
|
+
targets?: any;
|
1762
|
+
shippedProposals?: boolean | undefined;
|
1763
|
+
forceAllTransforms?: boolean | undefined;
|
1764
|
+
} | undefined;
|
1765
|
+
exclude?: string | string[] | undefined;
|
1766
|
+
minify?: boolean | undefined;
|
1767
|
+
inlineSourcesContent?: boolean | undefined;
|
1768
|
+
$schema?: string | undefined;
|
1769
|
+
test?: string | string[] | undefined;
|
1770
|
+
jsc?: {
|
3961
1771
|
transform?: {
|
3962
1772
|
react?: {
|
3963
1773
|
runtime?: "automatic" | "classic" | undefined;
|
@@ -3994,24 +1804,11 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
3994
1804
|
useDefineForClassFields?: boolean | undefined;
|
3995
1805
|
verbatimModuleSyntax?: boolean | undefined;
|
3996
1806
|
} | undefined;
|
3997
|
-
|
3998
|
-
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
3999
|
-
experimental?: {
|
4000
|
-
optimizeHygiene?: boolean | undefined;
|
4001
|
-
keepImportAttributes?: boolean | undefined;
|
4002
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
4003
|
-
cacheRoot?: string | undefined;
|
4004
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
4005
|
-
runPluginFirst?: boolean | undefined;
|
4006
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
4007
|
-
emitIsolatedDts?: boolean | undefined;
|
4008
|
-
disableAllLints?: boolean | undefined;
|
4009
|
-
keepImportAssertions?: boolean | undefined;
|
4010
|
-
} | undefined;
|
4011
|
-
baseUrl?: string | undefined;
|
4012
|
-
paths?: Record<string, string[]> | undefined;
|
1807
|
+
loose?: boolean | undefined;
|
4013
1808
|
minify?: {
|
4014
1809
|
module?: boolean | "unknown" | undefined;
|
1810
|
+
outputPath?: string | undefined;
|
1811
|
+
sourceMap?: boolean | undefined;
|
4015
1812
|
ecma?: string | number | undefined;
|
4016
1813
|
safari10?: boolean | undefined;
|
4017
1814
|
keep_classnames?: boolean | undefined;
|
@@ -4112,10 +1909,75 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
4112
1909
|
keep_private_props?: boolean | undefined;
|
4113
1910
|
reserved?: string[] | undefined;
|
4114
1911
|
} | undefined;
|
4115
|
-
sourceMap?: boolean | undefined;
|
4116
|
-
outputPath?: string | undefined;
|
4117
1912
|
inlineSourcesContent?: boolean | undefined;
|
4118
1913
|
} | undefined;
|
1914
|
+
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
1915
|
+
keepClassNames?: boolean | undefined;
|
1916
|
+
assumptions?: {
|
1917
|
+
arrayLikeIsIterable?: boolean | undefined;
|
1918
|
+
constantReexports?: boolean | undefined;
|
1919
|
+
constantSuper?: boolean | undefined;
|
1920
|
+
enumerableModuleMeta?: boolean | undefined;
|
1921
|
+
ignoreFunctionLength?: boolean | undefined;
|
1922
|
+
ignoreFunctionName?: boolean | undefined;
|
1923
|
+
ignoreToPrimitiveHint?: boolean | undefined;
|
1924
|
+
iterableIsArray?: boolean | undefined;
|
1925
|
+
mutableTemplateObject?: boolean | undefined;
|
1926
|
+
noClassCalls?: boolean | undefined;
|
1927
|
+
noDocumentAll?: boolean | undefined;
|
1928
|
+
noIncompleteNsImportDetection?: boolean | undefined;
|
1929
|
+
noNewArrows?: boolean | undefined;
|
1930
|
+
objectRestNoSymbols?: boolean | undefined;
|
1931
|
+
privateFieldsAsProperties?: boolean | undefined;
|
1932
|
+
pureGetters?: boolean | undefined;
|
1933
|
+
setClassMethods?: boolean | undefined;
|
1934
|
+
setComputedProperties?: boolean | undefined;
|
1935
|
+
setPublicClassFields?: boolean | undefined;
|
1936
|
+
setSpreadProperties?: boolean | undefined;
|
1937
|
+
skipForOfIteratorClosing?: boolean | undefined;
|
1938
|
+
superIsCallableConstructor?: boolean | undefined;
|
1939
|
+
tsEnumIsReadonly?: boolean | undefined;
|
1940
|
+
} | undefined;
|
1941
|
+
parser?: {
|
1942
|
+
syntax: "typescript" | "ecmascript";
|
1943
|
+
dynamicImport?: boolean | undefined;
|
1944
|
+
tsx?: boolean | undefined;
|
1945
|
+
decorators?: boolean | undefined;
|
1946
|
+
jsx?: boolean | undefined;
|
1947
|
+
numericSeparator?: boolean | undefined;
|
1948
|
+
classPrivateProperty?: boolean | undefined;
|
1949
|
+
privateMethod?: boolean | undefined;
|
1950
|
+
classProperty?: boolean | undefined;
|
1951
|
+
functionBind?: boolean | undefined;
|
1952
|
+
decoratorsBeforeExport?: boolean | undefined;
|
1953
|
+
exportDefaultFrom?: boolean | undefined;
|
1954
|
+
exportNamespaceFrom?: boolean | undefined;
|
1955
|
+
nullishCoalescing?: boolean | undefined;
|
1956
|
+
optionalChaining?: boolean | undefined;
|
1957
|
+
importMeta?: boolean | undefined;
|
1958
|
+
topLevelAwait?: boolean | undefined;
|
1959
|
+
importAssertions?: boolean | undefined;
|
1960
|
+
importAttributes?: boolean | undefined;
|
1961
|
+
allowSuperOutsideMethod?: boolean | undefined;
|
1962
|
+
allowReturnOutsideFunction?: boolean | undefined;
|
1963
|
+
autoAccessors?: boolean | undefined;
|
1964
|
+
explicitResourceManagement?: boolean | undefined;
|
1965
|
+
} | undefined;
|
1966
|
+
externalHelpers?: boolean | undefined;
|
1967
|
+
experimental?: {
|
1968
|
+
optimizeHygiene?: boolean | undefined;
|
1969
|
+
keepImportAttributes?: boolean | undefined;
|
1970
|
+
emitAssertForImportAttributes?: boolean | undefined;
|
1971
|
+
cacheRoot?: string | undefined;
|
1972
|
+
plugins?: [string, Record<string, any>][] | undefined;
|
1973
|
+
runPluginFirst?: boolean | undefined;
|
1974
|
+
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
1975
|
+
emitIsolatedDts?: boolean | undefined;
|
1976
|
+
disableAllLints?: boolean | undefined;
|
1977
|
+
keepImportAssertions?: boolean | undefined;
|
1978
|
+
} | undefined;
|
1979
|
+
baseUrl?: string | undefined;
|
1980
|
+
paths?: Record<string, string[]> | undefined;
|
4119
1981
|
preserveAllComments?: boolean | undefined;
|
4120
1982
|
} | undefined;
|
4121
1983
|
sourceMaps?: boolean | "inline" | undefined;
|
@@ -4141,7 +2003,7 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
4141
2003
|
strictMode?: boolean | undefined;
|
4142
2004
|
lazy?: boolean | string[] | undefined;
|
4143
2005
|
noInterop?: boolean | undefined;
|
4144
|
-
importInterop?: "
|
2006
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
4145
2007
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
4146
2008
|
exportInteropAnnotation?: boolean | undefined;
|
4147
2009
|
ignoreDynamic?: boolean | undefined;
|
@@ -4153,7 +2015,7 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
4153
2015
|
strictMode?: boolean | undefined;
|
4154
2016
|
lazy?: boolean | string[] | undefined;
|
4155
2017
|
noInterop?: boolean | undefined;
|
4156
|
-
importInterop?: "
|
2018
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
4157
2019
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
4158
2020
|
exportInteropAnnotation?: boolean | undefined;
|
4159
2021
|
ignoreDynamic?: boolean | undefined;
|
@@ -4165,7 +2027,7 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
4165
2027
|
strictMode?: boolean | undefined;
|
4166
2028
|
lazy?: boolean | string[] | undefined;
|
4167
2029
|
noInterop?: boolean | undefined;
|
4168
|
-
importInterop?: "
|
2030
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
4169
2031
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
4170
2032
|
exportInteropAnnotation?: boolean | undefined;
|
4171
2033
|
ignoreDynamic?: boolean | undefined;
|
@@ -4178,7 +2040,7 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
4178
2040
|
strictMode?: boolean | undefined;
|
4179
2041
|
lazy?: boolean | string[] | undefined;
|
4180
2042
|
noInterop?: boolean | undefined;
|
4181
|
-
importInterop?: "
|
2043
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
4182
2044
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
4183
2045
|
exportInteropAnnotation?: boolean | undefined;
|
4184
2046
|
ignoreDynamic?: boolean | undefined;
|
@@ -4186,93 +2048,42 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
4186
2048
|
preserveImportMeta?: boolean | undefined;
|
4187
2049
|
} | {
|
4188
2050
|
type: "amd";
|
2051
|
+
moduleId?: string | undefined;
|
4189
2052
|
strict?: boolean | undefined;
|
4190
2053
|
strictMode?: boolean | undefined;
|
4191
2054
|
lazy?: boolean | string[] | undefined;
|
4192
2055
|
noInterop?: boolean | undefined;
|
4193
|
-
importInterop?: "
|
2056
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
4194
2057
|
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
4195
2058
|
exportInteropAnnotation?: boolean | undefined;
|
4196
2059
|
ignoreDynamic?: boolean | undefined;
|
4197
2060
|
allowTopLevelThis?: boolean | undefined;
|
4198
2061
|
preserveImportMeta?: boolean | undefined;
|
4199
|
-
moduleId?: string | undefined;
|
4200
2062
|
} | {
|
4201
2063
|
type: "systemjs";
|
4202
2064
|
allowTopLevelThis?: boolean | undefined;
|
4203
2065
|
} | undefined;
|
4204
|
-
exclude?: string | string[] | undefined;
|
4205
|
-
inlineSourcesContent?: boolean | undefined;
|
4206
|
-
minify?: boolean | undefined;
|
4207
|
-
test?: string | string[] | undefined;
|
4208
2066
|
env?: {
|
2067
|
+
exclude?: string[] | undefined;
|
2068
|
+
loose?: boolean | undefined;
|
4209
2069
|
path?: string | undefined;
|
4210
2070
|
mode?: "usage" | "entry" | undefined;
|
4211
2071
|
debug?: boolean | undefined;
|
4212
2072
|
dynamicImport?: boolean | undefined;
|
4213
|
-
loose?: boolean | undefined;
|
4214
2073
|
bugfixes?: boolean | undefined;
|
4215
2074
|
skip?: string[] | undefined;
|
4216
2075
|
include?: string[] | undefined;
|
4217
|
-
exclude?: string[] | undefined;
|
4218
2076
|
coreJs?: string | undefined;
|
4219
2077
|
targets?: any;
|
4220
2078
|
shippedProposals?: boolean | undefined;
|
4221
2079
|
forceAllTransforms?: boolean | undefined;
|
4222
2080
|
} | undefined;
|
2081
|
+
exclude?: string | string[] | undefined;
|
2082
|
+
minify?: boolean | undefined;
|
2083
|
+
inlineSourcesContent?: boolean | undefined;
|
2084
|
+
$schema?: string | undefined;
|
2085
|
+
test?: string | string[] | undefined;
|
4223
2086
|
jsc?: {
|
4224
|
-
loose?: boolean | undefined;
|
4225
|
-
keepClassNames?: boolean | undefined;
|
4226
|
-
assumptions?: {
|
4227
|
-
arrayLikeIsIterable?: boolean | undefined;
|
4228
|
-
constantReexports?: boolean | undefined;
|
4229
|
-
constantSuper?: boolean | undefined;
|
4230
|
-
enumerableModuleMeta?: boolean | undefined;
|
4231
|
-
ignoreFunctionLength?: boolean | undefined;
|
4232
|
-
ignoreFunctionName?: boolean | undefined;
|
4233
|
-
ignoreToPrimitiveHint?: boolean | undefined;
|
4234
|
-
iterableIsArray?: boolean | undefined;
|
4235
|
-
mutableTemplateObject?: boolean | undefined;
|
4236
|
-
noClassCalls?: boolean | undefined;
|
4237
|
-
noDocumentAll?: boolean | undefined;
|
4238
|
-
noIncompleteNsImportDetection?: boolean | undefined;
|
4239
|
-
noNewArrows?: boolean | undefined;
|
4240
|
-
objectRestNoSymbols?: boolean | undefined;
|
4241
|
-
privateFieldsAsProperties?: boolean | undefined;
|
4242
|
-
pureGetters?: boolean | undefined;
|
4243
|
-
setClassMethods?: boolean | undefined;
|
4244
|
-
setComputedProperties?: boolean | undefined;
|
4245
|
-
setPublicClassFields?: boolean | undefined;
|
4246
|
-
setSpreadProperties?: boolean | undefined;
|
4247
|
-
skipForOfIteratorClosing?: boolean | undefined;
|
4248
|
-
superIsCallableConstructor?: boolean | undefined;
|
4249
|
-
tsEnumIsReadonly?: boolean | undefined;
|
4250
|
-
} | undefined;
|
4251
|
-
parser?: {
|
4252
|
-
syntax: "typescript" | "ecmascript";
|
4253
|
-
dynamicImport?: boolean | undefined;
|
4254
|
-
tsx?: boolean | undefined;
|
4255
|
-
decorators?: boolean | undefined;
|
4256
|
-
jsx?: boolean | undefined;
|
4257
|
-
numericSeparator?: boolean | undefined;
|
4258
|
-
classPrivateProperty?: boolean | undefined;
|
4259
|
-
privateMethod?: boolean | undefined;
|
4260
|
-
classProperty?: boolean | undefined;
|
4261
|
-
functionBind?: boolean | undefined;
|
4262
|
-
decoratorsBeforeExport?: boolean | undefined;
|
4263
|
-
exportDefaultFrom?: boolean | undefined;
|
4264
|
-
exportNamespaceFrom?: boolean | undefined;
|
4265
|
-
nullishCoalescing?: boolean | undefined;
|
4266
|
-
optionalChaining?: boolean | undefined;
|
4267
|
-
importMeta?: boolean | undefined;
|
4268
|
-
topLevelAwait?: boolean | undefined;
|
4269
|
-
importAssertions?: boolean | undefined;
|
4270
|
-
importAttributes?: boolean | undefined;
|
4271
|
-
allowSuperOutsideMethod?: boolean | undefined;
|
4272
|
-
allowReturnOutsideFunction?: boolean | undefined;
|
4273
|
-
autoAccessors?: boolean | undefined;
|
4274
|
-
explicitResourceManagement?: boolean | undefined;
|
4275
|
-
} | undefined;
|
4276
2087
|
transform?: {
|
4277
2088
|
react?: {
|
4278
2089
|
runtime?: "automatic" | "classic" | undefined;
|
@@ -4309,24 +2120,11 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
4309
2120
|
useDefineForClassFields?: boolean | undefined;
|
4310
2121
|
verbatimModuleSyntax?: boolean | undefined;
|
4311
2122
|
} | undefined;
|
4312
|
-
|
4313
|
-
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
4314
|
-
experimental?: {
|
4315
|
-
optimizeHygiene?: boolean | undefined;
|
4316
|
-
keepImportAttributes?: boolean | undefined;
|
4317
|
-
emitAssertForImportAttributes?: boolean | undefined;
|
4318
|
-
cacheRoot?: string | undefined;
|
4319
|
-
plugins?: [string, Record<string, any>][] | undefined;
|
4320
|
-
runPluginFirst?: boolean | undefined;
|
4321
|
-
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
4322
|
-
emitIsolatedDts?: boolean | undefined;
|
4323
|
-
disableAllLints?: boolean | undefined;
|
4324
|
-
keepImportAssertions?: boolean | undefined;
|
4325
|
-
} | undefined;
|
4326
|
-
baseUrl?: string | undefined;
|
4327
|
-
paths?: Record<string, string[]> | undefined;
|
2123
|
+
loose?: boolean | undefined;
|
4328
2124
|
minify?: {
|
4329
2125
|
module?: boolean | "unknown" | undefined;
|
2126
|
+
outputPath?: string | undefined;
|
2127
|
+
sourceMap?: boolean | undefined;
|
4330
2128
|
ecma?: string | number | undefined;
|
4331
2129
|
safari10?: boolean | undefined;
|
4332
2130
|
keep_classnames?: boolean | undefined;
|
@@ -4427,10 +2225,75 @@ export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
4427
2225
|
keep_private_props?: boolean | undefined;
|
4428
2226
|
reserved?: string[] | undefined;
|
4429
2227
|
} | undefined;
|
4430
|
-
sourceMap?: boolean | undefined;
|
4431
|
-
outputPath?: string | undefined;
|
4432
2228
|
inlineSourcesContent?: boolean | undefined;
|
4433
2229
|
} | undefined;
|
2230
|
+
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
2231
|
+
keepClassNames?: boolean | undefined;
|
2232
|
+
assumptions?: {
|
2233
|
+
arrayLikeIsIterable?: boolean | undefined;
|
2234
|
+
constantReexports?: boolean | undefined;
|
2235
|
+
constantSuper?: boolean | undefined;
|
2236
|
+
enumerableModuleMeta?: boolean | undefined;
|
2237
|
+
ignoreFunctionLength?: boolean | undefined;
|
2238
|
+
ignoreFunctionName?: boolean | undefined;
|
2239
|
+
ignoreToPrimitiveHint?: boolean | undefined;
|
2240
|
+
iterableIsArray?: boolean | undefined;
|
2241
|
+
mutableTemplateObject?: boolean | undefined;
|
2242
|
+
noClassCalls?: boolean | undefined;
|
2243
|
+
noDocumentAll?: boolean | undefined;
|
2244
|
+
noIncompleteNsImportDetection?: boolean | undefined;
|
2245
|
+
noNewArrows?: boolean | undefined;
|
2246
|
+
objectRestNoSymbols?: boolean | undefined;
|
2247
|
+
privateFieldsAsProperties?: boolean | undefined;
|
2248
|
+
pureGetters?: boolean | undefined;
|
2249
|
+
setClassMethods?: boolean | undefined;
|
2250
|
+
setComputedProperties?: boolean | undefined;
|
2251
|
+
setPublicClassFields?: boolean | undefined;
|
2252
|
+
setSpreadProperties?: boolean | undefined;
|
2253
|
+
skipForOfIteratorClosing?: boolean | undefined;
|
2254
|
+
superIsCallableConstructor?: boolean | undefined;
|
2255
|
+
tsEnumIsReadonly?: boolean | undefined;
|
2256
|
+
} | undefined;
|
2257
|
+
parser?: {
|
2258
|
+
syntax: "typescript" | "ecmascript";
|
2259
|
+
dynamicImport?: boolean | undefined;
|
2260
|
+
tsx?: boolean | undefined;
|
2261
|
+
decorators?: boolean | undefined;
|
2262
|
+
jsx?: boolean | undefined;
|
2263
|
+
numericSeparator?: boolean | undefined;
|
2264
|
+
classPrivateProperty?: boolean | undefined;
|
2265
|
+
privateMethod?: boolean | undefined;
|
2266
|
+
classProperty?: boolean | undefined;
|
2267
|
+
functionBind?: boolean | undefined;
|
2268
|
+
decoratorsBeforeExport?: boolean | undefined;
|
2269
|
+
exportDefaultFrom?: boolean | undefined;
|
2270
|
+
exportNamespaceFrom?: boolean | undefined;
|
2271
|
+
nullishCoalescing?: boolean | undefined;
|
2272
|
+
optionalChaining?: boolean | undefined;
|
2273
|
+
importMeta?: boolean | undefined;
|
2274
|
+
topLevelAwait?: boolean | undefined;
|
2275
|
+
importAssertions?: boolean | undefined;
|
2276
|
+
importAttributes?: boolean | undefined;
|
2277
|
+
allowSuperOutsideMethod?: boolean | undefined;
|
2278
|
+
allowReturnOutsideFunction?: boolean | undefined;
|
2279
|
+
autoAccessors?: boolean | undefined;
|
2280
|
+
explicitResourceManagement?: boolean | undefined;
|
2281
|
+
} | undefined;
|
2282
|
+
externalHelpers?: boolean | undefined;
|
2283
|
+
experimental?: {
|
2284
|
+
optimizeHygiene?: boolean | undefined;
|
2285
|
+
keepImportAttributes?: boolean | undefined;
|
2286
|
+
emitAssertForImportAttributes?: boolean | undefined;
|
2287
|
+
cacheRoot?: string | undefined;
|
2288
|
+
plugins?: [string, Record<string, any>][] | undefined;
|
2289
|
+
runPluginFirst?: boolean | undefined;
|
2290
|
+
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
2291
|
+
emitIsolatedDts?: boolean | undefined;
|
2292
|
+
disableAllLints?: boolean | undefined;
|
2293
|
+
keepImportAssertions?: boolean | undefined;
|
2294
|
+
} | undefined;
|
2295
|
+
baseUrl?: string | undefined;
|
2296
|
+
paths?: Record<string, string[]> | undefined;
|
4434
2297
|
preserveAllComments?: boolean | undefined;
|
4435
2298
|
} | undefined;
|
4436
2299
|
sourceMaps?: boolean | "inline" | undefined;
|