@rspack-debug/core 1.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.md +15 -0
- package/compiled/@swc/types/index.d.ts +2109 -0
- package/compiled/@swc/types/index.js +19 -0
- package/compiled/@swc/types/license +201 -0
- package/compiled/@swc/types/package.json +1 -0
- 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/enhanced-resolve/CachedInputFileSystem.d.ts +0 -0
- package/compiled/enhanced-resolve/CachedInputFileSystem.js +664 -0
- package/compiled/enhanced-resolve/index.d.ts +1124 -0
- package/compiled/enhanced-resolve/license +20 -0
- package/compiled/enhanced-resolve/package.json +1 -0
- package/compiled/graceful-fs/index.d.ts +13 -0
- package/compiled/graceful-fs/index.js +1063 -0
- package/compiled/graceful-fs/license +15 -0
- package/compiled/graceful-fs/package.json +1 -0
- package/compiled/tinypool/LICENSE +24 -0
- package/compiled/tinypool/README.md +212 -0
- package/compiled/tinypool/dist/chunk-6LX4VMOV.js +31 -0
- package/compiled/tinypool/dist/chunk-ACQHDOFQ.js +12 -0
- package/compiled/tinypool/dist/chunk-E2J7JLFN.js +53 -0
- package/compiled/tinypool/dist/chunk-UBWFVGJX.js +38 -0
- package/compiled/tinypool/dist/entry/process.d.ts +2 -0
- package/compiled/tinypool/dist/entry/process.js +92 -0
- package/compiled/tinypool/dist/entry/utils.d.ts +5 -0
- package/compiled/tinypool/dist/entry/utils.js +9 -0
- package/compiled/tinypool/dist/entry/worker.d.ts +2 -0
- package/compiled/tinypool/dist/entry/worker.js +103 -0
- package/compiled/tinypool/dist/index.d.ts +188 -0
- package/compiled/tinypool/dist/index.js +1080 -0
- package/compiled/tinypool/package.json +55 -0
- package/compiled/watchpack/index.d.ts +216 -0
- package/compiled/watchpack/index.js +2127 -0
- package/compiled/watchpack/license +20 -0
- package/compiled/watchpack/package.json +1 -0
- package/compiled/webpack-sources/index.js +4720 -0
- package/compiled/webpack-sources/license +21 -0
- package/compiled/webpack-sources/package.json +1 -0
- package/compiled/webpack-sources/types.d.ts +320 -0
- package/compiled/zod/dist/types/index.d.ts +3 -0
- package/compiled/zod/dist/types/v3/ZodError.d.ts +164 -0
- package/compiled/zod/dist/types/v3/benchmarks/datetime.d.ts +5 -0
- package/compiled/zod/dist/types/v3/benchmarks/discriminatedUnion.d.ts +5 -0
- package/compiled/zod/dist/types/v3/benchmarks/index.d.ts +1 -0
- package/compiled/zod/dist/types/v3/benchmarks/ipv4.d.ts +5 -0
- package/compiled/zod/dist/types/v3/benchmarks/object.d.ts +5 -0
- package/compiled/zod/dist/types/v3/benchmarks/primitives.d.ts +5 -0
- package/compiled/zod/dist/types/v3/benchmarks/realworld.d.ts +5 -0
- package/compiled/zod/dist/types/v3/benchmarks/string.d.ts +5 -0
- package/compiled/zod/dist/types/v3/benchmarks/union.d.ts +5 -0
- package/compiled/zod/dist/types/v3/errors.d.ts +5 -0
- package/compiled/zod/dist/types/v3/external.d.ts +6 -0
- package/compiled/zod/dist/types/v3/helpers/enumUtil.d.ts +8 -0
- package/compiled/zod/dist/types/v3/helpers/errorUtil.d.ts +9 -0
- package/compiled/zod/dist/types/v3/helpers/parseUtil.d.ts +78 -0
- package/compiled/zod/dist/types/v3/helpers/partialUtil.d.ts +8 -0
- package/compiled/zod/dist/types/v3/helpers/typeAliases.d.ts +2 -0
- package/compiled/zod/dist/types/v3/helpers/util.d.ts +85 -0
- package/compiled/zod/dist/types/v3/index.d.ts +4 -0
- package/compiled/zod/dist/types/v3/locales/en.d.ts +3 -0
- package/compiled/zod/dist/types/v3/standard-schema.d.ts +102 -0
- package/compiled/zod/dist/types/v3/tests/Mocker.d.ts +17 -0
- package/compiled/zod/dist/types/v3/types.d.ts +1031 -0
- package/compiled/zod/dist/types/v4/classic/checks.d.ts +1 -0
- package/compiled/zod/dist/types/v4/classic/coerce.d.ts +17 -0
- package/compiled/zod/dist/types/v4/classic/compat.d.ts +48 -0
- package/compiled/zod/dist/types/v4/classic/errors.d.ts +30 -0
- package/compiled/zod/dist/types/v4/classic/external.d.ts +13 -0
- package/compiled/zod/dist/types/v4/classic/index.d.ts +4 -0
- package/compiled/zod/dist/types/v4/classic/iso.d.ts +22 -0
- package/compiled/zod/dist/types/v4/classic/parse.d.ts +23 -0
- package/compiled/zod/dist/types/v4/classic/schemas.d.ts +619 -0
- package/compiled/zod/dist/types/v4/core/api.d.ts +273 -0
- package/compiled/zod/dist/types/v4/core/checks.d.ts +277 -0
- package/compiled/zod/dist/types/v4/core/config.d.ts +9 -0
- package/compiled/zod/dist/types/v4/core/core.d.ts +47 -0
- package/compiled/zod/dist/types/v4/core/doc.d.ts +14 -0
- package/compiled/zod/dist/types/v4/core/errors.d.ts +204 -0
- package/compiled/zod/dist/types/v4/core/function.d.ts +52 -0
- package/compiled/zod/dist/types/v4/core/index.d.ts +15 -0
- package/compiled/zod/dist/types/v4/core/json-schema.d.ts +100 -0
- package/compiled/zod/dist/types/v4/core/parse.d.ts +25 -0
- package/compiled/zod/dist/types/v4/core/regexes.d.ts +62 -0
- package/compiled/zod/dist/types/v4/core/registries.d.ts +37 -0
- package/compiled/zod/dist/types/v4/core/schemas.d.ts +1011 -0
- package/compiled/zod/dist/types/v4/core/standard-schema.d.ts +55 -0
- package/compiled/zod/dist/types/v4/core/to-json-schema.d.ts +84 -0
- package/compiled/zod/dist/types/v4/core/util.d.ts +182 -0
- package/compiled/zod/dist/types/v4/core/versions.d.ts +5 -0
- package/compiled/zod/dist/types/v4/core/zsf.d.ts +91 -0
- package/compiled/zod/dist/types/v4/index.d.ts +3 -0
- package/compiled/zod/dist/types/v4/locales/ar.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/az.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/be.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ca.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/cs.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/de.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/en.d.ts +5 -0
- package/compiled/zod/dist/types/v4/locales/es.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/fa.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/fi.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/fr-CA.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/fr.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/he.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/hu.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/id.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/index.d.ts +37 -0
- package/compiled/zod/dist/types/v4/locales/it.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ja.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/kh.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ko.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/mk.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ms.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/nl.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/no.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ota.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/pl.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/pt.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ru.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/sl.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/sv.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ta.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/th.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/tr.d.ts +5 -0
- package/compiled/zod/dist/types/v4/locales/ua.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/ur.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/vi.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/zh-CN.d.ts +4 -0
- package/compiled/zod/dist/types/v4/locales/zh-TW.d.ts +4 -0
- package/compiled/zod/dist/types/v4/mini/checks.d.ts +1 -0
- package/compiled/zod/dist/types/v4/mini/coerce.d.ts +7 -0
- package/compiled/zod/dist/types/v4/mini/external.d.ts +11 -0
- package/compiled/zod/dist/types/v4/mini/index.d.ts +3 -0
- package/compiled/zod/dist/types/v4/mini/iso.d.ts +22 -0
- package/compiled/zod/dist/types/v4/mini/parse.d.ts +1 -0
- package/compiled/zod/dist/types/v4/mini/schemas.d.ts +398 -0
- package/compiled/zod/index.js +4513 -0
- package/compiled/zod/license +21 -0
- package/compiled/zod/package.json +1 -0
- package/compiled/zod/v3/index.d.ts +3 -0
- package/compiled/zod/v4/core/index.d.ts +1 -0
- package/compiled/zod/v4/index.d.ts +3 -0
- package/compiled/zod/v4/locales/en.d.ts +2 -0
- package/compiled/zod/v4/locales/index.d.ts +1 -0
- package/compiled/zod/v4-mini/index.d.ts +1 -0
- package/dist/Chunk.d.ts +35 -0
- package/dist/ChunkGraph.d.ts +23 -0
- package/dist/ChunkGroup.d.ts +33 -0
- package/dist/Chunks.d.ts +13 -0
- package/dist/CodeGenerationResults.d.ts +1 -0
- package/dist/Compilation.d.ts +411 -0
- package/dist/Compiler.d.ts +192 -0
- package/dist/ConcatenatedModule.d.ts +1 -0
- package/dist/ContextModule.d.ts +1 -0
- package/dist/ContextModuleFactory.d.ts +13 -0
- package/dist/Diagnostics.d.ts +7 -0
- package/dist/Entrypoint.d.ts +10 -0
- package/dist/ErrorHelpers.d.ts +1 -0
- package/dist/ExecuteModulePlugin.d.ts +4 -0
- package/dist/ExportsInfo.d.ts +20 -0
- package/dist/ExternalModule.d.ts +1 -0
- package/dist/FileSystem.d.ts +29 -0
- package/dist/FileSystemInfo.d.ts +5 -0
- package/dist/Module.d.ts +66 -0
- package/dist/ModuleGraph.d.ts +19 -0
- package/dist/ModuleTypeConstants.d.ts +8 -0
- package/dist/MultiCompiler.d.ts +75 -0
- package/dist/MultiStats.d.ts +22 -0
- package/dist/MultiWatching.d.ts +26 -0
- package/dist/NormalModule.d.ts +15 -0
- package/dist/NormalModuleFactory.d.ts +23 -0
- package/dist/Resolver.d.ts +18 -0
- package/dist/ResolverFactory.d.ts +14 -0
- package/dist/RspackError.d.ts +9 -0
- package/dist/RuleSetCompiler.d.ts +9 -0
- package/dist/RuntimeGlobals.d.ts +325 -0
- package/dist/RuntimeModule.d.ts +32 -0
- package/dist/Stats.d.ts +17 -0
- package/dist/Template.d.ts +77 -0
- package/dist/Watching.d.ts +38 -0
- package/dist/builtin-loader/index.d.ts +1 -0
- package/dist/builtin-loader/lightningcss/index.d.ts +117 -0
- package/dist/builtin-loader/swc/index.d.ts +3 -0
- package/dist/builtin-loader/swc/pluginImport.d.ts +68 -0
- package/dist/builtin-loader/swc/types.d.ts +2315 -0
- package/dist/builtin-plugin/APIPlugin.d.ts +10 -0
- package/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts +10 -0
- package/dist/builtin-plugin/AssetModulesPlugin.d.ts +10 -0
- package/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts +10 -0
- package/dist/builtin-plugin/BannerPlugin.d.ts +40 -0
- package/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts +15 -0
- package/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts +10 -0
- package/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts +59 -0
- package/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts +10 -0
- package/dist/builtin-plugin/ContextReplacementPlugin.d.ts +10 -0
- package/dist/builtin-plugin/CopyRspackPlugin.d.ts +14 -0
- package/dist/builtin-plugin/CssChunkingPlugin.d.ts +19 -0
- package/dist/builtin-plugin/CssModulesPlugin.d.ts +10 -0
- package/dist/builtin-plugin/DataUriPlugin.d.ts +10 -0
- package/dist/builtin-plugin/DefinePlugin.d.ts +17 -0
- package/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts +8 -0
- package/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts +8 -0
- package/dist/builtin-plugin/DllEntryPlugin.d.ts +13 -0
- package/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts +11 -0
- package/dist/builtin-plugin/DynamicEntryPlugin.d.ts +12 -0
- package/dist/builtin-plugin/ElectronTargetPlugin.d.ts +10 -0
- package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +26 -0
- package/dist/builtin-plugin/EnableLibraryPlugin.d.ts +11 -0
- package/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts +10 -0
- package/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts +10 -0
- package/dist/builtin-plugin/EntryPlugin.d.ts +32 -0
- package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +11 -0
- package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +10 -0
- package/dist/builtin-plugin/ExternalsPlugin.d.ts +10 -0
- package/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts +10 -0
- package/dist/builtin-plugin/FileUriPlugin.d.ts +10 -0
- package/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts +10 -0
- package/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts +10 -0
- package/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts +10 -0
- package/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts +7 -0
- package/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts +10 -0
- package/dist/builtin-plugin/HttpUriPlugin.d.ts +36 -0
- package/dist/builtin-plugin/IgnorePlugin.d.ts +19 -0
- package/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts +10 -0
- package/dist/builtin-plugin/JavascriptModulesPlugin.d.ts +15 -0
- package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +11 -0
- package/dist/builtin-plugin/JsonModulesPlugin.d.ts +10 -0
- package/dist/builtin-plugin/LibManifestPlugin.d.ts +18 -0
- package/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts +33 -0
- package/dist/builtin-plugin/LimitChunkCountPlugin.d.ts +15 -0
- package/dist/builtin-plugin/MangleExportsPlugin.d.ts +10 -0
- package/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts +10 -0
- package/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts +10 -0
- package/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts +8 -0
- package/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts +10 -0
- package/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts +10 -0
- package/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts +10 -0
- package/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts +8 -0
- package/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts +8 -0
- package/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts +10 -0
- package/dist/builtin-plugin/NodeTargetPlugin.d.ts +10 -0
- package/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts +10 -0
- package/dist/builtin-plugin/ProgressPlugin.d.ts +11 -0
- package/dist/builtin-plugin/ProvidePlugin.d.ts +11 -0
- package/dist/builtin-plugin/RealContentHashPlugin.d.ts +10 -0
- package/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts +10 -0
- package/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts +10 -0
- package/dist/builtin-plugin/RsdoctorPlugin.d.ts +45 -0
- package/dist/builtin-plugin/RstestPlugin.d.ts +11 -0
- package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +11 -0
- package/dist/builtin-plugin/RuntimePlugin.d.ts +28 -0
- package/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts +10 -0
- package/dist/builtin-plugin/SizeLimitsPlugin.d.ts +20 -0
- package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +11 -0
- package/dist/builtin-plugin/SplitChunksPlugin.d.ts +11 -0
- package/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts +40 -0
- package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +213 -0
- package/dist/builtin-plugin/WarnCaseSensitiveModulesPlugin.d.ts +10 -0
- package/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts +7 -0
- package/dist/builtin-plugin/WorkerPlugin.d.ts +13 -0
- package/dist/builtin-plugin/base.d.ts +21 -0
- package/dist/builtin-plugin/css-extract/index.d.ts +24 -0
- package/dist/builtin-plugin/css-extract/loader.d.ts +21 -0
- package/dist/builtin-plugin/css-extract/utils.d.ts +6 -0
- package/dist/builtin-plugin/html-plugin/hooks.d.ts +32 -0
- package/dist/builtin-plugin/html-plugin/index.d.ts +2 -0
- package/dist/builtin-plugin/html-plugin/options.d.ts +83 -0
- package/dist/builtin-plugin/html-plugin/plugin.d.ts +24 -0
- package/dist/builtin-plugin/html-plugin/taps.d.ts +2 -0
- package/dist/builtin-plugin/index.d.ts +79 -0
- package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +25 -0
- package/dist/builtin-plugin/lazy-compilation/middleware.d.ts +4 -0
- package/dist/config/adapter.d.ts +8 -0
- package/dist/config/adapterRuleUse.d.ts +333 -0
- package/dist/config/browserslistTargetHandler.d.ts +15 -0
- package/dist/config/defaults.d.ts +13 -0
- package/dist/config/devServer.d.ts +207 -0
- package/dist/config/index.d.ts +4 -0
- package/dist/config/normalization.d.ts +148 -0
- package/dist/config/target.d.ts +89 -0
- package/dist/config/types.d.ts +2228 -0
- package/dist/config/utils.d.ts +16 -0
- package/dist/config/zod.d.ts +4228 -0
- package/dist/container/ContainerPlugin.d.ts +40 -0
- package/dist/container/ContainerReferencePlugin.d.ts +33 -0
- package/dist/container/ModuleFederationPlugin.d.ts +13 -0
- package/dist/container/ModuleFederationPluginV1.d.ts +22 -0
- package/dist/container/ModuleFederationRuntimePlugin.d.ts +10 -0
- package/dist/container/options.d.ts +3 -0
- package/dist/cssExtractHmr.js +125 -0
- package/dist/cssExtractLoader.js +161 -0
- package/dist/error/ConcurrentCompilationError.d.ts +14 -0
- package/dist/exports.d.ts +191 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +13559 -0
- package/dist/lib/AbstractMethodError.d.ts +23 -0
- package/dist/lib/Cache.d.ts +65 -0
- package/dist/lib/CacheFacade.d.ts +139 -0
- package/dist/lib/DllPlugin.d.ts +42 -0
- package/dist/lib/DllReferencePlugin.d.ts +119 -0
- package/dist/lib/EntryOptionPlugin.d.ts +33 -0
- package/dist/lib/EnvironmentPlugin.d.ts +22 -0
- package/dist/lib/HookWebpackError.d.ts +40 -0
- package/dist/lib/IgnoreWarningsPlugin.d.ts +25 -0
- package/dist/lib/LoaderOptionsPlugin.d.ts +28 -0
- package/dist/lib/LoaderTargetPlugin.d.ts +24 -0
- package/dist/lib/ModuleFilenameHelpers.d.ts +53 -0
- package/dist/lib/NormalModuleReplacementPlugin.d.ts +29 -0
- package/dist/lib/WebpackError.d.ts +23 -0
- package/dist/lib/cache/MemoryCachePlugin.d.ts +5 -0
- package/dist/lib/cache/getLazyHashedEtag.d.ts +35 -0
- package/dist/lib/cache/mergeEtags.d.ts +17 -0
- package/dist/loader-runner/LoaderLoadingError.d.ts +13 -0
- package/dist/loader-runner/index.d.ts +43 -0
- package/dist/loader-runner/loadLoader.d.ts +11 -0
- package/dist/loader-runner/service.d.ts +71 -0
- package/dist/loader-runner/utils.d.ts +6 -0
- package/dist/loader-runner/worker.d.ts +14 -0
- package/dist/logging/Logger.d.ts +61 -0
- package/dist/logging/createConsoleLogger.d.ts +35 -0
- package/dist/logging/truncateArgs.d.ts +16 -0
- package/dist/moduleFederationDefaultRuntime.js +1 -0
- package/dist/node/NodeEnvironmentPlugin.d.ts +10 -0
- package/dist/node/NodeTemplatePlugin.d.ts +18 -0
- package/dist/node/NodeWatchFileSystem.d.ts +18 -0
- package/dist/node/nodeConsole.d.ts +15 -0
- package/dist/rspack.d.ts +16 -0
- package/dist/rspackOptionsApply.d.ts +4 -0
- package/dist/runtime/cssExtractHmr.d.ts +4 -0
- package/dist/runtime/moduleFederationDefaultRuntime.d.ts +2 -0
- package/dist/sharing/ConsumeSharedPlugin.d.ts +41 -0
- package/dist/sharing/ProvideSharedPlugin.d.ts +34 -0
- package/dist/sharing/SharePlugin.d.ts +51 -0
- package/dist/sharing/ShareRuntimePlugin.d.ts +9 -0
- package/dist/sharing/utils.d.ts +1 -0
- package/dist/stats/DefaultStatsFactoryPlugin.d.ts +4 -0
- package/dist/stats/DefaultStatsPresetPlugin.d.ts +4 -0
- package/dist/stats/DefaultStatsPrinterPlugin.d.ts +13 -0
- package/dist/stats/StatsFactory.d.ts +57 -0
- package/dist/stats/StatsPrinter.d.ts +57 -0
- package/dist/stats/statsFactoryUtils.d.ts +325 -0
- package/dist/swc.d.ts +5 -0
- package/dist/taps/compilation.d.ts +8 -0
- package/dist/taps/compiler.d.ts +2 -0
- package/dist/taps/contextModuleFactory.d.ts +2 -0
- package/dist/taps/index.d.ts +6 -0
- package/dist/taps/javascriptModules.d.ts +2 -0
- package/dist/taps/normalModuleFactory.d.ts +2 -0
- package/dist/taps/types.d.ts +11 -0
- package/dist/trace/index.d.ts +42 -0
- package/dist/trace/traceHookPlugin.d.ts +5 -0
- package/dist/util/ArrayQueue.d.ts +45 -0
- package/dist/util/AsyncTask.d.ts +7 -0
- package/dist/util/MergeCaller.d.ts +10 -0
- package/dist/util/SizeFormatHelpers.d.ts +10 -0
- package/dist/util/SplitChunkSize.d.ts +5 -0
- package/dist/util/assertNotNil.d.ts +1 -0
- package/dist/util/assetCondition.d.ts +2 -0
- package/dist/util/asyncLib.d.ts +54 -0
- package/dist/util/bindingVersionCheck.d.ts +5 -0
- package/dist/util/cleverMerge.d.ts +24 -0
- package/dist/util/comparators.d.ts +16 -0
- package/dist/util/createHash.d.ts +16 -0
- package/dist/util/createReadonlyMap.d.ts +1 -0
- package/dist/util/fake.d.ts +9 -0
- package/dist/util/fs.d.ts +342 -0
- package/dist/util/hash/index.d.ts +26 -0
- package/dist/util/hash/md4.d.ts +11 -0
- package/dist/util/hash/wasm-hash.d.ts +51 -0
- package/dist/util/hash/xxhash64.d.ts +11 -0
- package/dist/util/identifier.d.ts +31 -0
- package/dist/util/index.d.ts +13 -0
- package/dist/util/memoize.d.ts +2 -0
- package/dist/util/runtime.d.ts +2 -0
- package/dist/util/smartGrouping.d.ts +21 -0
- package/dist/util/source.d.ts +7 -0
- package/dist/util/validate.d.ts +9 -0
- package/dist/worker.js +937 -0
- package/hot/dev-server.js +75 -0
- package/hot/emitter.js +21 -0
- package/hot/lazy-compilation-node.js +54 -0
- package/hot/lazy-compilation-web.js +79 -0
- package/hot/log-apply-result.js +49 -0
- package/hot/log.js +79 -0
- package/hot/only-dev-server.js +103 -0
- package/hot/poll.js +40 -0
- package/hot/signal.js +66 -0
- package/module.d.ts +276 -0
- package/package.json +78 -0
|
@@ -0,0 +1,2315 @@
|
|
|
1
|
+
import type { Config, EnvConfig, EsParserConfig, JscConfig, ModuleConfig, ParserConfig, TerserEcmaVersion, TransformConfig, TsParserConfig } from "../../../compiled/@swc/types";
|
|
2
|
+
import { z } from "../../../compiled/zod";
|
|
3
|
+
import { type PluginImportOptions } from "./pluginImport";
|
|
4
|
+
export type SwcLoaderEnvConfig = EnvConfig;
|
|
5
|
+
export type SwcLoaderJscConfig = JscConfig;
|
|
6
|
+
export type SwcLoaderModuleConfig = ModuleConfig;
|
|
7
|
+
export type SwcLoaderParserConfig = ParserConfig;
|
|
8
|
+
export type SwcLoaderEsParserConfig = EsParserConfig;
|
|
9
|
+
export type SwcLoaderTsParserConfig = TsParserConfig;
|
|
10
|
+
export type SwcLoaderTransformConfig = TransformConfig;
|
|
11
|
+
export type SwcLoaderOptions = Config & {
|
|
12
|
+
isModule?: boolean | "unknown";
|
|
13
|
+
/**
|
|
14
|
+
* Experimental features provided by Rspack.
|
|
15
|
+
* @experimental
|
|
16
|
+
*/
|
|
17
|
+
rspackExperiments?: {
|
|
18
|
+
import?: PluginImportOptions;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export interface TerserCompressOptions {
|
|
22
|
+
arguments?: boolean;
|
|
23
|
+
arrows?: boolean;
|
|
24
|
+
booleans?: boolean;
|
|
25
|
+
booleans_as_integers?: boolean;
|
|
26
|
+
collapse_vars?: boolean;
|
|
27
|
+
comparisons?: boolean;
|
|
28
|
+
computed_props?: boolean;
|
|
29
|
+
conditionals?: boolean;
|
|
30
|
+
dead_code?: boolean;
|
|
31
|
+
defaults?: boolean;
|
|
32
|
+
directives?: boolean;
|
|
33
|
+
drop_console?: boolean;
|
|
34
|
+
drop_debugger?: boolean;
|
|
35
|
+
ecma?: TerserEcmaVersion;
|
|
36
|
+
evaluate?: boolean;
|
|
37
|
+
expression?: boolean;
|
|
38
|
+
global_defs?: any;
|
|
39
|
+
hoist_funs?: boolean;
|
|
40
|
+
hoist_props?: boolean;
|
|
41
|
+
hoist_vars?: boolean;
|
|
42
|
+
ie8?: boolean;
|
|
43
|
+
if_return?: boolean;
|
|
44
|
+
inline?: 0 | 1 | 2 | 3;
|
|
45
|
+
join_vars?: boolean;
|
|
46
|
+
keep_classnames?: boolean;
|
|
47
|
+
keep_fargs?: boolean;
|
|
48
|
+
keep_fnames?: boolean;
|
|
49
|
+
keep_infinity?: boolean;
|
|
50
|
+
loops?: boolean;
|
|
51
|
+
negate_iife?: boolean;
|
|
52
|
+
passes?: number;
|
|
53
|
+
properties?: boolean;
|
|
54
|
+
pure_getters?: any;
|
|
55
|
+
pure_funcs?: string[];
|
|
56
|
+
reduce_funcs?: boolean;
|
|
57
|
+
reduce_vars?: boolean;
|
|
58
|
+
sequences?: any;
|
|
59
|
+
side_effects?: boolean;
|
|
60
|
+
switches?: boolean;
|
|
61
|
+
top_retain?: any;
|
|
62
|
+
toplevel?: any;
|
|
63
|
+
typeofs?: boolean;
|
|
64
|
+
unsafe?: boolean;
|
|
65
|
+
unsafe_passes?: boolean;
|
|
66
|
+
unsafe_arrows?: boolean;
|
|
67
|
+
unsafe_comps?: boolean;
|
|
68
|
+
unsafe_function?: boolean;
|
|
69
|
+
unsafe_math?: boolean;
|
|
70
|
+
unsafe_symbols?: boolean;
|
|
71
|
+
unsafe_methods?: boolean;
|
|
72
|
+
unsafe_proto?: boolean;
|
|
73
|
+
unsafe_regexp?: boolean;
|
|
74
|
+
unsafe_undefined?: boolean;
|
|
75
|
+
unused?: boolean;
|
|
76
|
+
const_to_let?: boolean;
|
|
77
|
+
module?: boolean;
|
|
78
|
+
}
|
|
79
|
+
export declare const ZodSwcLoaderOptions: z.ZodObject<{
|
|
80
|
+
$schema: z.ZodOptional<z.ZodString>;
|
|
81
|
+
test: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
82
|
+
exclude: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
83
|
+
env: z.ZodOptional<z.ZodObject<{
|
|
84
|
+
mode: z.ZodOptional<z.ZodEnum<["usage", "entry"]>>;
|
|
85
|
+
debug: z.ZodOptional<z.ZodBoolean>;
|
|
86
|
+
dynamicImport: z.ZodOptional<z.ZodBoolean>;
|
|
87
|
+
loose: z.ZodOptional<z.ZodBoolean>;
|
|
88
|
+
bugfixes: z.ZodOptional<z.ZodBoolean>;
|
|
89
|
+
skip: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
90
|
+
include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
91
|
+
exclude: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
92
|
+
coreJs: z.ZodOptional<z.ZodString>;
|
|
93
|
+
targets: z.ZodOptional<z.ZodAny>;
|
|
94
|
+
path: z.ZodOptional<z.ZodString>;
|
|
95
|
+
shippedProposals: z.ZodOptional<z.ZodBoolean>;
|
|
96
|
+
forceAllTransforms: z.ZodOptional<z.ZodBoolean>;
|
|
97
|
+
}, "strict", z.ZodTypeAny, {
|
|
98
|
+
exclude?: string[] | undefined;
|
|
99
|
+
loose?: boolean | undefined;
|
|
100
|
+
path?: string | undefined;
|
|
101
|
+
mode?: "usage" | "entry" | undefined;
|
|
102
|
+
debug?: boolean | undefined;
|
|
103
|
+
dynamicImport?: boolean | undefined;
|
|
104
|
+
bugfixes?: boolean | undefined;
|
|
105
|
+
skip?: string[] | undefined;
|
|
106
|
+
include?: string[] | undefined;
|
|
107
|
+
coreJs?: string | undefined;
|
|
108
|
+
targets?: any;
|
|
109
|
+
shippedProposals?: boolean | undefined;
|
|
110
|
+
forceAllTransforms?: boolean | undefined;
|
|
111
|
+
}, {
|
|
112
|
+
exclude?: string[] | undefined;
|
|
113
|
+
loose?: boolean | undefined;
|
|
114
|
+
path?: string | undefined;
|
|
115
|
+
mode?: "usage" | "entry" | undefined;
|
|
116
|
+
debug?: boolean | undefined;
|
|
117
|
+
dynamicImport?: boolean | undefined;
|
|
118
|
+
bugfixes?: boolean | undefined;
|
|
119
|
+
skip?: string[] | undefined;
|
|
120
|
+
include?: string[] | undefined;
|
|
121
|
+
coreJs?: string | undefined;
|
|
122
|
+
targets?: any;
|
|
123
|
+
shippedProposals?: boolean | undefined;
|
|
124
|
+
forceAllTransforms?: boolean | undefined;
|
|
125
|
+
}>>;
|
|
126
|
+
jsc: z.ZodOptional<z.ZodObject<{
|
|
127
|
+
assumptions: z.ZodOptional<z.ZodObject<{
|
|
128
|
+
arrayLikeIsIterable: z.ZodOptional<z.ZodBoolean>;
|
|
129
|
+
constantReexports: z.ZodOptional<z.ZodBoolean>;
|
|
130
|
+
constantSuper: z.ZodOptional<z.ZodBoolean>;
|
|
131
|
+
enumerableModuleMeta: z.ZodOptional<z.ZodBoolean>;
|
|
132
|
+
ignoreFunctionLength: z.ZodOptional<z.ZodBoolean>;
|
|
133
|
+
ignoreFunctionName: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
+
ignoreToPrimitiveHint: z.ZodOptional<z.ZodBoolean>;
|
|
135
|
+
iterableIsArray: z.ZodOptional<z.ZodBoolean>;
|
|
136
|
+
mutableTemplateObject: z.ZodOptional<z.ZodBoolean>;
|
|
137
|
+
noClassCalls: z.ZodOptional<z.ZodBoolean>;
|
|
138
|
+
noDocumentAll: z.ZodOptional<z.ZodBoolean>;
|
|
139
|
+
noIncompleteNsImportDetection: z.ZodOptional<z.ZodBoolean>;
|
|
140
|
+
noNewArrows: z.ZodOptional<z.ZodBoolean>;
|
|
141
|
+
objectRestNoSymbols: z.ZodOptional<z.ZodBoolean>;
|
|
142
|
+
privateFieldsAsProperties: z.ZodOptional<z.ZodBoolean>;
|
|
143
|
+
pureGetters: z.ZodOptional<z.ZodBoolean>;
|
|
144
|
+
setClassMethods: z.ZodOptional<z.ZodBoolean>;
|
|
145
|
+
setComputedProperties: z.ZodOptional<z.ZodBoolean>;
|
|
146
|
+
setPublicClassFields: z.ZodOptional<z.ZodBoolean>;
|
|
147
|
+
setSpreadProperties: z.ZodOptional<z.ZodBoolean>;
|
|
148
|
+
skipForOfIteratorClosing: z.ZodOptional<z.ZodBoolean>;
|
|
149
|
+
superIsCallableConstructor: z.ZodOptional<z.ZodBoolean>;
|
|
150
|
+
tsEnumIsReadonly: z.ZodOptional<z.ZodBoolean>;
|
|
151
|
+
}, "strict", z.ZodTypeAny, {
|
|
152
|
+
arrayLikeIsIterable?: boolean | undefined;
|
|
153
|
+
constantReexports?: boolean | undefined;
|
|
154
|
+
constantSuper?: boolean | undefined;
|
|
155
|
+
enumerableModuleMeta?: boolean | undefined;
|
|
156
|
+
ignoreFunctionLength?: boolean | undefined;
|
|
157
|
+
ignoreFunctionName?: boolean | undefined;
|
|
158
|
+
ignoreToPrimitiveHint?: boolean | undefined;
|
|
159
|
+
iterableIsArray?: boolean | undefined;
|
|
160
|
+
mutableTemplateObject?: boolean | undefined;
|
|
161
|
+
noClassCalls?: boolean | undefined;
|
|
162
|
+
noDocumentAll?: boolean | undefined;
|
|
163
|
+
noIncompleteNsImportDetection?: boolean | undefined;
|
|
164
|
+
noNewArrows?: boolean | undefined;
|
|
165
|
+
objectRestNoSymbols?: boolean | undefined;
|
|
166
|
+
privateFieldsAsProperties?: boolean | undefined;
|
|
167
|
+
pureGetters?: boolean | undefined;
|
|
168
|
+
setClassMethods?: boolean | undefined;
|
|
169
|
+
setComputedProperties?: boolean | undefined;
|
|
170
|
+
setPublicClassFields?: boolean | undefined;
|
|
171
|
+
setSpreadProperties?: boolean | undefined;
|
|
172
|
+
skipForOfIteratorClosing?: boolean | undefined;
|
|
173
|
+
superIsCallableConstructor?: boolean | undefined;
|
|
174
|
+
tsEnumIsReadonly?: boolean | undefined;
|
|
175
|
+
}, {
|
|
176
|
+
arrayLikeIsIterable?: boolean | undefined;
|
|
177
|
+
constantReexports?: boolean | undefined;
|
|
178
|
+
constantSuper?: boolean | undefined;
|
|
179
|
+
enumerableModuleMeta?: boolean | undefined;
|
|
180
|
+
ignoreFunctionLength?: boolean | undefined;
|
|
181
|
+
ignoreFunctionName?: boolean | undefined;
|
|
182
|
+
ignoreToPrimitiveHint?: boolean | undefined;
|
|
183
|
+
iterableIsArray?: boolean | undefined;
|
|
184
|
+
mutableTemplateObject?: boolean | undefined;
|
|
185
|
+
noClassCalls?: boolean | undefined;
|
|
186
|
+
noDocumentAll?: boolean | undefined;
|
|
187
|
+
noIncompleteNsImportDetection?: boolean | undefined;
|
|
188
|
+
noNewArrows?: boolean | undefined;
|
|
189
|
+
objectRestNoSymbols?: boolean | undefined;
|
|
190
|
+
privateFieldsAsProperties?: boolean | undefined;
|
|
191
|
+
pureGetters?: boolean | undefined;
|
|
192
|
+
setClassMethods?: boolean | undefined;
|
|
193
|
+
setComputedProperties?: boolean | undefined;
|
|
194
|
+
setPublicClassFields?: boolean | undefined;
|
|
195
|
+
setSpreadProperties?: boolean | undefined;
|
|
196
|
+
skipForOfIteratorClosing?: boolean | undefined;
|
|
197
|
+
superIsCallableConstructor?: boolean | undefined;
|
|
198
|
+
tsEnumIsReadonly?: boolean | undefined;
|
|
199
|
+
}>>;
|
|
200
|
+
loose: z.ZodOptional<z.ZodBoolean>;
|
|
201
|
+
parser: z.ZodOptional<z.ZodObject<{
|
|
202
|
+
syntax: z.ZodEnum<["typescript", "ecmascript"]>;
|
|
203
|
+
tsx: z.ZodOptional<z.ZodBoolean>;
|
|
204
|
+
decorators: z.ZodOptional<z.ZodBoolean>;
|
|
205
|
+
dynamicImport: z.ZodOptional<z.ZodBoolean>;
|
|
206
|
+
jsx: z.ZodOptional<z.ZodBoolean>;
|
|
207
|
+
numericSeparator: z.ZodOptional<z.ZodBoolean>;
|
|
208
|
+
classPrivateProperty: z.ZodOptional<z.ZodBoolean>;
|
|
209
|
+
privateMethod: z.ZodOptional<z.ZodBoolean>;
|
|
210
|
+
classProperty: z.ZodOptional<z.ZodBoolean>;
|
|
211
|
+
functionBind: z.ZodOptional<z.ZodBoolean>;
|
|
212
|
+
decoratorsBeforeExport: z.ZodOptional<z.ZodBoolean>;
|
|
213
|
+
exportDefaultFrom: z.ZodOptional<z.ZodBoolean>;
|
|
214
|
+
exportNamespaceFrom: z.ZodOptional<z.ZodBoolean>;
|
|
215
|
+
nullishCoalescing: z.ZodOptional<z.ZodBoolean>;
|
|
216
|
+
optionalChaining: z.ZodOptional<z.ZodBoolean>;
|
|
217
|
+
importMeta: z.ZodOptional<z.ZodBoolean>;
|
|
218
|
+
topLevelAwait: z.ZodOptional<z.ZodBoolean>;
|
|
219
|
+
importAssertions: z.ZodOptional<z.ZodBoolean>;
|
|
220
|
+
importAttributes: z.ZodOptional<z.ZodBoolean>;
|
|
221
|
+
allowSuperOutsideMethod: z.ZodOptional<z.ZodBoolean>;
|
|
222
|
+
allowReturnOutsideFunction: z.ZodOptional<z.ZodBoolean>;
|
|
223
|
+
autoAccessors: z.ZodOptional<z.ZodBoolean>;
|
|
224
|
+
explicitResourceManagement: z.ZodOptional<z.ZodBoolean>;
|
|
225
|
+
}, "strict", z.ZodTypeAny, {
|
|
226
|
+
syntax: "typescript" | "ecmascript";
|
|
227
|
+
dynamicImport?: boolean | undefined;
|
|
228
|
+
tsx?: boolean | undefined;
|
|
229
|
+
decorators?: boolean | undefined;
|
|
230
|
+
jsx?: boolean | undefined;
|
|
231
|
+
numericSeparator?: boolean | undefined;
|
|
232
|
+
classPrivateProperty?: boolean | undefined;
|
|
233
|
+
privateMethod?: boolean | undefined;
|
|
234
|
+
classProperty?: boolean | undefined;
|
|
235
|
+
functionBind?: boolean | undefined;
|
|
236
|
+
decoratorsBeforeExport?: boolean | undefined;
|
|
237
|
+
exportDefaultFrom?: boolean | undefined;
|
|
238
|
+
exportNamespaceFrom?: boolean | undefined;
|
|
239
|
+
nullishCoalescing?: boolean | undefined;
|
|
240
|
+
optionalChaining?: boolean | undefined;
|
|
241
|
+
importMeta?: boolean | undefined;
|
|
242
|
+
topLevelAwait?: boolean | undefined;
|
|
243
|
+
importAssertions?: boolean | undefined;
|
|
244
|
+
importAttributes?: boolean | undefined;
|
|
245
|
+
allowSuperOutsideMethod?: boolean | undefined;
|
|
246
|
+
allowReturnOutsideFunction?: boolean | undefined;
|
|
247
|
+
autoAccessors?: boolean | undefined;
|
|
248
|
+
explicitResourceManagement?: boolean | undefined;
|
|
249
|
+
}, {
|
|
250
|
+
syntax: "typescript" | "ecmascript";
|
|
251
|
+
dynamicImport?: boolean | undefined;
|
|
252
|
+
tsx?: boolean | undefined;
|
|
253
|
+
decorators?: boolean | undefined;
|
|
254
|
+
jsx?: boolean | undefined;
|
|
255
|
+
numericSeparator?: boolean | undefined;
|
|
256
|
+
classPrivateProperty?: boolean | undefined;
|
|
257
|
+
privateMethod?: boolean | undefined;
|
|
258
|
+
classProperty?: boolean | undefined;
|
|
259
|
+
functionBind?: boolean | undefined;
|
|
260
|
+
decoratorsBeforeExport?: boolean | undefined;
|
|
261
|
+
exportDefaultFrom?: boolean | undefined;
|
|
262
|
+
exportNamespaceFrom?: boolean | undefined;
|
|
263
|
+
nullishCoalescing?: boolean | undefined;
|
|
264
|
+
optionalChaining?: boolean | undefined;
|
|
265
|
+
importMeta?: boolean | undefined;
|
|
266
|
+
topLevelAwait?: boolean | undefined;
|
|
267
|
+
importAssertions?: boolean | undefined;
|
|
268
|
+
importAttributes?: boolean | undefined;
|
|
269
|
+
allowSuperOutsideMethod?: boolean | undefined;
|
|
270
|
+
allowReturnOutsideFunction?: boolean | undefined;
|
|
271
|
+
autoAccessors?: boolean | undefined;
|
|
272
|
+
explicitResourceManagement?: boolean | undefined;
|
|
273
|
+
}>>;
|
|
274
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
275
|
+
react: z.ZodOptional<z.ZodObject<{
|
|
276
|
+
pragma: z.ZodOptional<z.ZodString>;
|
|
277
|
+
pragmaFrag: z.ZodOptional<z.ZodString>;
|
|
278
|
+
throwIfNamespace: z.ZodOptional<z.ZodBoolean>;
|
|
279
|
+
development: z.ZodOptional<z.ZodBoolean>;
|
|
280
|
+
useBuiltins: z.ZodOptional<z.ZodBoolean>;
|
|
281
|
+
refresh: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodObject<{
|
|
282
|
+
refreshReg: z.ZodOptional<z.ZodString>;
|
|
283
|
+
refreshSig: z.ZodOptional<z.ZodString>;
|
|
284
|
+
emitFullSignatures: z.ZodOptional<z.ZodBoolean>;
|
|
285
|
+
}, "strict", z.ZodTypeAny, {
|
|
286
|
+
refreshReg?: string | undefined;
|
|
287
|
+
refreshSig?: string | undefined;
|
|
288
|
+
emitFullSignatures?: boolean | undefined;
|
|
289
|
+
}, {
|
|
290
|
+
refreshReg?: string | undefined;
|
|
291
|
+
refreshSig?: string | undefined;
|
|
292
|
+
emitFullSignatures?: boolean | undefined;
|
|
293
|
+
}>]>>;
|
|
294
|
+
runtime: z.ZodOptional<z.ZodEnum<["automatic", "classic"]>>;
|
|
295
|
+
importSource: z.ZodOptional<z.ZodString>;
|
|
296
|
+
}, "strict", z.ZodTypeAny, {
|
|
297
|
+
runtime?: "automatic" | "classic" | undefined;
|
|
298
|
+
pragma?: string | undefined;
|
|
299
|
+
pragmaFrag?: string | undefined;
|
|
300
|
+
throwIfNamespace?: boolean | undefined;
|
|
301
|
+
development?: boolean | undefined;
|
|
302
|
+
useBuiltins?: boolean | undefined;
|
|
303
|
+
refresh?: boolean | {
|
|
304
|
+
refreshReg?: string | undefined;
|
|
305
|
+
refreshSig?: string | undefined;
|
|
306
|
+
emitFullSignatures?: boolean | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
importSource?: string | undefined;
|
|
309
|
+
}, {
|
|
310
|
+
runtime?: "automatic" | "classic" | undefined;
|
|
311
|
+
pragma?: string | undefined;
|
|
312
|
+
pragmaFrag?: string | undefined;
|
|
313
|
+
throwIfNamespace?: boolean | undefined;
|
|
314
|
+
development?: boolean | undefined;
|
|
315
|
+
useBuiltins?: boolean | undefined;
|
|
316
|
+
refresh?: boolean | {
|
|
317
|
+
refreshReg?: string | undefined;
|
|
318
|
+
refreshSig?: string | undefined;
|
|
319
|
+
emitFullSignatures?: boolean | undefined;
|
|
320
|
+
} | undefined;
|
|
321
|
+
importSource?: string | undefined;
|
|
322
|
+
}>>;
|
|
323
|
+
constModules: z.ZodOptional<z.ZodObject<{
|
|
324
|
+
globals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
325
|
+
}, "strict", z.ZodTypeAny, {
|
|
326
|
+
globals?: Record<string, Record<string, string>> | undefined;
|
|
327
|
+
}, {
|
|
328
|
+
globals?: Record<string, Record<string, string>> | undefined;
|
|
329
|
+
}>>;
|
|
330
|
+
optimizer: z.ZodOptional<z.ZodObject<{
|
|
331
|
+
simplify: z.ZodOptional<z.ZodBoolean>;
|
|
332
|
+
globals: z.ZodOptional<z.ZodObject<{
|
|
333
|
+
vars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
334
|
+
envs: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodRecord<z.ZodString, z.ZodString>]>>;
|
|
335
|
+
typeofs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
336
|
+
}, "strict", z.ZodTypeAny, {
|
|
337
|
+
typeofs?: Record<string, string> | undefined;
|
|
338
|
+
vars?: Record<string, string> | undefined;
|
|
339
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
340
|
+
}, {
|
|
341
|
+
typeofs?: Record<string, string> | undefined;
|
|
342
|
+
vars?: Record<string, string> | undefined;
|
|
343
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
344
|
+
}>>;
|
|
345
|
+
jsonify: z.ZodOptional<z.ZodObject<{
|
|
346
|
+
minCost: z.ZodNumber;
|
|
347
|
+
}, "strict", z.ZodTypeAny, {
|
|
348
|
+
minCost: number;
|
|
349
|
+
}, {
|
|
350
|
+
minCost: number;
|
|
351
|
+
}>>;
|
|
352
|
+
}, "strict", z.ZodTypeAny, {
|
|
353
|
+
globals?: {
|
|
354
|
+
typeofs?: Record<string, string> | undefined;
|
|
355
|
+
vars?: Record<string, string> | undefined;
|
|
356
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
357
|
+
} | undefined;
|
|
358
|
+
simplify?: boolean | undefined;
|
|
359
|
+
jsonify?: {
|
|
360
|
+
minCost: number;
|
|
361
|
+
} | undefined;
|
|
362
|
+
}, {
|
|
363
|
+
globals?: {
|
|
364
|
+
typeofs?: Record<string, string> | undefined;
|
|
365
|
+
vars?: Record<string, string> | undefined;
|
|
366
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
367
|
+
} | undefined;
|
|
368
|
+
simplify?: boolean | undefined;
|
|
369
|
+
jsonify?: {
|
|
370
|
+
minCost: number;
|
|
371
|
+
} | undefined;
|
|
372
|
+
}>>;
|
|
373
|
+
legacyDecorator: z.ZodOptional<z.ZodBoolean>;
|
|
374
|
+
decoratorMetadata: z.ZodOptional<z.ZodBoolean>;
|
|
375
|
+
decoratorVersion: z.ZodOptional<z.ZodEnum<["2021-12", "2022-03"]>>;
|
|
376
|
+
treatConstEnumAsEnum: z.ZodOptional<z.ZodBoolean>;
|
|
377
|
+
useDefineForClassFields: z.ZodOptional<z.ZodBoolean>;
|
|
378
|
+
verbatimModuleSyntax: z.ZodOptional<z.ZodBoolean>;
|
|
379
|
+
}, "strict", z.ZodTypeAny, {
|
|
380
|
+
react?: {
|
|
381
|
+
runtime?: "automatic" | "classic" | undefined;
|
|
382
|
+
pragma?: string | undefined;
|
|
383
|
+
pragmaFrag?: string | undefined;
|
|
384
|
+
throwIfNamespace?: boolean | undefined;
|
|
385
|
+
development?: boolean | undefined;
|
|
386
|
+
useBuiltins?: boolean | undefined;
|
|
387
|
+
refresh?: boolean | {
|
|
388
|
+
refreshReg?: string | undefined;
|
|
389
|
+
refreshSig?: string | undefined;
|
|
390
|
+
emitFullSignatures?: boolean | undefined;
|
|
391
|
+
} | undefined;
|
|
392
|
+
importSource?: string | undefined;
|
|
393
|
+
} | undefined;
|
|
394
|
+
constModules?: {
|
|
395
|
+
globals?: Record<string, Record<string, string>> | undefined;
|
|
396
|
+
} | undefined;
|
|
397
|
+
optimizer?: {
|
|
398
|
+
globals?: {
|
|
399
|
+
typeofs?: Record<string, string> | undefined;
|
|
400
|
+
vars?: Record<string, string> | undefined;
|
|
401
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
402
|
+
} | undefined;
|
|
403
|
+
simplify?: boolean | undefined;
|
|
404
|
+
jsonify?: {
|
|
405
|
+
minCost: number;
|
|
406
|
+
} | undefined;
|
|
407
|
+
} | undefined;
|
|
408
|
+
legacyDecorator?: boolean | undefined;
|
|
409
|
+
decoratorMetadata?: boolean | undefined;
|
|
410
|
+
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
|
411
|
+
treatConstEnumAsEnum?: boolean | undefined;
|
|
412
|
+
useDefineForClassFields?: boolean | undefined;
|
|
413
|
+
verbatimModuleSyntax?: boolean | undefined;
|
|
414
|
+
}, {
|
|
415
|
+
react?: {
|
|
416
|
+
runtime?: "automatic" | "classic" | undefined;
|
|
417
|
+
pragma?: string | undefined;
|
|
418
|
+
pragmaFrag?: string | undefined;
|
|
419
|
+
throwIfNamespace?: boolean | undefined;
|
|
420
|
+
development?: boolean | undefined;
|
|
421
|
+
useBuiltins?: boolean | undefined;
|
|
422
|
+
refresh?: boolean | {
|
|
423
|
+
refreshReg?: string | undefined;
|
|
424
|
+
refreshSig?: string | undefined;
|
|
425
|
+
emitFullSignatures?: boolean | undefined;
|
|
426
|
+
} | undefined;
|
|
427
|
+
importSource?: string | undefined;
|
|
428
|
+
} | undefined;
|
|
429
|
+
constModules?: {
|
|
430
|
+
globals?: Record<string, Record<string, string>> | undefined;
|
|
431
|
+
} | undefined;
|
|
432
|
+
optimizer?: {
|
|
433
|
+
globals?: {
|
|
434
|
+
typeofs?: Record<string, string> | undefined;
|
|
435
|
+
vars?: Record<string, string> | undefined;
|
|
436
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
437
|
+
} | undefined;
|
|
438
|
+
simplify?: boolean | undefined;
|
|
439
|
+
jsonify?: {
|
|
440
|
+
minCost: number;
|
|
441
|
+
} | undefined;
|
|
442
|
+
} | undefined;
|
|
443
|
+
legacyDecorator?: boolean | undefined;
|
|
444
|
+
decoratorMetadata?: boolean | undefined;
|
|
445
|
+
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
|
446
|
+
treatConstEnumAsEnum?: boolean | undefined;
|
|
447
|
+
useDefineForClassFields?: boolean | undefined;
|
|
448
|
+
verbatimModuleSyntax?: boolean | undefined;
|
|
449
|
+
}>>;
|
|
450
|
+
externalHelpers: z.ZodOptional<z.ZodBoolean>;
|
|
451
|
+
target: z.ZodOptional<z.ZodEnum<["es3", "es5", "es2015", "es2016", "es2017", "es2018", "es2019", "es2020", "es2021", "es2022", "es2023", "es2024", "esnext"]>>;
|
|
452
|
+
keepClassNames: z.ZodOptional<z.ZodBoolean>;
|
|
453
|
+
experimental: z.ZodOptional<z.ZodObject<{
|
|
454
|
+
optimizeHygiene: z.ZodOptional<z.ZodBoolean>;
|
|
455
|
+
keepImportAttributes: z.ZodOptional<z.ZodBoolean>;
|
|
456
|
+
emitAssertForImportAttributes: z.ZodOptional<z.ZodBoolean>;
|
|
457
|
+
cacheRoot: z.ZodOptional<z.ZodString>;
|
|
458
|
+
plugins: z.ZodOptional<z.ZodArray<z.ZodTuple<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>], null>, "many">>;
|
|
459
|
+
runPluginFirst: z.ZodOptional<z.ZodBoolean>;
|
|
460
|
+
disableBuiltinTransformsForInternalTesting: z.ZodOptional<z.ZodBoolean>;
|
|
461
|
+
emitIsolatedDts: z.ZodOptional<z.ZodBoolean>;
|
|
462
|
+
disableAllLints: z.ZodOptional<z.ZodBoolean>;
|
|
463
|
+
keepImportAssertions: z.ZodOptional<z.ZodBoolean>;
|
|
464
|
+
}, "strict", z.ZodTypeAny, {
|
|
465
|
+
optimizeHygiene?: boolean | undefined;
|
|
466
|
+
keepImportAttributes?: boolean | undefined;
|
|
467
|
+
emitAssertForImportAttributes?: boolean | undefined;
|
|
468
|
+
cacheRoot?: string | undefined;
|
|
469
|
+
plugins?: [string, Record<string, any>][] | undefined;
|
|
470
|
+
runPluginFirst?: boolean | undefined;
|
|
471
|
+
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
|
472
|
+
emitIsolatedDts?: boolean | undefined;
|
|
473
|
+
disableAllLints?: boolean | undefined;
|
|
474
|
+
keepImportAssertions?: boolean | undefined;
|
|
475
|
+
}, {
|
|
476
|
+
optimizeHygiene?: boolean | undefined;
|
|
477
|
+
keepImportAttributes?: boolean | undefined;
|
|
478
|
+
emitAssertForImportAttributes?: boolean | undefined;
|
|
479
|
+
cacheRoot?: string | undefined;
|
|
480
|
+
plugins?: [string, Record<string, any>][] | undefined;
|
|
481
|
+
runPluginFirst?: boolean | undefined;
|
|
482
|
+
disableBuiltinTransformsForInternalTesting?: boolean | undefined;
|
|
483
|
+
emitIsolatedDts?: boolean | undefined;
|
|
484
|
+
disableAllLints?: boolean | undefined;
|
|
485
|
+
keepImportAssertions?: boolean | undefined;
|
|
486
|
+
}>>;
|
|
487
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
488
|
+
paths: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
|
489
|
+
minify: z.ZodOptional<z.ZodObject<{
|
|
490
|
+
compress: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
491
|
+
arguments: z.ZodOptional<z.ZodBoolean>;
|
|
492
|
+
arrows: z.ZodOptional<z.ZodBoolean>;
|
|
493
|
+
booleans: z.ZodOptional<z.ZodBoolean>;
|
|
494
|
+
booleans_as_integers: z.ZodOptional<z.ZodBoolean>;
|
|
495
|
+
collapse_vars: z.ZodOptional<z.ZodBoolean>;
|
|
496
|
+
comparisons: z.ZodOptional<z.ZodBoolean>;
|
|
497
|
+
computed_props: z.ZodOptional<z.ZodBoolean>;
|
|
498
|
+
conditionals: z.ZodOptional<z.ZodBoolean>;
|
|
499
|
+
dead_code: z.ZodOptional<z.ZodBoolean>;
|
|
500
|
+
defaults: z.ZodOptional<z.ZodBoolean>;
|
|
501
|
+
directives: z.ZodOptional<z.ZodBoolean>;
|
|
502
|
+
drop_console: z.ZodOptional<z.ZodBoolean>;
|
|
503
|
+
drop_debugger: z.ZodOptional<z.ZodBoolean>;
|
|
504
|
+
ecma: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<5>, z.ZodLiteral<2015>, z.ZodLiteral<2016>, z.ZodString, z.ZodNumber]>>;
|
|
505
|
+
evaluate: z.ZodOptional<z.ZodBoolean>;
|
|
506
|
+
expression: z.ZodOptional<z.ZodBoolean>;
|
|
507
|
+
global_defs: z.ZodOptional<z.ZodAny>;
|
|
508
|
+
hoist_funs: z.ZodOptional<z.ZodBoolean>;
|
|
509
|
+
hoist_props: z.ZodOptional<z.ZodBoolean>;
|
|
510
|
+
hoist_vars: z.ZodOptional<z.ZodBoolean>;
|
|
511
|
+
ie8: z.ZodOptional<z.ZodBoolean>;
|
|
512
|
+
if_return: z.ZodOptional<z.ZodBoolean>;
|
|
513
|
+
inline: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>, z.ZodLiteral<2>]>, z.ZodLiteral<3>]>>;
|
|
514
|
+
join_vars: z.ZodOptional<z.ZodBoolean>;
|
|
515
|
+
keep_classnames: z.ZodOptional<z.ZodBoolean>;
|
|
516
|
+
keep_fargs: z.ZodOptional<z.ZodBoolean>;
|
|
517
|
+
keep_fnames: z.ZodOptional<z.ZodBoolean>;
|
|
518
|
+
keep_infinity: z.ZodOptional<z.ZodBoolean>;
|
|
519
|
+
loops: z.ZodOptional<z.ZodBoolean>;
|
|
520
|
+
negate_iife: z.ZodOptional<z.ZodBoolean>;
|
|
521
|
+
passes: z.ZodOptional<z.ZodNumber>;
|
|
522
|
+
properties: z.ZodOptional<z.ZodBoolean>;
|
|
523
|
+
pure_getters: z.ZodOptional<z.ZodAny>;
|
|
524
|
+
pure_funcs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
525
|
+
reduce_funcs: z.ZodOptional<z.ZodBoolean>;
|
|
526
|
+
reduce_vars: z.ZodOptional<z.ZodBoolean>;
|
|
527
|
+
sequences: z.ZodOptional<z.ZodAny>;
|
|
528
|
+
side_effects: z.ZodOptional<z.ZodBoolean>;
|
|
529
|
+
switches: z.ZodOptional<z.ZodBoolean>;
|
|
530
|
+
top_retain: z.ZodOptional<z.ZodAny>;
|
|
531
|
+
toplevel: z.ZodOptional<z.ZodAny>;
|
|
532
|
+
typeofs: z.ZodOptional<z.ZodBoolean>;
|
|
533
|
+
unsafe: z.ZodOptional<z.ZodBoolean>;
|
|
534
|
+
unsafe_passes: z.ZodOptional<z.ZodBoolean>;
|
|
535
|
+
unsafe_arrows: z.ZodOptional<z.ZodBoolean>;
|
|
536
|
+
unsafe_comps: z.ZodOptional<z.ZodBoolean>;
|
|
537
|
+
unsafe_function: z.ZodOptional<z.ZodBoolean>;
|
|
538
|
+
unsafe_math: z.ZodOptional<z.ZodBoolean>;
|
|
539
|
+
unsafe_symbols: z.ZodOptional<z.ZodBoolean>;
|
|
540
|
+
unsafe_methods: z.ZodOptional<z.ZodBoolean>;
|
|
541
|
+
unsafe_proto: z.ZodOptional<z.ZodBoolean>;
|
|
542
|
+
unsafe_regexp: z.ZodOptional<z.ZodBoolean>;
|
|
543
|
+
unsafe_undefined: z.ZodOptional<z.ZodBoolean>;
|
|
544
|
+
unused: z.ZodOptional<z.ZodBoolean>;
|
|
545
|
+
const_to_let: z.ZodOptional<z.ZodBoolean>;
|
|
546
|
+
module: z.ZodOptional<z.ZodBoolean>;
|
|
547
|
+
}, "strict", z.ZodTypeAny, {
|
|
548
|
+
module?: boolean | undefined;
|
|
549
|
+
ecma?: string | number | undefined;
|
|
550
|
+
arguments?: boolean | undefined;
|
|
551
|
+
arrows?: boolean | undefined;
|
|
552
|
+
booleans?: boolean | undefined;
|
|
553
|
+
booleans_as_integers?: boolean | undefined;
|
|
554
|
+
collapse_vars?: boolean | undefined;
|
|
555
|
+
comparisons?: boolean | undefined;
|
|
556
|
+
computed_props?: boolean | undefined;
|
|
557
|
+
conditionals?: boolean | undefined;
|
|
558
|
+
dead_code?: boolean | undefined;
|
|
559
|
+
defaults?: boolean | undefined;
|
|
560
|
+
directives?: boolean | undefined;
|
|
561
|
+
drop_console?: boolean | undefined;
|
|
562
|
+
drop_debugger?: boolean | undefined;
|
|
563
|
+
evaluate?: boolean | undefined;
|
|
564
|
+
expression?: boolean | undefined;
|
|
565
|
+
global_defs?: any;
|
|
566
|
+
hoist_funs?: boolean | undefined;
|
|
567
|
+
hoist_props?: boolean | undefined;
|
|
568
|
+
hoist_vars?: boolean | undefined;
|
|
569
|
+
ie8?: boolean | undefined;
|
|
570
|
+
if_return?: boolean | undefined;
|
|
571
|
+
inline?: 0 | 1 | 2 | 3 | undefined;
|
|
572
|
+
join_vars?: boolean | undefined;
|
|
573
|
+
keep_classnames?: boolean | undefined;
|
|
574
|
+
keep_fargs?: boolean | undefined;
|
|
575
|
+
keep_fnames?: boolean | undefined;
|
|
576
|
+
keep_infinity?: boolean | undefined;
|
|
577
|
+
loops?: boolean | undefined;
|
|
578
|
+
negate_iife?: boolean | undefined;
|
|
579
|
+
passes?: number | undefined;
|
|
580
|
+
properties?: boolean | undefined;
|
|
581
|
+
pure_getters?: any;
|
|
582
|
+
pure_funcs?: string[] | undefined;
|
|
583
|
+
reduce_funcs?: boolean | undefined;
|
|
584
|
+
reduce_vars?: boolean | undefined;
|
|
585
|
+
sequences?: any;
|
|
586
|
+
side_effects?: boolean | undefined;
|
|
587
|
+
switches?: boolean | undefined;
|
|
588
|
+
top_retain?: any;
|
|
589
|
+
toplevel?: any;
|
|
590
|
+
typeofs?: boolean | undefined;
|
|
591
|
+
unsafe?: boolean | undefined;
|
|
592
|
+
unsafe_passes?: boolean | undefined;
|
|
593
|
+
unsafe_arrows?: boolean | undefined;
|
|
594
|
+
unsafe_comps?: boolean | undefined;
|
|
595
|
+
unsafe_function?: boolean | undefined;
|
|
596
|
+
unsafe_math?: boolean | undefined;
|
|
597
|
+
unsafe_symbols?: boolean | undefined;
|
|
598
|
+
unsafe_methods?: boolean | undefined;
|
|
599
|
+
unsafe_proto?: boolean | undefined;
|
|
600
|
+
unsafe_regexp?: boolean | undefined;
|
|
601
|
+
unsafe_undefined?: boolean | undefined;
|
|
602
|
+
unused?: boolean | undefined;
|
|
603
|
+
const_to_let?: boolean | undefined;
|
|
604
|
+
}, {
|
|
605
|
+
module?: boolean | undefined;
|
|
606
|
+
ecma?: string | number | undefined;
|
|
607
|
+
arguments?: boolean | undefined;
|
|
608
|
+
arrows?: boolean | undefined;
|
|
609
|
+
booleans?: boolean | undefined;
|
|
610
|
+
booleans_as_integers?: boolean | undefined;
|
|
611
|
+
collapse_vars?: boolean | undefined;
|
|
612
|
+
comparisons?: boolean | undefined;
|
|
613
|
+
computed_props?: boolean | undefined;
|
|
614
|
+
conditionals?: boolean | undefined;
|
|
615
|
+
dead_code?: boolean | undefined;
|
|
616
|
+
defaults?: boolean | undefined;
|
|
617
|
+
directives?: boolean | undefined;
|
|
618
|
+
drop_console?: boolean | undefined;
|
|
619
|
+
drop_debugger?: boolean | undefined;
|
|
620
|
+
evaluate?: boolean | undefined;
|
|
621
|
+
expression?: boolean | undefined;
|
|
622
|
+
global_defs?: any;
|
|
623
|
+
hoist_funs?: boolean | undefined;
|
|
624
|
+
hoist_props?: boolean | undefined;
|
|
625
|
+
hoist_vars?: boolean | undefined;
|
|
626
|
+
ie8?: boolean | undefined;
|
|
627
|
+
if_return?: boolean | undefined;
|
|
628
|
+
inline?: 0 | 1 | 2 | 3 | undefined;
|
|
629
|
+
join_vars?: boolean | undefined;
|
|
630
|
+
keep_classnames?: boolean | undefined;
|
|
631
|
+
keep_fargs?: boolean | undefined;
|
|
632
|
+
keep_fnames?: boolean | undefined;
|
|
633
|
+
keep_infinity?: boolean | undefined;
|
|
634
|
+
loops?: boolean | undefined;
|
|
635
|
+
negate_iife?: boolean | undefined;
|
|
636
|
+
passes?: number | undefined;
|
|
637
|
+
properties?: boolean | undefined;
|
|
638
|
+
pure_getters?: any;
|
|
639
|
+
pure_funcs?: string[] | undefined;
|
|
640
|
+
reduce_funcs?: boolean | undefined;
|
|
641
|
+
reduce_vars?: boolean | undefined;
|
|
642
|
+
sequences?: any;
|
|
643
|
+
side_effects?: boolean | undefined;
|
|
644
|
+
switches?: boolean | undefined;
|
|
645
|
+
top_retain?: any;
|
|
646
|
+
toplevel?: any;
|
|
647
|
+
typeofs?: boolean | undefined;
|
|
648
|
+
unsafe?: boolean | undefined;
|
|
649
|
+
unsafe_passes?: boolean | undefined;
|
|
650
|
+
unsafe_arrows?: boolean | undefined;
|
|
651
|
+
unsafe_comps?: boolean | undefined;
|
|
652
|
+
unsafe_function?: boolean | undefined;
|
|
653
|
+
unsafe_math?: boolean | undefined;
|
|
654
|
+
unsafe_symbols?: boolean | undefined;
|
|
655
|
+
unsafe_methods?: boolean | undefined;
|
|
656
|
+
unsafe_proto?: boolean | undefined;
|
|
657
|
+
unsafe_regexp?: boolean | undefined;
|
|
658
|
+
unsafe_undefined?: boolean | undefined;
|
|
659
|
+
unused?: boolean | undefined;
|
|
660
|
+
const_to_let?: boolean | undefined;
|
|
661
|
+
}>, z.ZodBoolean]>>;
|
|
662
|
+
format: z.ZodOptional<z.ZodObject<{
|
|
663
|
+
asciiOnly: z.ZodOptional<z.ZodBoolean>;
|
|
664
|
+
beautify: z.ZodOptional<z.ZodBoolean>;
|
|
665
|
+
braces: z.ZodOptional<z.ZodBoolean>;
|
|
666
|
+
comments: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"some">, z.ZodLiteral<"all">]>, z.ZodLiteral<false>]>>;
|
|
667
|
+
ecma: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<5>, z.ZodLiteral<2015>, z.ZodLiteral<2016>, z.ZodString, z.ZodNumber]>>;
|
|
668
|
+
indentLevel: z.ZodOptional<z.ZodNumber>;
|
|
669
|
+
indentStart: z.ZodOptional<z.ZodNumber>;
|
|
670
|
+
inlineScript: z.ZodOptional<z.ZodBoolean>;
|
|
671
|
+
keepNumbers: z.ZodOptional<z.ZodNumber>;
|
|
672
|
+
keepQuotedProps: z.ZodOptional<z.ZodBoolean>;
|
|
673
|
+
maxLineLen: z.ZodOptional<z.ZodNumber>;
|
|
674
|
+
preamble: z.ZodOptional<z.ZodString>;
|
|
675
|
+
quoteKeys: z.ZodOptional<z.ZodBoolean>;
|
|
676
|
+
quoteStyle: z.ZodOptional<z.ZodBoolean>;
|
|
677
|
+
preserveAnnotations: z.ZodOptional<z.ZodBoolean>;
|
|
678
|
+
safari10: z.ZodOptional<z.ZodBoolean>;
|
|
679
|
+
semicolons: z.ZodOptional<z.ZodBoolean>;
|
|
680
|
+
shebang: z.ZodOptional<z.ZodBoolean>;
|
|
681
|
+
webkit: z.ZodOptional<z.ZodBoolean>;
|
|
682
|
+
wrapIife: z.ZodOptional<z.ZodBoolean>;
|
|
683
|
+
wrapFuncArgs: z.ZodOptional<z.ZodBoolean>;
|
|
684
|
+
}, "strict", z.ZodTypeAny, {
|
|
685
|
+
asciiOnly?: boolean | undefined;
|
|
686
|
+
beautify?: boolean | undefined;
|
|
687
|
+
braces?: boolean | undefined;
|
|
688
|
+
comments?: false | "some" | "all" | undefined;
|
|
689
|
+
ecma?: string | number | undefined;
|
|
690
|
+
indentLevel?: number | undefined;
|
|
691
|
+
indentStart?: number | undefined;
|
|
692
|
+
inlineScript?: boolean | undefined;
|
|
693
|
+
keepNumbers?: number | undefined;
|
|
694
|
+
keepQuotedProps?: boolean | undefined;
|
|
695
|
+
maxLineLen?: number | undefined;
|
|
696
|
+
preamble?: string | undefined;
|
|
697
|
+
quoteKeys?: boolean | undefined;
|
|
698
|
+
quoteStyle?: boolean | undefined;
|
|
699
|
+
preserveAnnotations?: boolean | undefined;
|
|
700
|
+
safari10?: boolean | undefined;
|
|
701
|
+
semicolons?: boolean | undefined;
|
|
702
|
+
shebang?: boolean | undefined;
|
|
703
|
+
webkit?: boolean | undefined;
|
|
704
|
+
wrapIife?: boolean | undefined;
|
|
705
|
+
wrapFuncArgs?: boolean | undefined;
|
|
706
|
+
}, {
|
|
707
|
+
asciiOnly?: boolean | undefined;
|
|
708
|
+
beautify?: boolean | undefined;
|
|
709
|
+
braces?: boolean | undefined;
|
|
710
|
+
comments?: false | "some" | "all" | undefined;
|
|
711
|
+
ecma?: string | number | undefined;
|
|
712
|
+
indentLevel?: number | undefined;
|
|
713
|
+
indentStart?: number | undefined;
|
|
714
|
+
inlineScript?: boolean | undefined;
|
|
715
|
+
keepNumbers?: number | undefined;
|
|
716
|
+
keepQuotedProps?: boolean | undefined;
|
|
717
|
+
maxLineLen?: number | undefined;
|
|
718
|
+
preamble?: string | undefined;
|
|
719
|
+
quoteKeys?: boolean | undefined;
|
|
720
|
+
quoteStyle?: boolean | undefined;
|
|
721
|
+
preserveAnnotations?: boolean | undefined;
|
|
722
|
+
safari10?: boolean | undefined;
|
|
723
|
+
semicolons?: boolean | undefined;
|
|
724
|
+
shebang?: boolean | undefined;
|
|
725
|
+
webkit?: boolean | undefined;
|
|
726
|
+
wrapIife?: boolean | undefined;
|
|
727
|
+
wrapFuncArgs?: boolean | undefined;
|
|
728
|
+
}>>;
|
|
729
|
+
mangle: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
730
|
+
props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
731
|
+
topLevel: z.ZodOptional<z.ZodBoolean>;
|
|
732
|
+
toplevel: z.ZodOptional<z.ZodBoolean>;
|
|
733
|
+
keepClassNames: z.ZodOptional<z.ZodBoolean>;
|
|
734
|
+
keep_classnames: z.ZodOptional<z.ZodBoolean>;
|
|
735
|
+
keepFnNames: z.ZodOptional<z.ZodBoolean>;
|
|
736
|
+
keep_fnames: z.ZodOptional<z.ZodBoolean>;
|
|
737
|
+
keepPrivateProps: z.ZodOptional<z.ZodBoolean>;
|
|
738
|
+
keep_private_props: z.ZodOptional<z.ZodBoolean>;
|
|
739
|
+
ie8: z.ZodOptional<z.ZodBoolean>;
|
|
740
|
+
safari10: z.ZodOptional<z.ZodBoolean>;
|
|
741
|
+
reserved: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
742
|
+
}, "strict", z.ZodTypeAny, {
|
|
743
|
+
safari10?: boolean | undefined;
|
|
744
|
+
ie8?: boolean | undefined;
|
|
745
|
+
keep_classnames?: boolean | undefined;
|
|
746
|
+
keep_fnames?: boolean | undefined;
|
|
747
|
+
toplevel?: boolean | undefined;
|
|
748
|
+
props?: Record<string, any> | undefined;
|
|
749
|
+
topLevel?: boolean | undefined;
|
|
750
|
+
keepClassNames?: boolean | undefined;
|
|
751
|
+
keepFnNames?: boolean | undefined;
|
|
752
|
+
keepPrivateProps?: boolean | undefined;
|
|
753
|
+
keep_private_props?: boolean | undefined;
|
|
754
|
+
reserved?: string[] | undefined;
|
|
755
|
+
}, {
|
|
756
|
+
safari10?: boolean | undefined;
|
|
757
|
+
ie8?: boolean | undefined;
|
|
758
|
+
keep_classnames?: boolean | undefined;
|
|
759
|
+
keep_fnames?: boolean | undefined;
|
|
760
|
+
toplevel?: boolean | undefined;
|
|
761
|
+
props?: Record<string, any> | undefined;
|
|
762
|
+
topLevel?: boolean | undefined;
|
|
763
|
+
keepClassNames?: boolean | undefined;
|
|
764
|
+
keepFnNames?: boolean | undefined;
|
|
765
|
+
keepPrivateProps?: boolean | undefined;
|
|
766
|
+
keep_private_props?: boolean | undefined;
|
|
767
|
+
reserved?: string[] | undefined;
|
|
768
|
+
}>, z.ZodBoolean]>>;
|
|
769
|
+
ecma: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<5>, z.ZodLiteral<2015>, z.ZodLiteral<2016>, z.ZodString, z.ZodNumber]>>;
|
|
770
|
+
keep_classnames: z.ZodOptional<z.ZodBoolean>;
|
|
771
|
+
keep_fnames: z.ZodOptional<z.ZodBoolean>;
|
|
772
|
+
module: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"unknown">]>>;
|
|
773
|
+
safari10: z.ZodOptional<z.ZodBoolean>;
|
|
774
|
+
toplevel: z.ZodOptional<z.ZodBoolean>;
|
|
775
|
+
sourceMap: z.ZodOptional<z.ZodBoolean>;
|
|
776
|
+
outputPath: z.ZodOptional<z.ZodString>;
|
|
777
|
+
inlineSourcesContent: z.ZodOptional<z.ZodBoolean>;
|
|
778
|
+
}, "strict", z.ZodTypeAny, {
|
|
779
|
+
module?: boolean | "unknown" | undefined;
|
|
780
|
+
outputPath?: string | undefined;
|
|
781
|
+
sourceMap?: boolean | undefined;
|
|
782
|
+
ecma?: string | number | undefined;
|
|
783
|
+
safari10?: boolean | undefined;
|
|
784
|
+
keep_classnames?: boolean | undefined;
|
|
785
|
+
keep_fnames?: boolean | undefined;
|
|
786
|
+
toplevel?: boolean | undefined;
|
|
787
|
+
compress?: boolean | {
|
|
788
|
+
module?: boolean | undefined;
|
|
789
|
+
ecma?: string | number | undefined;
|
|
790
|
+
arguments?: boolean | undefined;
|
|
791
|
+
arrows?: boolean | undefined;
|
|
792
|
+
booleans?: boolean | undefined;
|
|
793
|
+
booleans_as_integers?: boolean | undefined;
|
|
794
|
+
collapse_vars?: boolean | undefined;
|
|
795
|
+
comparisons?: boolean | undefined;
|
|
796
|
+
computed_props?: boolean | undefined;
|
|
797
|
+
conditionals?: boolean | undefined;
|
|
798
|
+
dead_code?: boolean | undefined;
|
|
799
|
+
defaults?: boolean | undefined;
|
|
800
|
+
directives?: boolean | undefined;
|
|
801
|
+
drop_console?: boolean | undefined;
|
|
802
|
+
drop_debugger?: boolean | undefined;
|
|
803
|
+
evaluate?: boolean | undefined;
|
|
804
|
+
expression?: boolean | undefined;
|
|
805
|
+
global_defs?: any;
|
|
806
|
+
hoist_funs?: boolean | undefined;
|
|
807
|
+
hoist_props?: boolean | undefined;
|
|
808
|
+
hoist_vars?: boolean | undefined;
|
|
809
|
+
ie8?: boolean | undefined;
|
|
810
|
+
if_return?: boolean | undefined;
|
|
811
|
+
inline?: 0 | 1 | 2 | 3 | undefined;
|
|
812
|
+
join_vars?: boolean | undefined;
|
|
813
|
+
keep_classnames?: boolean | undefined;
|
|
814
|
+
keep_fargs?: boolean | undefined;
|
|
815
|
+
keep_fnames?: boolean | undefined;
|
|
816
|
+
keep_infinity?: boolean | undefined;
|
|
817
|
+
loops?: boolean | undefined;
|
|
818
|
+
negate_iife?: boolean | undefined;
|
|
819
|
+
passes?: number | undefined;
|
|
820
|
+
properties?: boolean | undefined;
|
|
821
|
+
pure_getters?: any;
|
|
822
|
+
pure_funcs?: string[] | undefined;
|
|
823
|
+
reduce_funcs?: boolean | undefined;
|
|
824
|
+
reduce_vars?: boolean | undefined;
|
|
825
|
+
sequences?: any;
|
|
826
|
+
side_effects?: boolean | undefined;
|
|
827
|
+
switches?: boolean | undefined;
|
|
828
|
+
top_retain?: any;
|
|
829
|
+
toplevel?: any;
|
|
830
|
+
typeofs?: boolean | undefined;
|
|
831
|
+
unsafe?: boolean | undefined;
|
|
832
|
+
unsafe_passes?: boolean | undefined;
|
|
833
|
+
unsafe_arrows?: boolean | undefined;
|
|
834
|
+
unsafe_comps?: boolean | undefined;
|
|
835
|
+
unsafe_function?: boolean | undefined;
|
|
836
|
+
unsafe_math?: boolean | undefined;
|
|
837
|
+
unsafe_symbols?: boolean | undefined;
|
|
838
|
+
unsafe_methods?: boolean | undefined;
|
|
839
|
+
unsafe_proto?: boolean | undefined;
|
|
840
|
+
unsafe_regexp?: boolean | undefined;
|
|
841
|
+
unsafe_undefined?: boolean | undefined;
|
|
842
|
+
unused?: boolean | undefined;
|
|
843
|
+
const_to_let?: boolean | undefined;
|
|
844
|
+
} | undefined;
|
|
845
|
+
format?: {
|
|
846
|
+
asciiOnly?: boolean | undefined;
|
|
847
|
+
beautify?: boolean | undefined;
|
|
848
|
+
braces?: boolean | undefined;
|
|
849
|
+
comments?: false | "some" | "all" | undefined;
|
|
850
|
+
ecma?: string | number | undefined;
|
|
851
|
+
indentLevel?: number | undefined;
|
|
852
|
+
indentStart?: number | undefined;
|
|
853
|
+
inlineScript?: boolean | undefined;
|
|
854
|
+
keepNumbers?: number | undefined;
|
|
855
|
+
keepQuotedProps?: boolean | undefined;
|
|
856
|
+
maxLineLen?: number | undefined;
|
|
857
|
+
preamble?: string | undefined;
|
|
858
|
+
quoteKeys?: boolean | undefined;
|
|
859
|
+
quoteStyle?: boolean | undefined;
|
|
860
|
+
preserveAnnotations?: boolean | undefined;
|
|
861
|
+
safari10?: boolean | undefined;
|
|
862
|
+
semicolons?: boolean | undefined;
|
|
863
|
+
shebang?: boolean | undefined;
|
|
864
|
+
webkit?: boolean | undefined;
|
|
865
|
+
wrapIife?: boolean | undefined;
|
|
866
|
+
wrapFuncArgs?: boolean | undefined;
|
|
867
|
+
} | undefined;
|
|
868
|
+
mangle?: boolean | {
|
|
869
|
+
safari10?: boolean | undefined;
|
|
870
|
+
ie8?: boolean | undefined;
|
|
871
|
+
keep_classnames?: boolean | undefined;
|
|
872
|
+
keep_fnames?: boolean | undefined;
|
|
873
|
+
toplevel?: boolean | undefined;
|
|
874
|
+
props?: Record<string, any> | undefined;
|
|
875
|
+
topLevel?: boolean | undefined;
|
|
876
|
+
keepClassNames?: boolean | undefined;
|
|
877
|
+
keepFnNames?: boolean | undefined;
|
|
878
|
+
keepPrivateProps?: boolean | undefined;
|
|
879
|
+
keep_private_props?: boolean | undefined;
|
|
880
|
+
reserved?: string[] | undefined;
|
|
881
|
+
} | undefined;
|
|
882
|
+
inlineSourcesContent?: boolean | undefined;
|
|
883
|
+
}, {
|
|
884
|
+
module?: boolean | "unknown" | undefined;
|
|
885
|
+
outputPath?: string | undefined;
|
|
886
|
+
sourceMap?: boolean | undefined;
|
|
887
|
+
ecma?: string | number | undefined;
|
|
888
|
+
safari10?: boolean | undefined;
|
|
889
|
+
keep_classnames?: boolean | undefined;
|
|
890
|
+
keep_fnames?: boolean | undefined;
|
|
891
|
+
toplevel?: boolean | undefined;
|
|
892
|
+
compress?: boolean | {
|
|
893
|
+
module?: boolean | undefined;
|
|
894
|
+
ecma?: string | number | undefined;
|
|
895
|
+
arguments?: boolean | undefined;
|
|
896
|
+
arrows?: boolean | undefined;
|
|
897
|
+
booleans?: boolean | undefined;
|
|
898
|
+
booleans_as_integers?: boolean | undefined;
|
|
899
|
+
collapse_vars?: boolean | undefined;
|
|
900
|
+
comparisons?: boolean | undefined;
|
|
901
|
+
computed_props?: boolean | undefined;
|
|
902
|
+
conditionals?: boolean | undefined;
|
|
903
|
+
dead_code?: boolean | undefined;
|
|
904
|
+
defaults?: boolean | undefined;
|
|
905
|
+
directives?: boolean | undefined;
|
|
906
|
+
drop_console?: boolean | undefined;
|
|
907
|
+
drop_debugger?: boolean | undefined;
|
|
908
|
+
evaluate?: boolean | undefined;
|
|
909
|
+
expression?: boolean | undefined;
|
|
910
|
+
global_defs?: any;
|
|
911
|
+
hoist_funs?: boolean | undefined;
|
|
912
|
+
hoist_props?: boolean | undefined;
|
|
913
|
+
hoist_vars?: boolean | undefined;
|
|
914
|
+
ie8?: boolean | undefined;
|
|
915
|
+
if_return?: boolean | undefined;
|
|
916
|
+
inline?: 0 | 1 | 2 | 3 | undefined;
|
|
917
|
+
join_vars?: boolean | undefined;
|
|
918
|
+
keep_classnames?: boolean | undefined;
|
|
919
|
+
keep_fargs?: boolean | undefined;
|
|
920
|
+
keep_fnames?: boolean | undefined;
|
|
921
|
+
keep_infinity?: boolean | undefined;
|
|
922
|
+
loops?: boolean | undefined;
|
|
923
|
+
negate_iife?: boolean | undefined;
|
|
924
|
+
passes?: number | undefined;
|
|
925
|
+
properties?: boolean | undefined;
|
|
926
|
+
pure_getters?: any;
|
|
927
|
+
pure_funcs?: string[] | undefined;
|
|
928
|
+
reduce_funcs?: boolean | undefined;
|
|
929
|
+
reduce_vars?: boolean | undefined;
|
|
930
|
+
sequences?: any;
|
|
931
|
+
side_effects?: boolean | undefined;
|
|
932
|
+
switches?: boolean | undefined;
|
|
933
|
+
top_retain?: any;
|
|
934
|
+
toplevel?: any;
|
|
935
|
+
typeofs?: boolean | undefined;
|
|
936
|
+
unsafe?: boolean | undefined;
|
|
937
|
+
unsafe_passes?: boolean | undefined;
|
|
938
|
+
unsafe_arrows?: boolean | undefined;
|
|
939
|
+
unsafe_comps?: boolean | undefined;
|
|
940
|
+
unsafe_function?: boolean | undefined;
|
|
941
|
+
unsafe_math?: boolean | undefined;
|
|
942
|
+
unsafe_symbols?: boolean | undefined;
|
|
943
|
+
unsafe_methods?: boolean | undefined;
|
|
944
|
+
unsafe_proto?: boolean | undefined;
|
|
945
|
+
unsafe_regexp?: boolean | undefined;
|
|
946
|
+
unsafe_undefined?: boolean | undefined;
|
|
947
|
+
unused?: boolean | undefined;
|
|
948
|
+
const_to_let?: boolean | undefined;
|
|
949
|
+
} | undefined;
|
|
950
|
+
format?: {
|
|
951
|
+
asciiOnly?: boolean | undefined;
|
|
952
|
+
beautify?: boolean | undefined;
|
|
953
|
+
braces?: boolean | undefined;
|
|
954
|
+
comments?: false | "some" | "all" | undefined;
|
|
955
|
+
ecma?: string | number | undefined;
|
|
956
|
+
indentLevel?: number | undefined;
|
|
957
|
+
indentStart?: number | undefined;
|
|
958
|
+
inlineScript?: boolean | undefined;
|
|
959
|
+
keepNumbers?: number | undefined;
|
|
960
|
+
keepQuotedProps?: boolean | undefined;
|
|
961
|
+
maxLineLen?: number | undefined;
|
|
962
|
+
preamble?: string | undefined;
|
|
963
|
+
quoteKeys?: boolean | undefined;
|
|
964
|
+
quoteStyle?: boolean | undefined;
|
|
965
|
+
preserveAnnotations?: boolean | undefined;
|
|
966
|
+
safari10?: boolean | undefined;
|
|
967
|
+
semicolons?: boolean | undefined;
|
|
968
|
+
shebang?: boolean | undefined;
|
|
969
|
+
webkit?: boolean | undefined;
|
|
970
|
+
wrapIife?: boolean | undefined;
|
|
971
|
+
wrapFuncArgs?: boolean | undefined;
|
|
972
|
+
} | undefined;
|
|
973
|
+
mangle?: boolean | {
|
|
974
|
+
safari10?: boolean | undefined;
|
|
975
|
+
ie8?: boolean | undefined;
|
|
976
|
+
keep_classnames?: boolean | undefined;
|
|
977
|
+
keep_fnames?: boolean | undefined;
|
|
978
|
+
toplevel?: boolean | undefined;
|
|
979
|
+
props?: Record<string, any> | undefined;
|
|
980
|
+
topLevel?: boolean | undefined;
|
|
981
|
+
keepClassNames?: boolean | undefined;
|
|
982
|
+
keepFnNames?: boolean | undefined;
|
|
983
|
+
keepPrivateProps?: boolean | undefined;
|
|
984
|
+
keep_private_props?: boolean | undefined;
|
|
985
|
+
reserved?: string[] | undefined;
|
|
986
|
+
} | undefined;
|
|
987
|
+
inlineSourcesContent?: boolean | undefined;
|
|
988
|
+
}>>;
|
|
989
|
+
preserveAllComments: z.ZodOptional<z.ZodBoolean>;
|
|
990
|
+
}, "strict", z.ZodTypeAny, {
|
|
991
|
+
transform?: {
|
|
992
|
+
react?: {
|
|
993
|
+
runtime?: "automatic" | "classic" | undefined;
|
|
994
|
+
pragma?: string | undefined;
|
|
995
|
+
pragmaFrag?: string | undefined;
|
|
996
|
+
throwIfNamespace?: boolean | undefined;
|
|
997
|
+
development?: boolean | undefined;
|
|
998
|
+
useBuiltins?: boolean | undefined;
|
|
999
|
+
refresh?: boolean | {
|
|
1000
|
+
refreshReg?: string | undefined;
|
|
1001
|
+
refreshSig?: string | undefined;
|
|
1002
|
+
emitFullSignatures?: boolean | undefined;
|
|
1003
|
+
} | undefined;
|
|
1004
|
+
importSource?: string | undefined;
|
|
1005
|
+
} | undefined;
|
|
1006
|
+
constModules?: {
|
|
1007
|
+
globals?: Record<string, Record<string, string>> | undefined;
|
|
1008
|
+
} | undefined;
|
|
1009
|
+
optimizer?: {
|
|
1010
|
+
globals?: {
|
|
1011
|
+
typeofs?: Record<string, string> | undefined;
|
|
1012
|
+
vars?: Record<string, string> | undefined;
|
|
1013
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
1014
|
+
} | undefined;
|
|
1015
|
+
simplify?: boolean | undefined;
|
|
1016
|
+
jsonify?: {
|
|
1017
|
+
minCost: number;
|
|
1018
|
+
} | undefined;
|
|
1019
|
+
} | undefined;
|
|
1020
|
+
legacyDecorator?: boolean | undefined;
|
|
1021
|
+
decoratorMetadata?: boolean | undefined;
|
|
1022
|
+
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
|
1023
|
+
treatConstEnumAsEnum?: boolean | undefined;
|
|
1024
|
+
useDefineForClassFields?: boolean | undefined;
|
|
1025
|
+
verbatimModuleSyntax?: boolean | undefined;
|
|
1026
|
+
} | undefined;
|
|
1027
|
+
loose?: boolean | undefined;
|
|
1028
|
+
minify?: {
|
|
1029
|
+
module?: boolean | "unknown" | undefined;
|
|
1030
|
+
outputPath?: string | undefined;
|
|
1031
|
+
sourceMap?: boolean | undefined;
|
|
1032
|
+
ecma?: string | number | undefined;
|
|
1033
|
+
safari10?: boolean | undefined;
|
|
1034
|
+
keep_classnames?: boolean | undefined;
|
|
1035
|
+
keep_fnames?: boolean | undefined;
|
|
1036
|
+
toplevel?: boolean | undefined;
|
|
1037
|
+
compress?: boolean | {
|
|
1038
|
+
module?: boolean | undefined;
|
|
1039
|
+
ecma?: string | number | undefined;
|
|
1040
|
+
arguments?: boolean | undefined;
|
|
1041
|
+
arrows?: boolean | undefined;
|
|
1042
|
+
booleans?: boolean | undefined;
|
|
1043
|
+
booleans_as_integers?: boolean | undefined;
|
|
1044
|
+
collapse_vars?: boolean | undefined;
|
|
1045
|
+
comparisons?: boolean | undefined;
|
|
1046
|
+
computed_props?: boolean | undefined;
|
|
1047
|
+
conditionals?: boolean | undefined;
|
|
1048
|
+
dead_code?: boolean | undefined;
|
|
1049
|
+
defaults?: boolean | undefined;
|
|
1050
|
+
directives?: boolean | undefined;
|
|
1051
|
+
drop_console?: boolean | undefined;
|
|
1052
|
+
drop_debugger?: boolean | undefined;
|
|
1053
|
+
evaluate?: boolean | undefined;
|
|
1054
|
+
expression?: boolean | undefined;
|
|
1055
|
+
global_defs?: any;
|
|
1056
|
+
hoist_funs?: boolean | undefined;
|
|
1057
|
+
hoist_props?: boolean | undefined;
|
|
1058
|
+
hoist_vars?: boolean | undefined;
|
|
1059
|
+
ie8?: boolean | undefined;
|
|
1060
|
+
if_return?: boolean | undefined;
|
|
1061
|
+
inline?: 0 | 1 | 2 | 3 | undefined;
|
|
1062
|
+
join_vars?: boolean | undefined;
|
|
1063
|
+
keep_classnames?: boolean | undefined;
|
|
1064
|
+
keep_fargs?: boolean | undefined;
|
|
1065
|
+
keep_fnames?: boolean | undefined;
|
|
1066
|
+
keep_infinity?: boolean | undefined;
|
|
1067
|
+
loops?: boolean | undefined;
|
|
1068
|
+
negate_iife?: boolean | undefined;
|
|
1069
|
+
passes?: number | undefined;
|
|
1070
|
+
properties?: boolean | undefined;
|
|
1071
|
+
pure_getters?: any;
|
|
1072
|
+
pure_funcs?: string[] | undefined;
|
|
1073
|
+
reduce_funcs?: boolean | undefined;
|
|
1074
|
+
reduce_vars?: boolean | undefined;
|
|
1075
|
+
sequences?: any;
|
|
1076
|
+
side_effects?: boolean | undefined;
|
|
1077
|
+
switches?: boolean | undefined;
|
|
1078
|
+
top_retain?: any;
|
|
1079
|
+
toplevel?: any;
|
|
1080
|
+
typeofs?: boolean | undefined;
|
|
1081
|
+
unsafe?: boolean | undefined;
|
|
1082
|
+
unsafe_passes?: boolean | undefined;
|
|
1083
|
+
unsafe_arrows?: boolean | undefined;
|
|
1084
|
+
unsafe_comps?: boolean | undefined;
|
|
1085
|
+
unsafe_function?: boolean | undefined;
|
|
1086
|
+
unsafe_math?: boolean | undefined;
|
|
1087
|
+
unsafe_symbols?: boolean | undefined;
|
|
1088
|
+
unsafe_methods?: boolean | undefined;
|
|
1089
|
+
unsafe_proto?: boolean | undefined;
|
|
1090
|
+
unsafe_regexp?: boolean | undefined;
|
|
1091
|
+
unsafe_undefined?: boolean | undefined;
|
|
1092
|
+
unused?: boolean | undefined;
|
|
1093
|
+
const_to_let?: boolean | undefined;
|
|
1094
|
+
} | undefined;
|
|
1095
|
+
format?: {
|
|
1096
|
+
asciiOnly?: boolean | undefined;
|
|
1097
|
+
beautify?: boolean | undefined;
|
|
1098
|
+
braces?: boolean | undefined;
|
|
1099
|
+
comments?: false | "some" | "all" | undefined;
|
|
1100
|
+
ecma?: string | number | undefined;
|
|
1101
|
+
indentLevel?: number | undefined;
|
|
1102
|
+
indentStart?: number | undefined;
|
|
1103
|
+
inlineScript?: boolean | undefined;
|
|
1104
|
+
keepNumbers?: number | undefined;
|
|
1105
|
+
keepQuotedProps?: boolean | undefined;
|
|
1106
|
+
maxLineLen?: number | undefined;
|
|
1107
|
+
preamble?: string | undefined;
|
|
1108
|
+
quoteKeys?: boolean | undefined;
|
|
1109
|
+
quoteStyle?: boolean | undefined;
|
|
1110
|
+
preserveAnnotations?: boolean | undefined;
|
|
1111
|
+
safari10?: boolean | undefined;
|
|
1112
|
+
semicolons?: boolean | undefined;
|
|
1113
|
+
shebang?: boolean | undefined;
|
|
1114
|
+
webkit?: boolean | undefined;
|
|
1115
|
+
wrapIife?: boolean | undefined;
|
|
1116
|
+
wrapFuncArgs?: boolean | undefined;
|
|
1117
|
+
} | undefined;
|
|
1118
|
+
mangle?: boolean | {
|
|
1119
|
+
safari10?: boolean | undefined;
|
|
1120
|
+
ie8?: boolean | undefined;
|
|
1121
|
+
keep_classnames?: boolean | undefined;
|
|
1122
|
+
keep_fnames?: boolean | undefined;
|
|
1123
|
+
toplevel?: boolean | undefined;
|
|
1124
|
+
props?: Record<string, any> | undefined;
|
|
1125
|
+
topLevel?: boolean | undefined;
|
|
1126
|
+
keepClassNames?: boolean | undefined;
|
|
1127
|
+
keepFnNames?: boolean | undefined;
|
|
1128
|
+
keepPrivateProps?: boolean | undefined;
|
|
1129
|
+
keep_private_props?: boolean | undefined;
|
|
1130
|
+
reserved?: string[] | undefined;
|
|
1131
|
+
} | undefined;
|
|
1132
|
+
inlineSourcesContent?: boolean | undefined;
|
|
1133
|
+
} | undefined;
|
|
1134
|
+
target?: "es3" | "es5" | "es2015" | "es2016" | "es2017" | "es2018" | "es2019" | "es2020" | "es2021" | "es2022" | "es2023" | "es2024" | "esnext" | undefined;
|
|
1135
|
+
keepClassNames?: boolean | undefined;
|
|
1136
|
+
assumptions?: {
|
|
1137
|
+
arrayLikeIsIterable?: boolean | undefined;
|
|
1138
|
+
constantReexports?: boolean | undefined;
|
|
1139
|
+
constantSuper?: boolean | undefined;
|
|
1140
|
+
enumerableModuleMeta?: boolean | undefined;
|
|
1141
|
+
ignoreFunctionLength?: boolean | undefined;
|
|
1142
|
+
ignoreFunctionName?: boolean | undefined;
|
|
1143
|
+
ignoreToPrimitiveHint?: boolean | undefined;
|
|
1144
|
+
iterableIsArray?: boolean | undefined;
|
|
1145
|
+
mutableTemplateObject?: boolean | undefined;
|
|
1146
|
+
noClassCalls?: boolean | undefined;
|
|
1147
|
+
noDocumentAll?: boolean | undefined;
|
|
1148
|
+
noIncompleteNsImportDetection?: boolean | undefined;
|
|
1149
|
+
noNewArrows?: boolean | undefined;
|
|
1150
|
+
objectRestNoSymbols?: boolean | undefined;
|
|
1151
|
+
privateFieldsAsProperties?: boolean | undefined;
|
|
1152
|
+
pureGetters?: boolean | undefined;
|
|
1153
|
+
setClassMethods?: boolean | undefined;
|
|
1154
|
+
setComputedProperties?: boolean | undefined;
|
|
1155
|
+
setPublicClassFields?: boolean | undefined;
|
|
1156
|
+
setSpreadProperties?: boolean | undefined;
|
|
1157
|
+
skipForOfIteratorClosing?: boolean | undefined;
|
|
1158
|
+
superIsCallableConstructor?: boolean | undefined;
|
|
1159
|
+
tsEnumIsReadonly?: boolean | undefined;
|
|
1160
|
+
} | undefined;
|
|
1161
|
+
parser?: {
|
|
1162
|
+
syntax: "typescript" | "ecmascript";
|
|
1163
|
+
dynamicImport?: boolean | undefined;
|
|
1164
|
+
tsx?: boolean | undefined;
|
|
1165
|
+
decorators?: boolean | undefined;
|
|
1166
|
+
jsx?: boolean | undefined;
|
|
1167
|
+
numericSeparator?: boolean | undefined;
|
|
1168
|
+
classPrivateProperty?: boolean | undefined;
|
|
1169
|
+
privateMethod?: boolean | undefined;
|
|
1170
|
+
classProperty?: boolean | undefined;
|
|
1171
|
+
functionBind?: boolean | undefined;
|
|
1172
|
+
decoratorsBeforeExport?: boolean | undefined;
|
|
1173
|
+
exportDefaultFrom?: boolean | undefined;
|
|
1174
|
+
exportNamespaceFrom?: boolean | undefined;
|
|
1175
|
+
nullishCoalescing?: boolean | undefined;
|
|
1176
|
+
optionalChaining?: boolean | undefined;
|
|
1177
|
+
importMeta?: boolean | undefined;
|
|
1178
|
+
topLevelAwait?: boolean | undefined;
|
|
1179
|
+
importAssertions?: boolean | undefined;
|
|
1180
|
+
importAttributes?: boolean | undefined;
|
|
1181
|
+
allowSuperOutsideMethod?: boolean | undefined;
|
|
1182
|
+
allowReturnOutsideFunction?: boolean | undefined;
|
|
1183
|
+
autoAccessors?: boolean | undefined;
|
|
1184
|
+
explicitResourceManagement?: boolean | undefined;
|
|
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
|
+
}, {
|
|
1203
|
+
transform?: {
|
|
1204
|
+
react?: {
|
|
1205
|
+
runtime?: "automatic" | "classic" | undefined;
|
|
1206
|
+
pragma?: string | undefined;
|
|
1207
|
+
pragmaFrag?: string | undefined;
|
|
1208
|
+
throwIfNamespace?: boolean | undefined;
|
|
1209
|
+
development?: boolean | undefined;
|
|
1210
|
+
useBuiltins?: boolean | undefined;
|
|
1211
|
+
refresh?: boolean | {
|
|
1212
|
+
refreshReg?: string | undefined;
|
|
1213
|
+
refreshSig?: string | undefined;
|
|
1214
|
+
emitFullSignatures?: boolean | undefined;
|
|
1215
|
+
} | undefined;
|
|
1216
|
+
importSource?: string | undefined;
|
|
1217
|
+
} | undefined;
|
|
1218
|
+
constModules?: {
|
|
1219
|
+
globals?: Record<string, Record<string, string>> | undefined;
|
|
1220
|
+
} | undefined;
|
|
1221
|
+
optimizer?: {
|
|
1222
|
+
globals?: {
|
|
1223
|
+
typeofs?: Record<string, string> | undefined;
|
|
1224
|
+
vars?: Record<string, string> | undefined;
|
|
1225
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
1226
|
+
} | undefined;
|
|
1227
|
+
simplify?: boolean | undefined;
|
|
1228
|
+
jsonify?: {
|
|
1229
|
+
minCost: number;
|
|
1230
|
+
} | undefined;
|
|
1231
|
+
} | undefined;
|
|
1232
|
+
legacyDecorator?: boolean | undefined;
|
|
1233
|
+
decoratorMetadata?: boolean | undefined;
|
|
1234
|
+
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
|
1235
|
+
treatConstEnumAsEnum?: boolean | undefined;
|
|
1236
|
+
useDefineForClassFields?: boolean | undefined;
|
|
1237
|
+
verbatimModuleSyntax?: boolean | undefined;
|
|
1238
|
+
} | undefined;
|
|
1239
|
+
loose?: boolean | undefined;
|
|
1240
|
+
minify?: {
|
|
1241
|
+
module?: boolean | "unknown" | undefined;
|
|
1242
|
+
outputPath?: string | undefined;
|
|
1243
|
+
sourceMap?: boolean | undefined;
|
|
1244
|
+
ecma?: string | number | undefined;
|
|
1245
|
+
safari10?: boolean | undefined;
|
|
1246
|
+
keep_classnames?: boolean | undefined;
|
|
1247
|
+
keep_fnames?: boolean | undefined;
|
|
1248
|
+
toplevel?: boolean | undefined;
|
|
1249
|
+
compress?: boolean | {
|
|
1250
|
+
module?: boolean | undefined;
|
|
1251
|
+
ecma?: string | number | undefined;
|
|
1252
|
+
arguments?: boolean | undefined;
|
|
1253
|
+
arrows?: boolean | undefined;
|
|
1254
|
+
booleans?: boolean | undefined;
|
|
1255
|
+
booleans_as_integers?: boolean | undefined;
|
|
1256
|
+
collapse_vars?: boolean | undefined;
|
|
1257
|
+
comparisons?: boolean | undefined;
|
|
1258
|
+
computed_props?: boolean | undefined;
|
|
1259
|
+
conditionals?: boolean | undefined;
|
|
1260
|
+
dead_code?: boolean | undefined;
|
|
1261
|
+
defaults?: boolean | undefined;
|
|
1262
|
+
directives?: boolean | undefined;
|
|
1263
|
+
drop_console?: boolean | undefined;
|
|
1264
|
+
drop_debugger?: boolean | undefined;
|
|
1265
|
+
evaluate?: boolean | undefined;
|
|
1266
|
+
expression?: boolean | undefined;
|
|
1267
|
+
global_defs?: any;
|
|
1268
|
+
hoist_funs?: boolean | undefined;
|
|
1269
|
+
hoist_props?: boolean | undefined;
|
|
1270
|
+
hoist_vars?: boolean | undefined;
|
|
1271
|
+
ie8?: boolean | undefined;
|
|
1272
|
+
if_return?: boolean | undefined;
|
|
1273
|
+
inline?: 0 | 1 | 2 | 3 | undefined;
|
|
1274
|
+
join_vars?: boolean | undefined;
|
|
1275
|
+
keep_classnames?: boolean | undefined;
|
|
1276
|
+
keep_fargs?: boolean | undefined;
|
|
1277
|
+
keep_fnames?: boolean | undefined;
|
|
1278
|
+
keep_infinity?: boolean | undefined;
|
|
1279
|
+
loops?: boolean | undefined;
|
|
1280
|
+
negate_iife?: boolean | undefined;
|
|
1281
|
+
passes?: number | undefined;
|
|
1282
|
+
properties?: boolean | undefined;
|
|
1283
|
+
pure_getters?: any;
|
|
1284
|
+
pure_funcs?: string[] | undefined;
|
|
1285
|
+
reduce_funcs?: boolean | undefined;
|
|
1286
|
+
reduce_vars?: boolean | undefined;
|
|
1287
|
+
sequences?: any;
|
|
1288
|
+
side_effects?: boolean | undefined;
|
|
1289
|
+
switches?: boolean | undefined;
|
|
1290
|
+
top_retain?: any;
|
|
1291
|
+
toplevel?: any;
|
|
1292
|
+
typeofs?: boolean | undefined;
|
|
1293
|
+
unsafe?: boolean | undefined;
|
|
1294
|
+
unsafe_passes?: boolean | undefined;
|
|
1295
|
+
unsafe_arrows?: boolean | undefined;
|
|
1296
|
+
unsafe_comps?: boolean | undefined;
|
|
1297
|
+
unsafe_function?: boolean | undefined;
|
|
1298
|
+
unsafe_math?: boolean | undefined;
|
|
1299
|
+
unsafe_symbols?: boolean | undefined;
|
|
1300
|
+
unsafe_methods?: boolean | undefined;
|
|
1301
|
+
unsafe_proto?: boolean | undefined;
|
|
1302
|
+
unsafe_regexp?: boolean | undefined;
|
|
1303
|
+
unsafe_undefined?: boolean | undefined;
|
|
1304
|
+
unused?: boolean | undefined;
|
|
1305
|
+
const_to_let?: boolean | undefined;
|
|
1306
|
+
} | undefined;
|
|
1307
|
+
format?: {
|
|
1308
|
+
asciiOnly?: boolean | undefined;
|
|
1309
|
+
beautify?: boolean | undefined;
|
|
1310
|
+
braces?: boolean | undefined;
|
|
1311
|
+
comments?: false | "some" | "all" | undefined;
|
|
1312
|
+
ecma?: string | number | undefined;
|
|
1313
|
+
indentLevel?: number | undefined;
|
|
1314
|
+
indentStart?: number | undefined;
|
|
1315
|
+
inlineScript?: boolean | undefined;
|
|
1316
|
+
keepNumbers?: number | undefined;
|
|
1317
|
+
keepQuotedProps?: boolean | undefined;
|
|
1318
|
+
maxLineLen?: number | undefined;
|
|
1319
|
+
preamble?: string | undefined;
|
|
1320
|
+
quoteKeys?: boolean | undefined;
|
|
1321
|
+
quoteStyle?: boolean | undefined;
|
|
1322
|
+
preserveAnnotations?: boolean | undefined;
|
|
1323
|
+
safari10?: boolean | undefined;
|
|
1324
|
+
semicolons?: boolean | undefined;
|
|
1325
|
+
shebang?: boolean | undefined;
|
|
1326
|
+
webkit?: boolean | undefined;
|
|
1327
|
+
wrapIife?: boolean | undefined;
|
|
1328
|
+
wrapFuncArgs?: boolean | undefined;
|
|
1329
|
+
} | undefined;
|
|
1330
|
+
mangle?: boolean | {
|
|
1331
|
+
safari10?: boolean | undefined;
|
|
1332
|
+
ie8?: boolean | undefined;
|
|
1333
|
+
keep_classnames?: boolean | undefined;
|
|
1334
|
+
keep_fnames?: boolean | undefined;
|
|
1335
|
+
toplevel?: boolean | undefined;
|
|
1336
|
+
props?: Record<string, any> | undefined;
|
|
1337
|
+
topLevel?: boolean | undefined;
|
|
1338
|
+
keepClassNames?: boolean | undefined;
|
|
1339
|
+
keepFnNames?: boolean | undefined;
|
|
1340
|
+
keepPrivateProps?: boolean | undefined;
|
|
1341
|
+
keep_private_props?: boolean | undefined;
|
|
1342
|
+
reserved?: string[] | undefined;
|
|
1343
|
+
} | undefined;
|
|
1344
|
+
inlineSourcesContent?: boolean | undefined;
|
|
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;
|
|
1413
|
+
preserveAllComments?: boolean | undefined;
|
|
1414
|
+
}>>;
|
|
1415
|
+
module: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1416
|
+
strict: z.ZodOptional<z.ZodBoolean>;
|
|
1417
|
+
strictMode: z.ZodOptional<z.ZodBoolean>;
|
|
1418
|
+
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
1419
|
+
noInterop: z.ZodOptional<z.ZodBoolean>;
|
|
1420
|
+
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
|
1421
|
+
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
|
1422
|
+
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
|
1423
|
+
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
|
1424
|
+
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
|
1425
|
+
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
|
1426
|
+
} & {
|
|
1427
|
+
type: z.ZodLiteral<"es6">;
|
|
1428
|
+
}, "strict", z.ZodTypeAny, {
|
|
1429
|
+
type: "es6";
|
|
1430
|
+
strict?: boolean | undefined;
|
|
1431
|
+
strictMode?: boolean | undefined;
|
|
1432
|
+
lazy?: boolean | string[] | undefined;
|
|
1433
|
+
noInterop?: boolean | undefined;
|
|
1434
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1435
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1436
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1437
|
+
ignoreDynamic?: boolean | undefined;
|
|
1438
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1439
|
+
preserveImportMeta?: boolean | undefined;
|
|
1440
|
+
}, {
|
|
1441
|
+
type: "es6";
|
|
1442
|
+
strict?: boolean | undefined;
|
|
1443
|
+
strictMode?: boolean | undefined;
|
|
1444
|
+
lazy?: boolean | string[] | undefined;
|
|
1445
|
+
noInterop?: boolean | undefined;
|
|
1446
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1447
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1448
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1449
|
+
ignoreDynamic?: boolean | undefined;
|
|
1450
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1451
|
+
preserveImportMeta?: boolean | undefined;
|
|
1452
|
+
}>, z.ZodObject<{
|
|
1453
|
+
strict: z.ZodOptional<z.ZodBoolean>;
|
|
1454
|
+
strictMode: z.ZodOptional<z.ZodBoolean>;
|
|
1455
|
+
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
1456
|
+
noInterop: z.ZodOptional<z.ZodBoolean>;
|
|
1457
|
+
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
|
1458
|
+
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
|
1459
|
+
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
|
1460
|
+
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
|
1461
|
+
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
|
1462
|
+
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
|
1463
|
+
} & {
|
|
1464
|
+
type: z.ZodLiteral<"commonjs">;
|
|
1465
|
+
}, "strict", z.ZodTypeAny, {
|
|
1466
|
+
type: "commonjs";
|
|
1467
|
+
strict?: boolean | undefined;
|
|
1468
|
+
strictMode?: boolean | undefined;
|
|
1469
|
+
lazy?: boolean | string[] | undefined;
|
|
1470
|
+
noInterop?: boolean | undefined;
|
|
1471
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1472
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1473
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1474
|
+
ignoreDynamic?: boolean | undefined;
|
|
1475
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1476
|
+
preserveImportMeta?: boolean | undefined;
|
|
1477
|
+
}, {
|
|
1478
|
+
type: "commonjs";
|
|
1479
|
+
strict?: boolean | undefined;
|
|
1480
|
+
strictMode?: boolean | undefined;
|
|
1481
|
+
lazy?: boolean | string[] | undefined;
|
|
1482
|
+
noInterop?: boolean | undefined;
|
|
1483
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1484
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1485
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1486
|
+
ignoreDynamic?: boolean | undefined;
|
|
1487
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1488
|
+
preserveImportMeta?: boolean | undefined;
|
|
1489
|
+
}>, z.ZodObject<{
|
|
1490
|
+
strict: z.ZodOptional<z.ZodBoolean>;
|
|
1491
|
+
strictMode: z.ZodOptional<z.ZodBoolean>;
|
|
1492
|
+
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
1493
|
+
noInterop: z.ZodOptional<z.ZodBoolean>;
|
|
1494
|
+
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
|
1495
|
+
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
|
1496
|
+
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
|
1497
|
+
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
|
1498
|
+
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
|
1499
|
+
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
|
1500
|
+
} & {
|
|
1501
|
+
type: z.ZodLiteral<"umd">;
|
|
1502
|
+
globals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1503
|
+
}, "strict", z.ZodTypeAny, {
|
|
1504
|
+
type: "umd";
|
|
1505
|
+
strict?: boolean | undefined;
|
|
1506
|
+
globals?: Record<string, string> | undefined;
|
|
1507
|
+
strictMode?: boolean | undefined;
|
|
1508
|
+
lazy?: boolean | string[] | undefined;
|
|
1509
|
+
noInterop?: boolean | undefined;
|
|
1510
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1511
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1512
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1513
|
+
ignoreDynamic?: boolean | undefined;
|
|
1514
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1515
|
+
preserveImportMeta?: boolean | undefined;
|
|
1516
|
+
}, {
|
|
1517
|
+
type: "umd";
|
|
1518
|
+
strict?: boolean | undefined;
|
|
1519
|
+
globals?: Record<string, string> | undefined;
|
|
1520
|
+
strictMode?: boolean | undefined;
|
|
1521
|
+
lazy?: boolean | string[] | undefined;
|
|
1522
|
+
noInterop?: boolean | undefined;
|
|
1523
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1524
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1525
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1526
|
+
ignoreDynamic?: boolean | undefined;
|
|
1527
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1528
|
+
preserveImportMeta?: boolean | undefined;
|
|
1529
|
+
}>, z.ZodObject<{
|
|
1530
|
+
strict: z.ZodOptional<z.ZodBoolean>;
|
|
1531
|
+
strictMode: z.ZodOptional<z.ZodBoolean>;
|
|
1532
|
+
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
1533
|
+
noInterop: z.ZodOptional<z.ZodBoolean>;
|
|
1534
|
+
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
|
1535
|
+
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
|
1536
|
+
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
|
1537
|
+
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
|
1538
|
+
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
|
1539
|
+
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
|
1540
|
+
} & {
|
|
1541
|
+
type: z.ZodLiteral<"amd">;
|
|
1542
|
+
moduleId: z.ZodOptional<z.ZodString>;
|
|
1543
|
+
}, "strict", z.ZodTypeAny, {
|
|
1544
|
+
type: "amd";
|
|
1545
|
+
moduleId?: string | undefined;
|
|
1546
|
+
strict?: boolean | undefined;
|
|
1547
|
+
strictMode?: boolean | undefined;
|
|
1548
|
+
lazy?: boolean | string[] | undefined;
|
|
1549
|
+
noInterop?: boolean | undefined;
|
|
1550
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1551
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1552
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1553
|
+
ignoreDynamic?: boolean | undefined;
|
|
1554
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1555
|
+
preserveImportMeta?: boolean | undefined;
|
|
1556
|
+
}, {
|
|
1557
|
+
type: "amd";
|
|
1558
|
+
moduleId?: string | undefined;
|
|
1559
|
+
strict?: boolean | undefined;
|
|
1560
|
+
strictMode?: boolean | undefined;
|
|
1561
|
+
lazy?: boolean | string[] | undefined;
|
|
1562
|
+
noInterop?: boolean | undefined;
|
|
1563
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1564
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1565
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1566
|
+
ignoreDynamic?: boolean | undefined;
|
|
1567
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1568
|
+
preserveImportMeta?: boolean | undefined;
|
|
1569
|
+
}>, z.ZodObject<{
|
|
1570
|
+
strict: z.ZodOptional<z.ZodBoolean>;
|
|
1571
|
+
strictMode: z.ZodOptional<z.ZodBoolean>;
|
|
1572
|
+
lazy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
1573
|
+
noInterop: z.ZodOptional<z.ZodBoolean>;
|
|
1574
|
+
importInterop: z.ZodOptional<z.ZodEnum<["swc", "babel", "node", "none"]>>;
|
|
1575
|
+
outFileExtension: z.ZodOptional<z.ZodEnum<["js", "mjs", "cjs"]>>;
|
|
1576
|
+
exportInteropAnnotation: z.ZodOptional<z.ZodBoolean>;
|
|
1577
|
+
ignoreDynamic: z.ZodOptional<z.ZodBoolean>;
|
|
1578
|
+
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
|
1579
|
+
preserveImportMeta: z.ZodOptional<z.ZodBoolean>;
|
|
1580
|
+
} & {
|
|
1581
|
+
type: z.ZodLiteral<"nodenext">;
|
|
1582
|
+
}, "strict", z.ZodTypeAny, {
|
|
1583
|
+
type: "nodenext";
|
|
1584
|
+
strict?: boolean | undefined;
|
|
1585
|
+
strictMode?: boolean | undefined;
|
|
1586
|
+
lazy?: boolean | string[] | undefined;
|
|
1587
|
+
noInterop?: boolean | undefined;
|
|
1588
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1589
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1590
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1591
|
+
ignoreDynamic?: boolean | undefined;
|
|
1592
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1593
|
+
preserveImportMeta?: boolean | undefined;
|
|
1594
|
+
}, {
|
|
1595
|
+
type: "nodenext";
|
|
1596
|
+
strict?: boolean | undefined;
|
|
1597
|
+
strictMode?: boolean | undefined;
|
|
1598
|
+
lazy?: boolean | string[] | undefined;
|
|
1599
|
+
noInterop?: boolean | undefined;
|
|
1600
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1601
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1602
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1603
|
+
ignoreDynamic?: boolean | undefined;
|
|
1604
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1605
|
+
preserveImportMeta?: boolean | undefined;
|
|
1606
|
+
}>, z.ZodObject<{
|
|
1607
|
+
type: z.ZodLiteral<"systemjs">;
|
|
1608
|
+
allowTopLevelThis: z.ZodOptional<z.ZodBoolean>;
|
|
1609
|
+
}, "strict", z.ZodTypeAny, {
|
|
1610
|
+
type: "systemjs";
|
|
1611
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1612
|
+
}, {
|
|
1613
|
+
type: "systemjs";
|
|
1614
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1615
|
+
}>]>>;
|
|
1616
|
+
minify: z.ZodOptional<z.ZodBoolean>;
|
|
1617
|
+
sourceMaps: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"inline">]>>;
|
|
1618
|
+
inlineSourcesContent: z.ZodOptional<z.ZodBoolean>;
|
|
1619
|
+
} & {
|
|
1620
|
+
isModule: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<"unknown">]>>;
|
|
1621
|
+
rspackExperiments: z.ZodOptional<z.ZodObject<{
|
|
1622
|
+
import: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1623
|
+
libraryName: z.ZodString;
|
|
1624
|
+
libraryDirectory: z.ZodOptional<z.ZodString>;
|
|
1625
|
+
customName: z.ZodOptional<z.ZodString>;
|
|
1626
|
+
customStyleName: z.ZodOptional<z.ZodString>;
|
|
1627
|
+
style: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
1628
|
+
styleLibraryDirectory: z.ZodOptional<z.ZodString>;
|
|
1629
|
+
camelToDashComponentName: z.ZodOptional<z.ZodBoolean>;
|
|
1630
|
+
transformToDefaultImport: z.ZodOptional<z.ZodBoolean>;
|
|
1631
|
+
ignoreEsComponent: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1632
|
+
ignoreStyleComponent: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1633
|
+
}, "strict", z.ZodTypeAny, {
|
|
1634
|
+
libraryName: string;
|
|
1635
|
+
libraryDirectory?: string | undefined;
|
|
1636
|
+
customName?: string | undefined;
|
|
1637
|
+
customStyleName?: string | undefined;
|
|
1638
|
+
style?: string | boolean | undefined;
|
|
1639
|
+
styleLibraryDirectory?: string | undefined;
|
|
1640
|
+
camelToDashComponentName?: boolean | undefined;
|
|
1641
|
+
transformToDefaultImport?: boolean | undefined;
|
|
1642
|
+
ignoreEsComponent?: string[] | undefined;
|
|
1643
|
+
ignoreStyleComponent?: string[] | undefined;
|
|
1644
|
+
}, {
|
|
1645
|
+
libraryName: string;
|
|
1646
|
+
libraryDirectory?: string | undefined;
|
|
1647
|
+
customName?: string | undefined;
|
|
1648
|
+
customStyleName?: string | undefined;
|
|
1649
|
+
style?: string | boolean | undefined;
|
|
1650
|
+
styleLibraryDirectory?: string | undefined;
|
|
1651
|
+
camelToDashComponentName?: boolean | undefined;
|
|
1652
|
+
transformToDefaultImport?: boolean | undefined;
|
|
1653
|
+
ignoreEsComponent?: string[] | undefined;
|
|
1654
|
+
ignoreStyleComponent?: string[] | undefined;
|
|
1655
|
+
}>, "many">>>;
|
|
1656
|
+
}, "strict", z.ZodTypeAny, {
|
|
1657
|
+
import?: {
|
|
1658
|
+
libraryName: string;
|
|
1659
|
+
libraryDirectory?: string | undefined;
|
|
1660
|
+
customName?: string | undefined;
|
|
1661
|
+
customStyleName?: string | undefined;
|
|
1662
|
+
style?: string | boolean | undefined;
|
|
1663
|
+
styleLibraryDirectory?: string | undefined;
|
|
1664
|
+
camelToDashComponentName?: boolean | undefined;
|
|
1665
|
+
transformToDefaultImport?: boolean | undefined;
|
|
1666
|
+
ignoreEsComponent?: string[] | undefined;
|
|
1667
|
+
ignoreStyleComponent?: string[] | undefined;
|
|
1668
|
+
}[] | undefined;
|
|
1669
|
+
}, {
|
|
1670
|
+
import?: {
|
|
1671
|
+
libraryName: string;
|
|
1672
|
+
libraryDirectory?: string | undefined;
|
|
1673
|
+
customName?: string | undefined;
|
|
1674
|
+
customStyleName?: string | undefined;
|
|
1675
|
+
style?: string | boolean | undefined;
|
|
1676
|
+
styleLibraryDirectory?: string | undefined;
|
|
1677
|
+
camelToDashComponentName?: boolean | undefined;
|
|
1678
|
+
transformToDefaultImport?: boolean | undefined;
|
|
1679
|
+
ignoreEsComponent?: string[] | undefined;
|
|
1680
|
+
ignoreStyleComponent?: string[] | undefined;
|
|
1681
|
+
}[] | undefined;
|
|
1682
|
+
}>>;
|
|
1683
|
+
}, "strict", z.ZodTypeAny, {
|
|
1684
|
+
module?: {
|
|
1685
|
+
type: "es6";
|
|
1686
|
+
strict?: boolean | undefined;
|
|
1687
|
+
strictMode?: boolean | undefined;
|
|
1688
|
+
lazy?: boolean | string[] | undefined;
|
|
1689
|
+
noInterop?: boolean | undefined;
|
|
1690
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1691
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1692
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1693
|
+
ignoreDynamic?: boolean | undefined;
|
|
1694
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1695
|
+
preserveImportMeta?: boolean | undefined;
|
|
1696
|
+
} | {
|
|
1697
|
+
type: "nodenext";
|
|
1698
|
+
strict?: boolean | undefined;
|
|
1699
|
+
strictMode?: boolean | undefined;
|
|
1700
|
+
lazy?: boolean | string[] | undefined;
|
|
1701
|
+
noInterop?: boolean | undefined;
|
|
1702
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1703
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1704
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1705
|
+
ignoreDynamic?: boolean | undefined;
|
|
1706
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1707
|
+
preserveImportMeta?: boolean | undefined;
|
|
1708
|
+
} | {
|
|
1709
|
+
type: "commonjs";
|
|
1710
|
+
strict?: boolean | undefined;
|
|
1711
|
+
strictMode?: boolean | undefined;
|
|
1712
|
+
lazy?: boolean | string[] | undefined;
|
|
1713
|
+
noInterop?: boolean | undefined;
|
|
1714
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1715
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1716
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1717
|
+
ignoreDynamic?: boolean | undefined;
|
|
1718
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1719
|
+
preserveImportMeta?: boolean | undefined;
|
|
1720
|
+
} | {
|
|
1721
|
+
type: "umd";
|
|
1722
|
+
strict?: boolean | undefined;
|
|
1723
|
+
globals?: Record<string, string> | undefined;
|
|
1724
|
+
strictMode?: boolean | undefined;
|
|
1725
|
+
lazy?: boolean | string[] | undefined;
|
|
1726
|
+
noInterop?: boolean | undefined;
|
|
1727
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1728
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1729
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1730
|
+
ignoreDynamic?: boolean | undefined;
|
|
1731
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1732
|
+
preserveImportMeta?: boolean | undefined;
|
|
1733
|
+
} | {
|
|
1734
|
+
type: "amd";
|
|
1735
|
+
moduleId?: string | undefined;
|
|
1736
|
+
strict?: boolean | undefined;
|
|
1737
|
+
strictMode?: boolean | undefined;
|
|
1738
|
+
lazy?: boolean | string[] | undefined;
|
|
1739
|
+
noInterop?: boolean | undefined;
|
|
1740
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
1741
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
1742
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
1743
|
+
ignoreDynamic?: boolean | undefined;
|
|
1744
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1745
|
+
preserveImportMeta?: boolean | undefined;
|
|
1746
|
+
} | {
|
|
1747
|
+
type: "systemjs";
|
|
1748
|
+
allowTopLevelThis?: boolean | undefined;
|
|
1749
|
+
} | undefined;
|
|
1750
|
+
env?: {
|
|
1751
|
+
exclude?: string[] | undefined;
|
|
1752
|
+
loose?: boolean | undefined;
|
|
1753
|
+
path?: string | undefined;
|
|
1754
|
+
mode?: "usage" | "entry" | undefined;
|
|
1755
|
+
debug?: boolean | 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?: {
|
|
1771
|
+
transform?: {
|
|
1772
|
+
react?: {
|
|
1773
|
+
runtime?: "automatic" | "classic" | undefined;
|
|
1774
|
+
pragma?: string | undefined;
|
|
1775
|
+
pragmaFrag?: string | undefined;
|
|
1776
|
+
throwIfNamespace?: boolean | undefined;
|
|
1777
|
+
development?: boolean | undefined;
|
|
1778
|
+
useBuiltins?: boolean | undefined;
|
|
1779
|
+
refresh?: boolean | {
|
|
1780
|
+
refreshReg?: string | undefined;
|
|
1781
|
+
refreshSig?: string | undefined;
|
|
1782
|
+
emitFullSignatures?: boolean | undefined;
|
|
1783
|
+
} | undefined;
|
|
1784
|
+
importSource?: string | undefined;
|
|
1785
|
+
} | undefined;
|
|
1786
|
+
constModules?: {
|
|
1787
|
+
globals?: Record<string, Record<string, string>> | undefined;
|
|
1788
|
+
} | undefined;
|
|
1789
|
+
optimizer?: {
|
|
1790
|
+
globals?: {
|
|
1791
|
+
typeofs?: Record<string, string> | undefined;
|
|
1792
|
+
vars?: Record<string, string> | undefined;
|
|
1793
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
1794
|
+
} | undefined;
|
|
1795
|
+
simplify?: boolean | undefined;
|
|
1796
|
+
jsonify?: {
|
|
1797
|
+
minCost: number;
|
|
1798
|
+
} | undefined;
|
|
1799
|
+
} | undefined;
|
|
1800
|
+
legacyDecorator?: boolean | undefined;
|
|
1801
|
+
decoratorMetadata?: boolean | undefined;
|
|
1802
|
+
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
|
1803
|
+
treatConstEnumAsEnum?: boolean | undefined;
|
|
1804
|
+
useDefineForClassFields?: boolean | undefined;
|
|
1805
|
+
verbatimModuleSyntax?: boolean | undefined;
|
|
1806
|
+
} | undefined;
|
|
1807
|
+
loose?: boolean | undefined;
|
|
1808
|
+
minify?: {
|
|
1809
|
+
module?: boolean | "unknown" | undefined;
|
|
1810
|
+
outputPath?: string | undefined;
|
|
1811
|
+
sourceMap?: boolean | undefined;
|
|
1812
|
+
ecma?: string | number | undefined;
|
|
1813
|
+
safari10?: boolean | undefined;
|
|
1814
|
+
keep_classnames?: boolean | undefined;
|
|
1815
|
+
keep_fnames?: boolean | undefined;
|
|
1816
|
+
toplevel?: boolean | undefined;
|
|
1817
|
+
compress?: boolean | {
|
|
1818
|
+
module?: boolean | undefined;
|
|
1819
|
+
ecma?: string | number | undefined;
|
|
1820
|
+
arguments?: boolean | undefined;
|
|
1821
|
+
arrows?: boolean | undefined;
|
|
1822
|
+
booleans?: boolean | undefined;
|
|
1823
|
+
booleans_as_integers?: boolean | undefined;
|
|
1824
|
+
collapse_vars?: boolean | undefined;
|
|
1825
|
+
comparisons?: boolean | undefined;
|
|
1826
|
+
computed_props?: boolean | undefined;
|
|
1827
|
+
conditionals?: boolean | undefined;
|
|
1828
|
+
dead_code?: boolean | undefined;
|
|
1829
|
+
defaults?: boolean | undefined;
|
|
1830
|
+
directives?: boolean | undefined;
|
|
1831
|
+
drop_console?: boolean | undefined;
|
|
1832
|
+
drop_debugger?: boolean | undefined;
|
|
1833
|
+
evaluate?: boolean | undefined;
|
|
1834
|
+
expression?: boolean | undefined;
|
|
1835
|
+
global_defs?: any;
|
|
1836
|
+
hoist_funs?: boolean | undefined;
|
|
1837
|
+
hoist_props?: boolean | undefined;
|
|
1838
|
+
hoist_vars?: boolean | undefined;
|
|
1839
|
+
ie8?: boolean | undefined;
|
|
1840
|
+
if_return?: boolean | undefined;
|
|
1841
|
+
inline?: 0 | 1 | 2 | 3 | undefined;
|
|
1842
|
+
join_vars?: boolean | undefined;
|
|
1843
|
+
keep_classnames?: boolean | undefined;
|
|
1844
|
+
keep_fargs?: boolean | undefined;
|
|
1845
|
+
keep_fnames?: boolean | undefined;
|
|
1846
|
+
keep_infinity?: boolean | undefined;
|
|
1847
|
+
loops?: boolean | undefined;
|
|
1848
|
+
negate_iife?: boolean | undefined;
|
|
1849
|
+
passes?: number | undefined;
|
|
1850
|
+
properties?: boolean | undefined;
|
|
1851
|
+
pure_getters?: any;
|
|
1852
|
+
pure_funcs?: string[] | undefined;
|
|
1853
|
+
reduce_funcs?: boolean | undefined;
|
|
1854
|
+
reduce_vars?: boolean | undefined;
|
|
1855
|
+
sequences?: any;
|
|
1856
|
+
side_effects?: boolean | undefined;
|
|
1857
|
+
switches?: boolean | undefined;
|
|
1858
|
+
top_retain?: any;
|
|
1859
|
+
toplevel?: any;
|
|
1860
|
+
typeofs?: boolean | undefined;
|
|
1861
|
+
unsafe?: boolean | undefined;
|
|
1862
|
+
unsafe_passes?: boolean | undefined;
|
|
1863
|
+
unsafe_arrows?: boolean | undefined;
|
|
1864
|
+
unsafe_comps?: boolean | undefined;
|
|
1865
|
+
unsafe_function?: boolean | undefined;
|
|
1866
|
+
unsafe_math?: boolean | undefined;
|
|
1867
|
+
unsafe_symbols?: boolean | undefined;
|
|
1868
|
+
unsafe_methods?: boolean | undefined;
|
|
1869
|
+
unsafe_proto?: boolean | undefined;
|
|
1870
|
+
unsafe_regexp?: boolean | undefined;
|
|
1871
|
+
unsafe_undefined?: boolean | undefined;
|
|
1872
|
+
unused?: boolean | undefined;
|
|
1873
|
+
const_to_let?: boolean | undefined;
|
|
1874
|
+
} | undefined;
|
|
1875
|
+
format?: {
|
|
1876
|
+
asciiOnly?: boolean | undefined;
|
|
1877
|
+
beautify?: boolean | undefined;
|
|
1878
|
+
braces?: boolean | undefined;
|
|
1879
|
+
comments?: false | "some" | "all" | undefined;
|
|
1880
|
+
ecma?: string | number | undefined;
|
|
1881
|
+
indentLevel?: number | undefined;
|
|
1882
|
+
indentStart?: number | undefined;
|
|
1883
|
+
inlineScript?: boolean | undefined;
|
|
1884
|
+
keepNumbers?: number | undefined;
|
|
1885
|
+
keepQuotedProps?: boolean | undefined;
|
|
1886
|
+
maxLineLen?: number | undefined;
|
|
1887
|
+
preamble?: string | undefined;
|
|
1888
|
+
quoteKeys?: boolean | undefined;
|
|
1889
|
+
quoteStyle?: boolean | undefined;
|
|
1890
|
+
preserveAnnotations?: boolean | undefined;
|
|
1891
|
+
safari10?: boolean | undefined;
|
|
1892
|
+
semicolons?: boolean | undefined;
|
|
1893
|
+
shebang?: boolean | undefined;
|
|
1894
|
+
webkit?: boolean | undefined;
|
|
1895
|
+
wrapIife?: boolean | undefined;
|
|
1896
|
+
wrapFuncArgs?: boolean | undefined;
|
|
1897
|
+
} | undefined;
|
|
1898
|
+
mangle?: boolean | {
|
|
1899
|
+
safari10?: boolean | undefined;
|
|
1900
|
+
ie8?: boolean | undefined;
|
|
1901
|
+
keep_classnames?: boolean | undefined;
|
|
1902
|
+
keep_fnames?: boolean | undefined;
|
|
1903
|
+
toplevel?: boolean | undefined;
|
|
1904
|
+
props?: Record<string, any> | undefined;
|
|
1905
|
+
topLevel?: boolean | undefined;
|
|
1906
|
+
keepClassNames?: boolean | undefined;
|
|
1907
|
+
keepFnNames?: boolean | undefined;
|
|
1908
|
+
keepPrivateProps?: boolean | undefined;
|
|
1909
|
+
keep_private_props?: boolean | undefined;
|
|
1910
|
+
reserved?: string[] | undefined;
|
|
1911
|
+
} | undefined;
|
|
1912
|
+
inlineSourcesContent?: boolean | undefined;
|
|
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;
|
|
1981
|
+
preserveAllComments?: boolean | undefined;
|
|
1982
|
+
} | undefined;
|
|
1983
|
+
sourceMaps?: boolean | "inline" | undefined;
|
|
1984
|
+
isModule?: boolean | "unknown" | undefined;
|
|
1985
|
+
rspackExperiments?: {
|
|
1986
|
+
import?: {
|
|
1987
|
+
libraryName: string;
|
|
1988
|
+
libraryDirectory?: string | undefined;
|
|
1989
|
+
customName?: string | undefined;
|
|
1990
|
+
customStyleName?: string | undefined;
|
|
1991
|
+
style?: string | boolean | undefined;
|
|
1992
|
+
styleLibraryDirectory?: string | undefined;
|
|
1993
|
+
camelToDashComponentName?: boolean | undefined;
|
|
1994
|
+
transformToDefaultImport?: boolean | undefined;
|
|
1995
|
+
ignoreEsComponent?: string[] | undefined;
|
|
1996
|
+
ignoreStyleComponent?: string[] | undefined;
|
|
1997
|
+
}[] | undefined;
|
|
1998
|
+
} | undefined;
|
|
1999
|
+
}, {
|
|
2000
|
+
module?: {
|
|
2001
|
+
type: "es6";
|
|
2002
|
+
strict?: boolean | undefined;
|
|
2003
|
+
strictMode?: boolean | undefined;
|
|
2004
|
+
lazy?: boolean | string[] | undefined;
|
|
2005
|
+
noInterop?: boolean | undefined;
|
|
2006
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
2007
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
2008
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
2009
|
+
ignoreDynamic?: boolean | undefined;
|
|
2010
|
+
allowTopLevelThis?: boolean | undefined;
|
|
2011
|
+
preserveImportMeta?: boolean | undefined;
|
|
2012
|
+
} | {
|
|
2013
|
+
type: "nodenext";
|
|
2014
|
+
strict?: boolean | undefined;
|
|
2015
|
+
strictMode?: boolean | undefined;
|
|
2016
|
+
lazy?: boolean | string[] | undefined;
|
|
2017
|
+
noInterop?: boolean | undefined;
|
|
2018
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
2019
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
2020
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
2021
|
+
ignoreDynamic?: boolean | undefined;
|
|
2022
|
+
allowTopLevelThis?: boolean | undefined;
|
|
2023
|
+
preserveImportMeta?: boolean | undefined;
|
|
2024
|
+
} | {
|
|
2025
|
+
type: "commonjs";
|
|
2026
|
+
strict?: boolean | undefined;
|
|
2027
|
+
strictMode?: boolean | undefined;
|
|
2028
|
+
lazy?: boolean | string[] | undefined;
|
|
2029
|
+
noInterop?: boolean | undefined;
|
|
2030
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
2031
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
2032
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
2033
|
+
ignoreDynamic?: boolean | undefined;
|
|
2034
|
+
allowTopLevelThis?: boolean | undefined;
|
|
2035
|
+
preserveImportMeta?: boolean | undefined;
|
|
2036
|
+
} | {
|
|
2037
|
+
type: "umd";
|
|
2038
|
+
strict?: boolean | undefined;
|
|
2039
|
+
globals?: Record<string, string> | undefined;
|
|
2040
|
+
strictMode?: boolean | undefined;
|
|
2041
|
+
lazy?: boolean | string[] | undefined;
|
|
2042
|
+
noInterop?: boolean | undefined;
|
|
2043
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
2044
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
2045
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
2046
|
+
ignoreDynamic?: boolean | undefined;
|
|
2047
|
+
allowTopLevelThis?: boolean | undefined;
|
|
2048
|
+
preserveImportMeta?: boolean | undefined;
|
|
2049
|
+
} | {
|
|
2050
|
+
type: "amd";
|
|
2051
|
+
moduleId?: string | undefined;
|
|
2052
|
+
strict?: boolean | undefined;
|
|
2053
|
+
strictMode?: boolean | undefined;
|
|
2054
|
+
lazy?: boolean | string[] | undefined;
|
|
2055
|
+
noInterop?: boolean | undefined;
|
|
2056
|
+
importInterop?: "none" | "swc" | "babel" | "node" | undefined;
|
|
2057
|
+
outFileExtension?: "js" | "mjs" | "cjs" | undefined;
|
|
2058
|
+
exportInteropAnnotation?: boolean | undefined;
|
|
2059
|
+
ignoreDynamic?: boolean | undefined;
|
|
2060
|
+
allowTopLevelThis?: boolean | undefined;
|
|
2061
|
+
preserveImportMeta?: boolean | undefined;
|
|
2062
|
+
} | {
|
|
2063
|
+
type: "systemjs";
|
|
2064
|
+
allowTopLevelThis?: boolean | undefined;
|
|
2065
|
+
} | undefined;
|
|
2066
|
+
env?: {
|
|
2067
|
+
exclude?: string[] | undefined;
|
|
2068
|
+
loose?: boolean | undefined;
|
|
2069
|
+
path?: string | undefined;
|
|
2070
|
+
mode?: "usage" | "entry" | undefined;
|
|
2071
|
+
debug?: boolean | undefined;
|
|
2072
|
+
dynamicImport?: boolean | undefined;
|
|
2073
|
+
bugfixes?: boolean | undefined;
|
|
2074
|
+
skip?: string[] | undefined;
|
|
2075
|
+
include?: string[] | undefined;
|
|
2076
|
+
coreJs?: string | undefined;
|
|
2077
|
+
targets?: any;
|
|
2078
|
+
shippedProposals?: boolean | undefined;
|
|
2079
|
+
forceAllTransforms?: boolean | undefined;
|
|
2080
|
+
} | undefined;
|
|
2081
|
+
exclude?: string | string[] | undefined;
|
|
2082
|
+
minify?: boolean | undefined;
|
|
2083
|
+
inlineSourcesContent?: boolean | undefined;
|
|
2084
|
+
$schema?: string | undefined;
|
|
2085
|
+
test?: string | string[] | undefined;
|
|
2086
|
+
jsc?: {
|
|
2087
|
+
transform?: {
|
|
2088
|
+
react?: {
|
|
2089
|
+
runtime?: "automatic" | "classic" | undefined;
|
|
2090
|
+
pragma?: string | undefined;
|
|
2091
|
+
pragmaFrag?: string | undefined;
|
|
2092
|
+
throwIfNamespace?: boolean | undefined;
|
|
2093
|
+
development?: boolean | undefined;
|
|
2094
|
+
useBuiltins?: boolean | undefined;
|
|
2095
|
+
refresh?: boolean | {
|
|
2096
|
+
refreshReg?: string | undefined;
|
|
2097
|
+
refreshSig?: string | undefined;
|
|
2098
|
+
emitFullSignatures?: boolean | undefined;
|
|
2099
|
+
} | undefined;
|
|
2100
|
+
importSource?: string | undefined;
|
|
2101
|
+
} | undefined;
|
|
2102
|
+
constModules?: {
|
|
2103
|
+
globals?: Record<string, Record<string, string>> | undefined;
|
|
2104
|
+
} | undefined;
|
|
2105
|
+
optimizer?: {
|
|
2106
|
+
globals?: {
|
|
2107
|
+
typeofs?: Record<string, string> | undefined;
|
|
2108
|
+
vars?: Record<string, string> | undefined;
|
|
2109
|
+
envs?: string[] | Record<string, string> | undefined;
|
|
2110
|
+
} | undefined;
|
|
2111
|
+
simplify?: boolean | undefined;
|
|
2112
|
+
jsonify?: {
|
|
2113
|
+
minCost: number;
|
|
2114
|
+
} | undefined;
|
|
2115
|
+
} | undefined;
|
|
2116
|
+
legacyDecorator?: boolean | undefined;
|
|
2117
|
+
decoratorMetadata?: boolean | undefined;
|
|
2118
|
+
decoratorVersion?: "2021-12" | "2022-03" | undefined;
|
|
2119
|
+
treatConstEnumAsEnum?: boolean | undefined;
|
|
2120
|
+
useDefineForClassFields?: boolean | undefined;
|
|
2121
|
+
verbatimModuleSyntax?: boolean | undefined;
|
|
2122
|
+
} | undefined;
|
|
2123
|
+
loose?: boolean | undefined;
|
|
2124
|
+
minify?: {
|
|
2125
|
+
module?: boolean | "unknown" | undefined;
|
|
2126
|
+
outputPath?: string | undefined;
|
|
2127
|
+
sourceMap?: boolean | undefined;
|
|
2128
|
+
ecma?: string | number | undefined;
|
|
2129
|
+
safari10?: boolean | undefined;
|
|
2130
|
+
keep_classnames?: boolean | undefined;
|
|
2131
|
+
keep_fnames?: boolean | undefined;
|
|
2132
|
+
toplevel?: boolean | undefined;
|
|
2133
|
+
compress?: boolean | {
|
|
2134
|
+
module?: boolean | undefined;
|
|
2135
|
+
ecma?: string | number | undefined;
|
|
2136
|
+
arguments?: boolean | undefined;
|
|
2137
|
+
arrows?: boolean | undefined;
|
|
2138
|
+
booleans?: boolean | undefined;
|
|
2139
|
+
booleans_as_integers?: boolean | undefined;
|
|
2140
|
+
collapse_vars?: boolean | undefined;
|
|
2141
|
+
comparisons?: boolean | undefined;
|
|
2142
|
+
computed_props?: boolean | undefined;
|
|
2143
|
+
conditionals?: boolean | undefined;
|
|
2144
|
+
dead_code?: boolean | undefined;
|
|
2145
|
+
defaults?: boolean | undefined;
|
|
2146
|
+
directives?: boolean | undefined;
|
|
2147
|
+
drop_console?: boolean | undefined;
|
|
2148
|
+
drop_debugger?: boolean | undefined;
|
|
2149
|
+
evaluate?: boolean | undefined;
|
|
2150
|
+
expression?: boolean | undefined;
|
|
2151
|
+
global_defs?: any;
|
|
2152
|
+
hoist_funs?: boolean | undefined;
|
|
2153
|
+
hoist_props?: boolean | undefined;
|
|
2154
|
+
hoist_vars?: boolean | undefined;
|
|
2155
|
+
ie8?: boolean | undefined;
|
|
2156
|
+
if_return?: boolean | undefined;
|
|
2157
|
+
inline?: 0 | 1 | 2 | 3 | undefined;
|
|
2158
|
+
join_vars?: boolean | undefined;
|
|
2159
|
+
keep_classnames?: boolean | undefined;
|
|
2160
|
+
keep_fargs?: boolean | undefined;
|
|
2161
|
+
keep_fnames?: boolean | undefined;
|
|
2162
|
+
keep_infinity?: boolean | undefined;
|
|
2163
|
+
loops?: boolean | undefined;
|
|
2164
|
+
negate_iife?: boolean | undefined;
|
|
2165
|
+
passes?: number | undefined;
|
|
2166
|
+
properties?: boolean | undefined;
|
|
2167
|
+
pure_getters?: any;
|
|
2168
|
+
pure_funcs?: string[] | undefined;
|
|
2169
|
+
reduce_funcs?: boolean | undefined;
|
|
2170
|
+
reduce_vars?: boolean | undefined;
|
|
2171
|
+
sequences?: any;
|
|
2172
|
+
side_effects?: boolean | undefined;
|
|
2173
|
+
switches?: boolean | undefined;
|
|
2174
|
+
top_retain?: any;
|
|
2175
|
+
toplevel?: any;
|
|
2176
|
+
typeofs?: boolean | undefined;
|
|
2177
|
+
unsafe?: boolean | undefined;
|
|
2178
|
+
unsafe_passes?: boolean | undefined;
|
|
2179
|
+
unsafe_arrows?: boolean | undefined;
|
|
2180
|
+
unsafe_comps?: boolean | undefined;
|
|
2181
|
+
unsafe_function?: boolean | undefined;
|
|
2182
|
+
unsafe_math?: boolean | undefined;
|
|
2183
|
+
unsafe_symbols?: boolean | undefined;
|
|
2184
|
+
unsafe_methods?: boolean | undefined;
|
|
2185
|
+
unsafe_proto?: boolean | undefined;
|
|
2186
|
+
unsafe_regexp?: boolean | undefined;
|
|
2187
|
+
unsafe_undefined?: boolean | undefined;
|
|
2188
|
+
unused?: boolean | undefined;
|
|
2189
|
+
const_to_let?: boolean | undefined;
|
|
2190
|
+
} | undefined;
|
|
2191
|
+
format?: {
|
|
2192
|
+
asciiOnly?: boolean | undefined;
|
|
2193
|
+
beautify?: boolean | undefined;
|
|
2194
|
+
braces?: boolean | undefined;
|
|
2195
|
+
comments?: false | "some" | "all" | undefined;
|
|
2196
|
+
ecma?: string | number | undefined;
|
|
2197
|
+
indentLevel?: number | undefined;
|
|
2198
|
+
indentStart?: number | undefined;
|
|
2199
|
+
inlineScript?: boolean | undefined;
|
|
2200
|
+
keepNumbers?: number | undefined;
|
|
2201
|
+
keepQuotedProps?: boolean | undefined;
|
|
2202
|
+
maxLineLen?: number | undefined;
|
|
2203
|
+
preamble?: string | undefined;
|
|
2204
|
+
quoteKeys?: boolean | undefined;
|
|
2205
|
+
quoteStyle?: boolean | undefined;
|
|
2206
|
+
preserveAnnotations?: boolean | undefined;
|
|
2207
|
+
safari10?: boolean | undefined;
|
|
2208
|
+
semicolons?: boolean | undefined;
|
|
2209
|
+
shebang?: boolean | undefined;
|
|
2210
|
+
webkit?: boolean | undefined;
|
|
2211
|
+
wrapIife?: boolean | undefined;
|
|
2212
|
+
wrapFuncArgs?: boolean | undefined;
|
|
2213
|
+
} | undefined;
|
|
2214
|
+
mangle?: boolean | {
|
|
2215
|
+
safari10?: boolean | undefined;
|
|
2216
|
+
ie8?: boolean | undefined;
|
|
2217
|
+
keep_classnames?: boolean | undefined;
|
|
2218
|
+
keep_fnames?: boolean | undefined;
|
|
2219
|
+
toplevel?: boolean | undefined;
|
|
2220
|
+
props?: Record<string, any> | undefined;
|
|
2221
|
+
topLevel?: boolean | undefined;
|
|
2222
|
+
keepClassNames?: boolean | undefined;
|
|
2223
|
+
keepFnNames?: boolean | undefined;
|
|
2224
|
+
keepPrivateProps?: boolean | undefined;
|
|
2225
|
+
keep_private_props?: boolean | undefined;
|
|
2226
|
+
reserved?: string[] | undefined;
|
|
2227
|
+
} | undefined;
|
|
2228
|
+
inlineSourcesContent?: boolean | undefined;
|
|
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;
|
|
2297
|
+
preserveAllComments?: boolean | undefined;
|
|
2298
|
+
} | undefined;
|
|
2299
|
+
sourceMaps?: boolean | "inline" | undefined;
|
|
2300
|
+
isModule?: boolean | "unknown" | undefined;
|
|
2301
|
+
rspackExperiments?: {
|
|
2302
|
+
import?: {
|
|
2303
|
+
libraryName: string;
|
|
2304
|
+
libraryDirectory?: string | undefined;
|
|
2305
|
+
customName?: string | undefined;
|
|
2306
|
+
customStyleName?: string | undefined;
|
|
2307
|
+
style?: string | boolean | undefined;
|
|
2308
|
+
styleLibraryDirectory?: string | undefined;
|
|
2309
|
+
camelToDashComponentName?: boolean | undefined;
|
|
2310
|
+
transformToDefaultImport?: boolean | undefined;
|
|
2311
|
+
ignoreEsComponent?: string[] | undefined;
|
|
2312
|
+
ignoreStyleComponent?: string[] | undefined;
|
|
2313
|
+
}[] | undefined;
|
|
2314
|
+
} | undefined;
|
|
2315
|
+
}>;
|