@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,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The following code is modified based on
|
|
3
|
+
* https://github.com/webpack/webpack/tree/4b4ca3bb53f36a5b8fc6bc1bd976ed7af161bd80/lib/stats
|
|
4
|
+
*
|
|
5
|
+
* MIT Licensed
|
|
6
|
+
* Author Tobias Koppers @sokra
|
|
7
|
+
* Copyright (c) JS Foundation and other contributors
|
|
8
|
+
* https://github.com/webpack/webpack/blob/main/LICENSE
|
|
9
|
+
*/
|
|
10
|
+
import type { JsStats, JsStatsCompilation, JsStatsError, JsStatsWarning } from "@rspack/binding";
|
|
11
|
+
import { HookMap, SyncBailHook, SyncWaterfallHook } from "@rspack/lite-tapable";
|
|
12
|
+
import type { Compilation } from "../Compilation";
|
|
13
|
+
import { type GroupConfig } from "../util/smartGrouping";
|
|
14
|
+
export type KnownStatsFactoryContext = {
|
|
15
|
+
type: string;
|
|
16
|
+
makePathsRelative?: ((arg0: string) => string) | undefined;
|
|
17
|
+
compilation?: Compilation | undefined;
|
|
18
|
+
cachedGetErrors?: ((arg0: Compilation) => JsStatsError[]) | undefined;
|
|
19
|
+
cachedGetWarnings?: ((arg0: Compilation) => JsStatsWarning[]) | undefined;
|
|
20
|
+
getStatsCompilation: (compilation: Compilation) => JsStatsCompilation;
|
|
21
|
+
getInner: (compilation: Compilation) => JsStats;
|
|
22
|
+
};
|
|
23
|
+
export type StatsFactoryContext = KnownStatsFactoryContext & Record<string, any>;
|
|
24
|
+
type Hooks = Readonly<{
|
|
25
|
+
extract: HookMap<SyncBailHook<[Object, any, StatsFactoryContext], undefined>>;
|
|
26
|
+
filter: HookMap<SyncBailHook<[any, StatsFactoryContext, number, number], undefined>>;
|
|
27
|
+
filterSorted: HookMap<SyncBailHook<[any, StatsFactoryContext, number, number], undefined>>;
|
|
28
|
+
groupResults: HookMap<SyncBailHook<[GroupConfig<any>[], StatsFactoryContext], undefined>>;
|
|
29
|
+
filterResults: HookMap<SyncBailHook<[any, StatsFactoryContext, number, number], undefined>>;
|
|
30
|
+
sort: HookMap<SyncBailHook<[
|
|
31
|
+
((arg1: any, arg2: any) => number)[],
|
|
32
|
+
StatsFactoryContext
|
|
33
|
+
], undefined>>;
|
|
34
|
+
sortResults: HookMap<SyncBailHook<[
|
|
35
|
+
((arg1: any, arg2: any) => number)[],
|
|
36
|
+
StatsFactoryContext
|
|
37
|
+
], undefined>>;
|
|
38
|
+
result: HookMap<SyncWaterfallHook<[any[], StatsFactoryContext]>>;
|
|
39
|
+
merge: HookMap<SyncBailHook<[any[], StatsFactoryContext], undefined>>;
|
|
40
|
+
getItemName: HookMap<SyncBailHook<[any, StatsFactoryContext], string | undefined>>;
|
|
41
|
+
getItemFactory: HookMap<SyncBailHook<[any, StatsFactoryContext], undefined>>;
|
|
42
|
+
}>;
|
|
43
|
+
type CacheHookMap = Map<string, SyncBailHook<[any[], StatsFactoryContext], any>[]>;
|
|
44
|
+
type CallFn = (...args: any[]) => any;
|
|
45
|
+
export declare class StatsFactory {
|
|
46
|
+
hooks: Hooks;
|
|
47
|
+
private _caches;
|
|
48
|
+
private _inCreate;
|
|
49
|
+
constructor();
|
|
50
|
+
_getAllLevelHooks(hookMap: HookMap<any>, cache: CacheHookMap, type: string): any[];
|
|
51
|
+
_forEachLevel(hookMap: HookMap<any>, cache: CacheHookMap, type: string, fn: CallFn): any;
|
|
52
|
+
_forEachLevelWaterfall(hookMap: HookMap<any>, cache: CacheHookMap, type: string, data: any, fn: CallFn): any;
|
|
53
|
+
_forEachLevelFilter(hookMap: HookMap<any>, cache: CacheHookMap, type: string, items: any[], fn: CallFn, forceClone: boolean): any[];
|
|
54
|
+
create(type: string, data: any, baseContext: Omit<StatsFactoryContext, "type">): any;
|
|
55
|
+
private _create;
|
|
56
|
+
}
|
|
57
|
+
export {};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { HookMap, SyncBailHook, SyncWaterfallHook } from "@rspack/lite-tapable";
|
|
2
|
+
import type { StatsAsset, StatsChunk, StatsChunkGroup, StatsCompilation, StatsModule, StatsModuleReason } from "./statsFactoryUtils";
|
|
3
|
+
type PrintedElement = {
|
|
4
|
+
element: string;
|
|
5
|
+
content: string;
|
|
6
|
+
};
|
|
7
|
+
type KnownStatsPrinterContext = {
|
|
8
|
+
type?: string;
|
|
9
|
+
compilation?: StatsCompilation;
|
|
10
|
+
chunkGroup?: StatsChunkGroup;
|
|
11
|
+
asset?: StatsAsset;
|
|
12
|
+
module?: StatsModule;
|
|
13
|
+
chunk?: StatsChunk;
|
|
14
|
+
moduleReason?: StatsModuleReason;
|
|
15
|
+
bold?: (str: string) => string;
|
|
16
|
+
yellow?: (str: string) => string;
|
|
17
|
+
red?: (str: string) => string;
|
|
18
|
+
green?: (str: string) => string;
|
|
19
|
+
magenta?: (str: string) => string;
|
|
20
|
+
cyan?: (str: string) => string;
|
|
21
|
+
formatFilename?: (file: string, oversize?: boolean) => string;
|
|
22
|
+
formatModuleId?: (id: string) => string;
|
|
23
|
+
formatChunkId?: ((id: string, direction?: "parent" | "child" | "sibling") => string) | undefined;
|
|
24
|
+
formatSize?: (size: number) => string;
|
|
25
|
+
formatDateTime?: (dateTime: number) => string;
|
|
26
|
+
formatFlag?: (flag: string) => string;
|
|
27
|
+
formatTime?: (time: number, boldQuantity?: boolean) => string;
|
|
28
|
+
chunkGroupKind?: string;
|
|
29
|
+
};
|
|
30
|
+
export type StatsPrinterContext = KnownStatsPrinterContext & Record<string, any>;
|
|
31
|
+
export declare class StatsPrinter {
|
|
32
|
+
private _levelHookCache;
|
|
33
|
+
private _inPrint;
|
|
34
|
+
hooks: Readonly<{
|
|
35
|
+
sortElements: HookMap<SyncBailHook<[string[], StatsPrinterContext], true | void>>;
|
|
36
|
+
printElements: HookMap<SyncBailHook<[PrintedElement[], StatsPrinterContext], string>>;
|
|
37
|
+
sortItems: HookMap<SyncBailHook<[any[], StatsPrinterContext], true>>;
|
|
38
|
+
getItemName: HookMap<SyncBailHook<[any, StatsPrinterContext], string>>;
|
|
39
|
+
printItems: HookMap<SyncBailHook<[string[], StatsPrinterContext], string>>;
|
|
40
|
+
print: HookMap<SyncBailHook<[{}, StatsPrinterContext], string>>;
|
|
41
|
+
result: HookMap<SyncWaterfallHook<[string, StatsPrinterContext]>>;
|
|
42
|
+
}>;
|
|
43
|
+
constructor();
|
|
44
|
+
/**
|
|
45
|
+
* get all level hooks
|
|
46
|
+
*/
|
|
47
|
+
private _getAllLevelHooks;
|
|
48
|
+
private _forEachLevel;
|
|
49
|
+
private _forEachLevelWaterfall;
|
|
50
|
+
print(type: string, object: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
}, baseContext?: {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
}): string;
|
|
55
|
+
private _print;
|
|
56
|
+
}
|
|
57
|
+
export {};
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
import type * as binding from "@rspack/binding";
|
|
2
|
+
import type { JsOriginRecord } from "@rspack/binding";
|
|
3
|
+
import type { Compilation } from "../Compilation";
|
|
4
|
+
import type { StatsOptions } from "../config";
|
|
5
|
+
import type { StatsFactory, StatsFactoryContext } from "./StatsFactory";
|
|
6
|
+
export type KnownStatsChunkGroup = {
|
|
7
|
+
name?: string;
|
|
8
|
+
chunks?: (string | number)[];
|
|
9
|
+
assets?: {
|
|
10
|
+
name: string;
|
|
11
|
+
size?: number;
|
|
12
|
+
}[];
|
|
13
|
+
filteredAssets?: number;
|
|
14
|
+
assetsSize?: number;
|
|
15
|
+
auxiliaryAssets?: {
|
|
16
|
+
name: string;
|
|
17
|
+
size?: number;
|
|
18
|
+
}[];
|
|
19
|
+
filteredAuxiliaryAssets?: number;
|
|
20
|
+
auxiliaryAssetsSize?: number;
|
|
21
|
+
children?: {
|
|
22
|
+
preload?: StatsChunkGroup[];
|
|
23
|
+
prefetch?: StatsChunkGroup[];
|
|
24
|
+
};
|
|
25
|
+
childAssets?: {
|
|
26
|
+
preload?: string[];
|
|
27
|
+
prefetch?: string[];
|
|
28
|
+
};
|
|
29
|
+
isOverSizeLimit?: boolean;
|
|
30
|
+
};
|
|
31
|
+
export type KnownStatsChunk = {
|
|
32
|
+
type: string;
|
|
33
|
+
rendered: boolean;
|
|
34
|
+
initial: boolean;
|
|
35
|
+
entry: boolean;
|
|
36
|
+
reason?: string;
|
|
37
|
+
size: number;
|
|
38
|
+
sizes?: Record<string, number>;
|
|
39
|
+
names?: string[];
|
|
40
|
+
idHints?: string[];
|
|
41
|
+
runtime?: string[];
|
|
42
|
+
files?: string[];
|
|
43
|
+
auxiliaryFiles?: string[];
|
|
44
|
+
hash?: string;
|
|
45
|
+
childrenByOrder?: Record<string, (string | number)[]>;
|
|
46
|
+
id?: string | number;
|
|
47
|
+
siblings?: (string | number)[];
|
|
48
|
+
parents?: (string | number)[];
|
|
49
|
+
children?: (string | number)[];
|
|
50
|
+
modules?: StatsModule[];
|
|
51
|
+
filteredModules?: number;
|
|
52
|
+
origins?: StatsChunkOrigin[];
|
|
53
|
+
};
|
|
54
|
+
export type KnownAssetInfo = {
|
|
55
|
+
immutable?: boolean;
|
|
56
|
+
minimized?: boolean;
|
|
57
|
+
fullhash?: string | string[];
|
|
58
|
+
chunkhash?: string | string[];
|
|
59
|
+
contenthash?: string | string[];
|
|
60
|
+
sourceFilename?: string;
|
|
61
|
+
copied?: boolean;
|
|
62
|
+
size?: number;
|
|
63
|
+
development?: boolean;
|
|
64
|
+
hotModuleReplacement?: boolean;
|
|
65
|
+
javascriptModule?: boolean;
|
|
66
|
+
related?: Record<string, string | string[]>;
|
|
67
|
+
};
|
|
68
|
+
export type AssetInfo = KnownAssetInfo & Record<string, any>;
|
|
69
|
+
export type StatsChunkGroup = KnownStatsChunkGroup & Record<string, any>;
|
|
70
|
+
export type KnownStatsAsset = {
|
|
71
|
+
type: string;
|
|
72
|
+
name: string;
|
|
73
|
+
info: AssetInfo;
|
|
74
|
+
size: number;
|
|
75
|
+
emitted: boolean;
|
|
76
|
+
cached: boolean;
|
|
77
|
+
related?: StatsAsset[];
|
|
78
|
+
chunkNames?: (string | number)[];
|
|
79
|
+
chunkIdHints?: (string | number)[];
|
|
80
|
+
chunks?: (string | null | undefined)[];
|
|
81
|
+
auxiliaryChunkNames?: (string | number)[];
|
|
82
|
+
auxiliaryChunks?: (string | null | undefined)[];
|
|
83
|
+
auxiliaryChunkIdHints?: (string | number)[];
|
|
84
|
+
filteredRelated?: number;
|
|
85
|
+
isOverSizeLimit?: boolean;
|
|
86
|
+
};
|
|
87
|
+
export type StatsAsset = KnownStatsAsset & Record<string, any>;
|
|
88
|
+
export type StatsChunk = KnownStatsChunk & Record<string, any>;
|
|
89
|
+
export type KnownStatsModule = {
|
|
90
|
+
type: string;
|
|
91
|
+
moduleType: string;
|
|
92
|
+
layer?: string;
|
|
93
|
+
identifier?: string;
|
|
94
|
+
name?: string;
|
|
95
|
+
nameForCondition?: string;
|
|
96
|
+
index?: number;
|
|
97
|
+
index2?: number;
|
|
98
|
+
preOrderIndex?: number;
|
|
99
|
+
postOrderIndex?: number;
|
|
100
|
+
size: number;
|
|
101
|
+
sizes: Record<string, number>;
|
|
102
|
+
cacheable?: boolean;
|
|
103
|
+
built: boolean;
|
|
104
|
+
codeGenerated: boolean;
|
|
105
|
+
buildTimeExecuted: boolean;
|
|
106
|
+
cached: boolean;
|
|
107
|
+
optional?: boolean;
|
|
108
|
+
orphan?: boolean;
|
|
109
|
+
id?: string | number | null;
|
|
110
|
+
issuerId?: string | number | null;
|
|
111
|
+
chunks?: string[];
|
|
112
|
+
assets?: string[];
|
|
113
|
+
dependent?: boolean;
|
|
114
|
+
issuer?: string;
|
|
115
|
+
issuerName?: string;
|
|
116
|
+
issuerPath?: StatsModuleIssuer[];
|
|
117
|
+
failed?: boolean;
|
|
118
|
+
errors?: number;
|
|
119
|
+
warnings?: number;
|
|
120
|
+
profile?: StatsProfile;
|
|
121
|
+
reasons?: StatsModuleReason[];
|
|
122
|
+
usedExports?: boolean | string[] | null;
|
|
123
|
+
providedExports?: string[] | null;
|
|
124
|
+
optimizationBailout?: string[] | null;
|
|
125
|
+
depth?: number;
|
|
126
|
+
modules?: StatsModule[];
|
|
127
|
+
filteredModules?: number;
|
|
128
|
+
source?: string | Buffer;
|
|
129
|
+
};
|
|
130
|
+
export type StatsProfile = KnownStatsProfile & Record<string, any>;
|
|
131
|
+
export type KnownStatsProfile = {
|
|
132
|
+
total: number;
|
|
133
|
+
resolving: number;
|
|
134
|
+
building: number;
|
|
135
|
+
};
|
|
136
|
+
export type StatsModule = KnownStatsModule & Record<string, any>;
|
|
137
|
+
export type KnownStatsModuleIssuer = {
|
|
138
|
+
identifier?: string;
|
|
139
|
+
name?: string;
|
|
140
|
+
id?: string | number | null;
|
|
141
|
+
};
|
|
142
|
+
export type StatsModuleIssuer = KnownStatsModuleIssuer & Record<string, any>;
|
|
143
|
+
export declare enum StatsErrorCode {
|
|
144
|
+
/**
|
|
145
|
+
* Warning generated when either builtin `SwcJsMinimizer` or `LightningcssMinimizer` fails to minify the code.
|
|
146
|
+
*/
|
|
147
|
+
ChunkMinificationError = "ChunkMinificationError",
|
|
148
|
+
/**
|
|
149
|
+
* Warning generated when either builtin `SwcJsMinimizer` or `LightningcssMinimizer` fails to minify the code.
|
|
150
|
+
*/
|
|
151
|
+
ChunkMinificationWarning = "ChunkMinificationWarning",
|
|
152
|
+
/**
|
|
153
|
+
* Error generated when a module is failed to be parsed
|
|
154
|
+
*/
|
|
155
|
+
ModuleParseError = "ModuleParseError",
|
|
156
|
+
/**
|
|
157
|
+
* Warning generated when a module is failed to be parsed
|
|
158
|
+
*/
|
|
159
|
+
ModuleParseWarning = "ModuleParseWarning",
|
|
160
|
+
/**
|
|
161
|
+
* Error generated when a module is failed to be built (i.e being built by a
|
|
162
|
+
* loader)
|
|
163
|
+
*/
|
|
164
|
+
ModuleBuildError = "ModuleBuildError"
|
|
165
|
+
}
|
|
166
|
+
export type KnownStatsError = {
|
|
167
|
+
message: string;
|
|
168
|
+
code?: StatsErrorCode | string;
|
|
169
|
+
chunkName?: string;
|
|
170
|
+
chunkEntry?: boolean;
|
|
171
|
+
chunkInitial?: boolean;
|
|
172
|
+
file?: string;
|
|
173
|
+
moduleIdentifier?: string;
|
|
174
|
+
moduleName?: string;
|
|
175
|
+
loc?: string;
|
|
176
|
+
chunkId?: string | number;
|
|
177
|
+
moduleId?: string | number | null;
|
|
178
|
+
moduleTrace?: StatsModuleTraceItem[];
|
|
179
|
+
details?: any;
|
|
180
|
+
stack?: string;
|
|
181
|
+
};
|
|
182
|
+
export type StatsError = KnownStatsError & Record<string, any>;
|
|
183
|
+
export type StatsModuleTraceItem = {
|
|
184
|
+
originIdentifier?: string;
|
|
185
|
+
originName?: string;
|
|
186
|
+
moduleIdentifier?: string;
|
|
187
|
+
moduleName?: string;
|
|
188
|
+
originId?: string | number | null;
|
|
189
|
+
moduleId?: string | number | null;
|
|
190
|
+
dependencies?: StatsModuleTraceDependency[];
|
|
191
|
+
};
|
|
192
|
+
export type StatsModuleTraceDependency = KnownStatsModuleTraceDependency & Record<string, any>;
|
|
193
|
+
export type KnownStatsModuleTraceDependency = {
|
|
194
|
+
loc: string;
|
|
195
|
+
};
|
|
196
|
+
export type KnownStatsModuleReason = {
|
|
197
|
+
moduleIdentifier?: string;
|
|
198
|
+
module?: string;
|
|
199
|
+
moduleName?: string;
|
|
200
|
+
resolvedModuleIdentifier?: string;
|
|
201
|
+
resolvedModule?: string;
|
|
202
|
+
type?: string;
|
|
203
|
+
active: boolean;
|
|
204
|
+
explanation?: string;
|
|
205
|
+
userRequest?: string;
|
|
206
|
+
loc?: string;
|
|
207
|
+
moduleId?: string | number | null;
|
|
208
|
+
resolvedModuleId?: string | number | null;
|
|
209
|
+
};
|
|
210
|
+
export type StatsModuleReason = KnownStatsModuleReason & Record<string, any>;
|
|
211
|
+
export type KnownStatsChunkOrigin = {
|
|
212
|
+
module: string;
|
|
213
|
+
moduleIdentifier: string;
|
|
214
|
+
moduleName: string;
|
|
215
|
+
loc: string;
|
|
216
|
+
request: string;
|
|
217
|
+
moduleId?: string | number | null;
|
|
218
|
+
};
|
|
219
|
+
export type StatsChunkOrigin = KnownStatsChunkOrigin & Record<string, any>;
|
|
220
|
+
export type KnownStatsCompilation = {
|
|
221
|
+
/**
|
|
222
|
+
* webpack version.
|
|
223
|
+
* this is a hack to be compatible with plugin which detect webpack's version
|
|
224
|
+
*/
|
|
225
|
+
version?: string;
|
|
226
|
+
/** rspack version */
|
|
227
|
+
rspackVersion?: string;
|
|
228
|
+
name?: string;
|
|
229
|
+
hash?: string;
|
|
230
|
+
time?: number;
|
|
231
|
+
builtAt?: number;
|
|
232
|
+
publicPath?: string;
|
|
233
|
+
outputPath?: string;
|
|
234
|
+
assets?: StatsAsset[];
|
|
235
|
+
assetsByChunkName?: Record<string, string[]>;
|
|
236
|
+
chunks?: StatsChunk[];
|
|
237
|
+
modules?: StatsModule[];
|
|
238
|
+
entrypoints?: Record<string, StatsChunkGroup>;
|
|
239
|
+
namedChunkGroups?: Record<string, StatsChunkGroup>;
|
|
240
|
+
errors?: StatsError[];
|
|
241
|
+
errorsCount?: number;
|
|
242
|
+
warnings?: StatsError[];
|
|
243
|
+
warningsCount?: number;
|
|
244
|
+
filteredModules?: number;
|
|
245
|
+
children?: StatsCompilation[];
|
|
246
|
+
logging?: Record<string, StatsLogging>;
|
|
247
|
+
};
|
|
248
|
+
export type StatsCompilation = KnownStatsCompilation & Record<string, any>;
|
|
249
|
+
export type StatsLogging = KnownStatsLogging & Record<string, any>;
|
|
250
|
+
export type KnownStatsLogging = {
|
|
251
|
+
entries: StatsLoggingEntry[];
|
|
252
|
+
filteredEntries: number;
|
|
253
|
+
debug: boolean;
|
|
254
|
+
};
|
|
255
|
+
export type StatsLoggingEntry = KnownStatsLoggingEntry & Record<string, any>;
|
|
256
|
+
export type KnownStatsLoggingEntry = {
|
|
257
|
+
type: string;
|
|
258
|
+
message: string;
|
|
259
|
+
trace?: string[] | undefined;
|
|
260
|
+
children?: StatsLoggingEntry[] | undefined;
|
|
261
|
+
args?: any[] | undefined;
|
|
262
|
+
time?: number | undefined;
|
|
263
|
+
};
|
|
264
|
+
type ExtractorsByOption<T, O> = {
|
|
265
|
+
[x: string]: (object: O, data: T, context: StatsFactoryContext, options: any, factory: StatsFactory) => void;
|
|
266
|
+
};
|
|
267
|
+
export type PreprocessedAsset = binding.JsStatsAsset & {
|
|
268
|
+
type: string;
|
|
269
|
+
related: PreprocessedAsset[];
|
|
270
|
+
info: binding.JsStatsAssetInfo;
|
|
271
|
+
};
|
|
272
|
+
export type SimpleExtractors = {
|
|
273
|
+
compilation: ExtractorsByOption<Compilation, StatsCompilation>;
|
|
274
|
+
asset$visible: ExtractorsByOption<PreprocessedAsset, StatsAsset>;
|
|
275
|
+
asset: ExtractorsByOption<PreprocessedAsset, StatsAsset>;
|
|
276
|
+
chunkGroup: ExtractorsByOption<{
|
|
277
|
+
name: string;
|
|
278
|
+
chunkGroup: binding.JsStatsChunkGroup;
|
|
279
|
+
}, StatsChunkGroup>;
|
|
280
|
+
module: ExtractorsByOption<binding.JsStatsModule, StatsModule>;
|
|
281
|
+
module$visible: ExtractorsByOption<binding.JsStatsModule, StatsModule>;
|
|
282
|
+
moduleIssuer: ExtractorsByOption<binding.JsStatsModuleIssuer, StatsModuleIssuer>;
|
|
283
|
+
profile: ExtractorsByOption<binding.JsStatsModuleProfile, StatsProfile>;
|
|
284
|
+
moduleReason: ExtractorsByOption<binding.JsStatsModuleReason, StatsModuleReason>;
|
|
285
|
+
chunk: ExtractorsByOption<binding.JsStatsChunk, KnownStatsChunk>;
|
|
286
|
+
chunkOrigin: ExtractorsByOption<JsOriginRecord, StatsChunkOrigin>;
|
|
287
|
+
error: ExtractorsByOption<binding.JsStatsError, StatsError>;
|
|
288
|
+
warning: ExtractorsByOption<binding.JsStatsWarning, StatsError>;
|
|
289
|
+
moduleTraceItem: ExtractorsByOption<binding.JsStatsModuleTrace, StatsModuleTraceItem>;
|
|
290
|
+
moduleTraceDependency: ExtractorsByOption<binding.JsStatsModuleTraceDependency, StatsModuleTraceDependency>;
|
|
291
|
+
};
|
|
292
|
+
export declare const iterateConfig: (config: Record<string, Record<string, Function>>, options: StatsOptions, fn: (a1: string, a2: Function) => void) => void;
|
|
293
|
+
type Child = {
|
|
294
|
+
children?: ItemChildren;
|
|
295
|
+
filteredChildren?: number;
|
|
296
|
+
};
|
|
297
|
+
type ItemChildren = Child[];
|
|
298
|
+
export declare const collapse: (children: ItemChildren) => Child[];
|
|
299
|
+
export declare const spaceLimited: (itemsAndGroups: ItemChildren, max: number, filteredChildrenLineReserved?: boolean) => {
|
|
300
|
+
children: any;
|
|
301
|
+
filteredChildren: any;
|
|
302
|
+
};
|
|
303
|
+
export declare const countWithChildren: (compilation: Compilation, getItems: (compilation: Compilation, key: string) => any[]) => number;
|
|
304
|
+
export declare const sortByField: (field: string) => ((a1: Object, a2: Object) => number);
|
|
305
|
+
export declare const assetGroup: (children: StatsAsset[]) => {
|
|
306
|
+
size: number;
|
|
307
|
+
};
|
|
308
|
+
export declare const moduleGroup: (children: {
|
|
309
|
+
size: number;
|
|
310
|
+
sizes: Record<string, number>;
|
|
311
|
+
}[]) => {
|
|
312
|
+
size: number;
|
|
313
|
+
sizes: Record<string, number>;
|
|
314
|
+
};
|
|
315
|
+
export declare const mergeToObject: (items: {
|
|
316
|
+
[key: string]: any;
|
|
317
|
+
name: string;
|
|
318
|
+
}[]) => Object;
|
|
319
|
+
export declare function resolveStatsMillisecond(s: binding.JsStatsMillisecond): number;
|
|
320
|
+
export declare const errorsSpaceLimit: (errors: StatsError[], max: number) => {
|
|
321
|
+
errors: StatsError[];
|
|
322
|
+
filtered: number;
|
|
323
|
+
};
|
|
324
|
+
export declare const warningFromStatsWarning: (warning: binding.JsStatsWarning) => Error;
|
|
325
|
+
export {};
|
package/dist/swc.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { TransformOutput } from "@rspack/binding";
|
|
2
|
+
import type { JsMinifyOptions, Options as TransformOptions } from "../compiled/@swc/types";
|
|
3
|
+
export type { TransformOutput, TransformOptions, JsMinifyOptions };
|
|
4
|
+
export declare function minify(source: string, options?: JsMinifyOptions): Promise<TransformOutput>;
|
|
5
|
+
export declare function transform(source: string, options?: TransformOptions): Promise<TransformOutput>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as binding from "@rspack/binding";
|
|
2
|
+
import type { CreatePartialRegisters } from "./types";
|
|
3
|
+
export declare class CodeGenerationResult {
|
|
4
|
+
#private;
|
|
5
|
+
constructor(result: binding.JsCodegenerationResult);
|
|
6
|
+
get(sourceType: string): string;
|
|
7
|
+
}
|
|
8
|
+
export declare const createCompilationHooksRegisters: CreatePartialRegisters<`Compilation`>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { createHtmlPluginHooksRegisters } from "../builtin-plugin/html-plugin/taps";
|
|
2
|
+
export { createCompilationHooksRegisters } from "./compilation";
|
|
3
|
+
export { createCompilerHooksRegisters } from "./compiler";
|
|
4
|
+
export { createContextModuleFactoryHooksRegisters } from "./contextModuleFactory";
|
|
5
|
+
export { createJavaScriptModulesHooksRegisters } from "./javascriptModules";
|
|
6
|
+
export { createNormalModuleFactoryHooksRegisters } from "./normalModuleFactory";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as binding from "@rspack/binding";
|
|
2
|
+
import type * as liteTapable from "@rspack/lite-tapable";
|
|
3
|
+
import type { Compiler } from "../Compiler";
|
|
4
|
+
type CreateHookMapRegisterTaps = <H extends liteTapable.Hook<any, any, any>>(registerKind: binding.RegisterJsTapKind, getHookMap: () => liteTapable.HookMap<H>, createTap: (queried: liteTapable.QueriedHookMap<H>) => any) => (stages: number[]) => binding.JsTap[];
|
|
5
|
+
type CreateHookRegisterTaps = <T, R, A>(registerKind: binding.RegisterJsTapKind, getHook: () => liteTapable.Hook<T, R, A>, createTap: (queried: liteTapable.QueriedHook<T, R, A>) => any) => (stages: number[]) => binding.JsTap[];
|
|
6
|
+
type RegisterTapKeys<T, L extends string> = T extends keyof binding.RegisterJsTaps ? (T extends L ? T : never) : never;
|
|
7
|
+
type PartialRegisters<L extends string> = {
|
|
8
|
+
[K in RegisterTapKeys<keyof binding.RegisterJsTaps, `register${L}${string}Taps`>]: binding.RegisterJsTaps[K];
|
|
9
|
+
};
|
|
10
|
+
export type CreatePartialRegisters<L extends string> = (getCompiler: () => Compiler, createTap: CreateHookRegisterTaps, createMapTap: CreateHookMapRegisterTaps) => PartialRegisters<L>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export interface ChromeEvent {
|
|
2
|
+
name: string;
|
|
3
|
+
ph?: string;
|
|
4
|
+
cat?: string;
|
|
5
|
+
ts?: number;
|
|
6
|
+
pid?: number | string;
|
|
7
|
+
tid?: number | string;
|
|
8
|
+
id?: number | string;
|
|
9
|
+
args?: {
|
|
10
|
+
[key: string]: any;
|
|
11
|
+
};
|
|
12
|
+
id2?: {
|
|
13
|
+
local?: string;
|
|
14
|
+
global?: string;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export declare class JavaScriptTracer {
|
|
18
|
+
static startTime: number;
|
|
19
|
+
static events: ChromeEvent[];
|
|
20
|
+
static layer: string;
|
|
21
|
+
static output: string;
|
|
22
|
+
static session: import("node:inspector").Session;
|
|
23
|
+
static counter: number;
|
|
24
|
+
static initJavaScriptTrace(layer: string, output: string): Promise<void>;
|
|
25
|
+
static initCpuProfiler(): void;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @param isEnd true means we are at the end of tracing,and can append ']' to close the json
|
|
29
|
+
* @returns
|
|
30
|
+
*/
|
|
31
|
+
static cleanupJavaScriptTrace(): Promise<void>;
|
|
32
|
+
static getTs(): number;
|
|
33
|
+
static getCommonEv(): {
|
|
34
|
+
tid: number;
|
|
35
|
+
pid: number;
|
|
36
|
+
ts: number;
|
|
37
|
+
cat: string;
|
|
38
|
+
};
|
|
39
|
+
static pushEvent(event: ChromeEvent): void;
|
|
40
|
+
static startAsync(events: ChromeEvent): void;
|
|
41
|
+
static endAsync(events: ChromeEvent): void;
|
|
42
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The following code is modified based on
|
|
3
|
+
* https://github.com/webpack/webpack/blob/4b4ca3b/lib/util/ArrayQueue.js
|
|
4
|
+
*
|
|
5
|
+
* MIT Licensed
|
|
6
|
+
* Author Tobias Koppers @sokra
|
|
7
|
+
* Copyright (c) JS Foundation and other contributors
|
|
8
|
+
* https://github.com/webpack/webpack/blob/main/LICENSE
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* @template T
|
|
12
|
+
*/
|
|
13
|
+
declare class ArrayQueue<T> {
|
|
14
|
+
_list: Array<T>;
|
|
15
|
+
_listReversed: Array<T>;
|
|
16
|
+
constructor(items?: T[]);
|
|
17
|
+
/**
|
|
18
|
+
* Returns the number of elements in this queue.
|
|
19
|
+
* @returns {number} The number of elements in this queue.
|
|
20
|
+
*/
|
|
21
|
+
get length(): number;
|
|
22
|
+
/**
|
|
23
|
+
* Empties the queue.
|
|
24
|
+
*/
|
|
25
|
+
clear(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Appends the specified element to this queue.
|
|
28
|
+
* @param {T} item The element to add.
|
|
29
|
+
* @returns {void}
|
|
30
|
+
*/
|
|
31
|
+
enqueue(item: T): void;
|
|
32
|
+
/**
|
|
33
|
+
* Retrieves and removes the head of this queue.
|
|
34
|
+
* @returns {T | undefined} The head of the queue of `undefined` if this queue is empty.
|
|
35
|
+
*/
|
|
36
|
+
dequeue(): T | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Finds and removes an item
|
|
39
|
+
* @param {T} item the item
|
|
40
|
+
* @returns {void}
|
|
41
|
+
*/
|
|
42
|
+
delete(item: T): void;
|
|
43
|
+
[Symbol.iterator](): Generator<T, void, unknown>;
|
|
44
|
+
}
|
|
45
|
+
export default ArrayQueue;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type TaskCallback<Ret> = (err: Error | null, ret: Ret | null) => void;
|
|
2
|
+
export declare class AsyncTask<Param, Ret> {
|
|
3
|
+
#private;
|
|
4
|
+
constructor(task: (param: Param[], callback: (results: [Error | null, Ret | null][]) => void) => void);
|
|
5
|
+
exec(param: Param, callback: TaskCallback<Ret>): void;
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The following code is modified based on
|
|
3
|
+
* https://github.com/webpack/webpack/tree/4b4ca3bb53f36a5b8fc6bc1bd976ed7af161bd80/lib/util
|
|
4
|
+
*
|
|
5
|
+
* MIT Licensed
|
|
6
|
+
* Author Tobias Koppers @sokra
|
|
7
|
+
* Copyright (c) JS Foundation and other contributors
|
|
8
|
+
* https://github.com/webpack/webpack/blob/main/LICENSE
|
|
9
|
+
*/
|
|
10
|
+
export declare const formatSize: (size: unknown) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function assertNotNill(value: unknown): asserts value;
|