@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,75 @@
|
|
|
1
|
+
/*
|
|
2
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
3
|
+
Author Tobias Koppers @sokra
|
|
4
|
+
*/
|
|
5
|
+
/* globals __webpack_hash__ */
|
|
6
|
+
if (module.hot) {
|
|
7
|
+
/** @type {undefined|string} */
|
|
8
|
+
var lastHash;
|
|
9
|
+
var upToDate = function upToDate() {
|
|
10
|
+
return /** @type {string} */ (lastHash).indexOf(__webpack_hash__) >= 0;
|
|
11
|
+
};
|
|
12
|
+
var log = require("./log");
|
|
13
|
+
var check = function check() {
|
|
14
|
+
module.hot
|
|
15
|
+
.check(true)
|
|
16
|
+
.then(function (updatedModules) {
|
|
17
|
+
if (!updatedModules) {
|
|
18
|
+
log(
|
|
19
|
+
"warning",
|
|
20
|
+
"[HMR] Cannot find update. " +
|
|
21
|
+
(typeof window !== "undefined"
|
|
22
|
+
? "Need to do a full reload!"
|
|
23
|
+
: "Please reload manually!")
|
|
24
|
+
);
|
|
25
|
+
log(
|
|
26
|
+
"warning",
|
|
27
|
+
"[HMR] (Probably because of restarting the webpack-dev-server)"
|
|
28
|
+
);
|
|
29
|
+
if (typeof window !== "undefined") {
|
|
30
|
+
window.location.reload();
|
|
31
|
+
}
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (!upToDate()) {
|
|
36
|
+
check();
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
require("./log-apply-result")(updatedModules, updatedModules);
|
|
40
|
+
|
|
41
|
+
if (upToDate()) {
|
|
42
|
+
log("info", "[HMR] App is up to date.");
|
|
43
|
+
}
|
|
44
|
+
})
|
|
45
|
+
.catch(function (err) {
|
|
46
|
+
var status = module.hot.status();
|
|
47
|
+
if (["abort", "fail"].indexOf(status) >= 0) {
|
|
48
|
+
log(
|
|
49
|
+
"warning",
|
|
50
|
+
"[HMR] Cannot apply update. " +
|
|
51
|
+
(typeof window !== "undefined"
|
|
52
|
+
? "Need to do a full reload!"
|
|
53
|
+
: "Please reload manually!")
|
|
54
|
+
);
|
|
55
|
+
log("warning", "[HMR] " + log.formatError(err));
|
|
56
|
+
if (typeof window !== "undefined") {
|
|
57
|
+
window.location.reload();
|
|
58
|
+
}
|
|
59
|
+
} else {
|
|
60
|
+
log("warning", "[HMR] Update failed: " + log.formatError(err));
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
};
|
|
64
|
+
var hotEmitter = require("./emitter");
|
|
65
|
+
hotEmitter.on("webpackHotUpdate", function (currentHash) {
|
|
66
|
+
lastHash = currentHash;
|
|
67
|
+
if (!upToDate() && module.hot.status() === "idle") {
|
|
68
|
+
log("info", "[HMR] Checking for updates on the server...");
|
|
69
|
+
check();
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
log("info", "[HMR] Waiting for update signal from WDS...");
|
|
73
|
+
} else {
|
|
74
|
+
throw new Error("[HMR] Hot Module Replacement is disabled.");
|
|
75
|
+
}
|
package/hot/emitter.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
function EventEmitter() {
|
|
2
|
+
this.events = {};
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
EventEmitter.prototype.on = function (eventName, callback) {
|
|
6
|
+
if (!this.events[eventName]) {
|
|
7
|
+
this.events[eventName] = [];
|
|
8
|
+
}
|
|
9
|
+
this.events[eventName].push(callback);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
EventEmitter.prototype.emit = function (eventName) {
|
|
13
|
+
var args = Array.prototype.slice.call(arguments, 1);
|
|
14
|
+
if (this.events[eventName]) {
|
|
15
|
+
this.events[eventName].forEach(function (callback) {
|
|
16
|
+
callback.apply(null, args);
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
module.exports = new EventEmitter();
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* global __resourceQuery */
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
|
|
5
|
+
var urlBase = decodeURIComponent(__resourceQuery.slice(1));
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @param {{ data: string, onError: (err: Error) => void, active: boolean, module: module }} options options
|
|
9
|
+
* @returns {() => void} function to destroy response
|
|
10
|
+
*/
|
|
11
|
+
exports.keepAlive = function (options) {
|
|
12
|
+
var data = options.data;
|
|
13
|
+
var onError = options.onError;
|
|
14
|
+
var active = options.active;
|
|
15
|
+
var module = options.module;
|
|
16
|
+
/** @type {import("http").IncomingMessage} */
|
|
17
|
+
var response;
|
|
18
|
+
var request = (
|
|
19
|
+
urlBase.startsWith("https") ? require("https") : require("http")
|
|
20
|
+
).request(
|
|
21
|
+
urlBase + data,
|
|
22
|
+
{
|
|
23
|
+
agent: false,
|
|
24
|
+
headers: { accept: "text/event-stream" }
|
|
25
|
+
},
|
|
26
|
+
function (res) {
|
|
27
|
+
response = res;
|
|
28
|
+
response.on("error", errorHandler);
|
|
29
|
+
if (!active && !module.hot) {
|
|
30
|
+
console.log(
|
|
31
|
+
"Hot Module Replacement is not enabled. Waiting for process restart..."
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @param {Error} err error
|
|
39
|
+
*/
|
|
40
|
+
function errorHandler(err) {
|
|
41
|
+
err.message =
|
|
42
|
+
"Problem communicating active modules to the server" +
|
|
43
|
+
(err.message ? ": " + err.message : "") +
|
|
44
|
+
"\nRequest: " +
|
|
45
|
+
urlBase +
|
|
46
|
+
data;
|
|
47
|
+
onError(err);
|
|
48
|
+
}
|
|
49
|
+
request.on("error", errorHandler);
|
|
50
|
+
request.end();
|
|
51
|
+
return function () {
|
|
52
|
+
response.destroy();
|
|
53
|
+
};
|
|
54
|
+
};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/* global __resourceQuery */
|
|
2
|
+
|
|
3
|
+
"use strict";
|
|
4
|
+
|
|
5
|
+
if (typeof EventSource !== "function") {
|
|
6
|
+
throw new Error(
|
|
7
|
+
"Environment doesn't support lazy compilation (requires EventSource)"
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
var urlBase = decodeURIComponent(__resourceQuery.slice(1));
|
|
12
|
+
/** @type {EventSource | undefined} */
|
|
13
|
+
var activeEventSource;
|
|
14
|
+
var activeKeys = new Map();
|
|
15
|
+
var errorHandlers = new Set();
|
|
16
|
+
|
|
17
|
+
var updateEventSource = function updateEventSource() {
|
|
18
|
+
if (activeEventSource) activeEventSource.close();
|
|
19
|
+
if (activeKeys.size) {
|
|
20
|
+
activeEventSource = new EventSource(
|
|
21
|
+
urlBase + Array.from(activeKeys.keys()).join("@")
|
|
22
|
+
);
|
|
23
|
+
/**
|
|
24
|
+
* @this {EventSource}
|
|
25
|
+
* @param {Event & { message?: string, filename?: string, lineno?: number, colno?: number, error?: Error }} event event
|
|
26
|
+
*/
|
|
27
|
+
activeEventSource.onerror = function (event) {
|
|
28
|
+
errorHandlers.forEach(function (onError) {
|
|
29
|
+
onError(
|
|
30
|
+
new Error(
|
|
31
|
+
"Problem communicating active modules to the server" +
|
|
32
|
+
(event.message ? `: ${event.message} ` : "") +
|
|
33
|
+
(event.filename ? `: ${event.filename} ` : "") +
|
|
34
|
+
(event.lineno ? `: ${event.lineno} ` : "") +
|
|
35
|
+
(event.colno ? `: ${event.colno} ` : "") +
|
|
36
|
+
(event.error ? `: ${event.error}` : "")
|
|
37
|
+
)
|
|
38
|
+
);
|
|
39
|
+
});
|
|
40
|
+
};
|
|
41
|
+
} else {
|
|
42
|
+
activeEventSource = undefined;
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @param {{ data: string, onError: (err: Error) => void, active: boolean, module: module }} options options
|
|
48
|
+
* @returns {() => void} function to destroy response
|
|
49
|
+
*/
|
|
50
|
+
exports.keepAlive = function (options) {
|
|
51
|
+
var data = options.data;
|
|
52
|
+
var onError = options.onError;
|
|
53
|
+
var active = options.active;
|
|
54
|
+
var module = options.module;
|
|
55
|
+
errorHandlers.add(onError);
|
|
56
|
+
var value = activeKeys.get(data) || 0;
|
|
57
|
+
activeKeys.set(data, value + 1);
|
|
58
|
+
if (value === 0) {
|
|
59
|
+
updateEventSource();
|
|
60
|
+
}
|
|
61
|
+
if (!active && !module.hot) {
|
|
62
|
+
console.log(
|
|
63
|
+
"Hot Module Replacement is not enabled. Waiting for process restart..."
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
return function () {
|
|
68
|
+
errorHandlers.delete(onError);
|
|
69
|
+
setTimeout(function () {
|
|
70
|
+
var value = activeKeys.get(data);
|
|
71
|
+
if (value === 1) {
|
|
72
|
+
activeKeys.delete(data);
|
|
73
|
+
updateEventSource();
|
|
74
|
+
} else {
|
|
75
|
+
activeKeys.set(data, value - 1);
|
|
76
|
+
}
|
|
77
|
+
}, 1000);
|
|
78
|
+
};
|
|
79
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*
|
|
2
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
3
|
+
Author Tobias Koppers @sokra
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @param {(string | number)[]} updatedModules updated modules
|
|
8
|
+
* @param {(string | number)[] | null} renewedModules renewed modules
|
|
9
|
+
*/
|
|
10
|
+
module.exports = function (updatedModules, renewedModules) {
|
|
11
|
+
var unacceptedModules = updatedModules.filter(function (moduleId) {
|
|
12
|
+
return renewedModules && renewedModules.indexOf(moduleId) < 0;
|
|
13
|
+
});
|
|
14
|
+
var log = require("./log");
|
|
15
|
+
|
|
16
|
+
if (unacceptedModules.length > 0) {
|
|
17
|
+
log(
|
|
18
|
+
"warning",
|
|
19
|
+
"[HMR] The following modules couldn't be hot updated: (They would need a full reload!)"
|
|
20
|
+
);
|
|
21
|
+
unacceptedModules.forEach(function (moduleId) {
|
|
22
|
+
log("warning", "[HMR] - " + moduleId);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
if (!renewedModules || renewedModules.length === 0) {
|
|
27
|
+
log("info", "[HMR] Nothing hot updated.");
|
|
28
|
+
} else {
|
|
29
|
+
log("info", "[HMR] Updated modules:");
|
|
30
|
+
renewedModules.forEach(function (moduleId) {
|
|
31
|
+
if (typeof moduleId === "string" && moduleId.indexOf("!") !== -1) {
|
|
32
|
+
var parts = moduleId.split("!");
|
|
33
|
+
log.groupCollapsed("info", "[HMR] - " + parts.pop());
|
|
34
|
+
log("info", "[HMR] - " + moduleId);
|
|
35
|
+
log.groupEnd("info");
|
|
36
|
+
} else {
|
|
37
|
+
log("info", "[HMR] - " + moduleId);
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
var numberIds = renewedModules.every(function (moduleId) {
|
|
41
|
+
return typeof moduleId === "number";
|
|
42
|
+
});
|
|
43
|
+
if (numberIds)
|
|
44
|
+
log(
|
|
45
|
+
"info",
|
|
46
|
+
'[HMR] Consider using the optimization.moduleIds: "named" for module names.'
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
};
|
package/hot/log.js
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/** @typedef {"info" | "warning" | "error"} LogLevel */
|
|
2
|
+
|
|
3
|
+
/** @type {LogLevel} */
|
|
4
|
+
var logLevel = "info";
|
|
5
|
+
|
|
6
|
+
function dummy() {}
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* @param {LogLevel} level log level
|
|
10
|
+
* @returns {boolean} true, if should log
|
|
11
|
+
*/
|
|
12
|
+
function shouldLog(level) {
|
|
13
|
+
var shouldLog =
|
|
14
|
+
(logLevel === "info" && level === "info") ||
|
|
15
|
+
(["info", "warning"].indexOf(logLevel) >= 0 && level === "warning") ||
|
|
16
|
+
(["info", "warning", "error"].indexOf(logLevel) >= 0 && level === "error");
|
|
17
|
+
return shouldLog;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @param {(msg?: string) => void} logFn log function
|
|
22
|
+
* @returns {(level: LogLevel, msg?: string) => void} function that logs when log level is sufficient
|
|
23
|
+
*/
|
|
24
|
+
function logGroup(logFn) {
|
|
25
|
+
return function (level, msg) {
|
|
26
|
+
if (shouldLog(level)) {
|
|
27
|
+
logFn(msg);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @param {LogLevel} level log level
|
|
34
|
+
* @param {string|Error} msg message
|
|
35
|
+
*/
|
|
36
|
+
module.exports = function (level, msg) {
|
|
37
|
+
if (shouldLog(level)) {
|
|
38
|
+
if (level === "info") {
|
|
39
|
+
console.log(msg);
|
|
40
|
+
} else if (level === "warning") {
|
|
41
|
+
console.warn(msg);
|
|
42
|
+
} else if (level === "error") {
|
|
43
|
+
console.error(msg);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
var group = console.group || dummy;
|
|
49
|
+
var groupCollapsed = console.groupCollapsed || dummy;
|
|
50
|
+
var groupEnd = console.groupEnd || dummy;
|
|
51
|
+
|
|
52
|
+
module.exports.group = logGroup(group);
|
|
53
|
+
|
|
54
|
+
module.exports.groupCollapsed = logGroup(groupCollapsed);
|
|
55
|
+
|
|
56
|
+
module.exports.groupEnd = logGroup(groupEnd);
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @param {LogLevel} level log level
|
|
60
|
+
*/
|
|
61
|
+
module.exports.setLogLevel = function (level) {
|
|
62
|
+
logLevel = level;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @param {Error} err error
|
|
67
|
+
* @returns {string} formatted error
|
|
68
|
+
*/
|
|
69
|
+
module.exports.formatError = function (err) {
|
|
70
|
+
var message = err.message;
|
|
71
|
+
var stack = err.stack;
|
|
72
|
+
if (!stack) {
|
|
73
|
+
return message;
|
|
74
|
+
} else if (stack.indexOf(message) < 0) {
|
|
75
|
+
return message + "\n" + stack;
|
|
76
|
+
} else {
|
|
77
|
+
return stack;
|
|
78
|
+
}
|
|
79
|
+
};
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/*
|
|
2
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
3
|
+
Author Tobias Koppers @sokra
|
|
4
|
+
*/
|
|
5
|
+
/*globals __webpack_hash__ */
|
|
6
|
+
if (module.hot) {
|
|
7
|
+
/** @type {undefined|string} */
|
|
8
|
+
var lastHash;
|
|
9
|
+
var upToDate = function upToDate() {
|
|
10
|
+
return /** @type {string} */ (lastHash).indexOf(__webpack_hash__) >= 0;
|
|
11
|
+
};
|
|
12
|
+
var log = require("./log");
|
|
13
|
+
var check = function check() {
|
|
14
|
+
module.hot
|
|
15
|
+
.check()
|
|
16
|
+
.then(function (updatedModules) {
|
|
17
|
+
if (!updatedModules) {
|
|
18
|
+
log("warning", "[HMR] Cannot find update. Need to do a full reload!");
|
|
19
|
+
log(
|
|
20
|
+
"warning",
|
|
21
|
+
"[HMR] (Probably because of restarting the webpack-dev-server)"
|
|
22
|
+
);
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
return module.hot
|
|
27
|
+
.apply({
|
|
28
|
+
ignoreUnaccepted: true,
|
|
29
|
+
ignoreDeclined: true,
|
|
30
|
+
ignoreErrored: true,
|
|
31
|
+
onUnaccepted: function (data) {
|
|
32
|
+
log(
|
|
33
|
+
"warning",
|
|
34
|
+
"Ignored an update to unaccepted module " +
|
|
35
|
+
data.chain.join(" -> ")
|
|
36
|
+
);
|
|
37
|
+
},
|
|
38
|
+
onDeclined: function (data) {
|
|
39
|
+
log(
|
|
40
|
+
"warning",
|
|
41
|
+
"Ignored an update to declined module " +
|
|
42
|
+
data.chain.join(" -> ")
|
|
43
|
+
);
|
|
44
|
+
},
|
|
45
|
+
onErrored: function (data) {
|
|
46
|
+
log("error", data.error);
|
|
47
|
+
log(
|
|
48
|
+
"warning",
|
|
49
|
+
"Ignored an error while updating module " +
|
|
50
|
+
data.moduleId +
|
|
51
|
+
" (" +
|
|
52
|
+
data.type +
|
|
53
|
+
")"
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
})
|
|
57
|
+
.then(function (renewedModules) {
|
|
58
|
+
if (!upToDate()) {
|
|
59
|
+
check();
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
require("./log-apply-result")(updatedModules, renewedModules);
|
|
63
|
+
|
|
64
|
+
if (upToDate()) {
|
|
65
|
+
log("info", "[HMR] App is up to date.");
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
})
|
|
69
|
+
.catch(function (err) {
|
|
70
|
+
var status = module.hot.status();
|
|
71
|
+
if (["abort", "fail"].indexOf(status) >= 0) {
|
|
72
|
+
log(
|
|
73
|
+
"warning",
|
|
74
|
+
"[HMR] Cannot check for update. Need to do a full reload!"
|
|
75
|
+
);
|
|
76
|
+
log("warning", "[HMR] " + log.formatError(err));
|
|
77
|
+
} else {
|
|
78
|
+
log("warning", "[HMR] Update check failed: " + log.formatError(err));
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
};
|
|
82
|
+
var hotEmitter = require("./emitter");
|
|
83
|
+
hotEmitter.on("webpackHotUpdate", function (currentHash) {
|
|
84
|
+
lastHash = currentHash;
|
|
85
|
+
if (!upToDate()) {
|
|
86
|
+
var status = module.hot.status();
|
|
87
|
+
if (status === "idle") {
|
|
88
|
+
log("info", "[HMR] Checking for updates on the server...");
|
|
89
|
+
check();
|
|
90
|
+
} else if (["abort", "fail"].indexOf(status) >= 0) {
|
|
91
|
+
log(
|
|
92
|
+
"warning",
|
|
93
|
+
"[HMR] Cannot apply update as a previous update " +
|
|
94
|
+
status +
|
|
95
|
+
"ed. Need to do a full reload!"
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
log("info", "[HMR] Waiting for update signal from WDS...");
|
|
101
|
+
} else {
|
|
102
|
+
throw new Error("[HMR] Hot Module Replacement is disabled.");
|
|
103
|
+
}
|
package/hot/poll.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
3
|
+
Author Tobias Koppers @sokra
|
|
4
|
+
*/
|
|
5
|
+
/*globals __resourceQuery */
|
|
6
|
+
if (module.hot) {
|
|
7
|
+
var hotPollInterval = +__resourceQuery.slice(1) || 10 * 60 * 1000;
|
|
8
|
+
var log = require("./log");
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @param {boolean=} fromUpdate true when called from update
|
|
12
|
+
*/
|
|
13
|
+
var checkForUpdate = function checkForUpdate(fromUpdate) {
|
|
14
|
+
if (module.hot.status() === "idle") {
|
|
15
|
+
module.hot
|
|
16
|
+
.check(true)
|
|
17
|
+
.then(function (updatedModules) {
|
|
18
|
+
if (!updatedModules) {
|
|
19
|
+
if (fromUpdate) log("info", "[HMR] Update applied.");
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
require("./log-apply-result")(updatedModules, updatedModules);
|
|
23
|
+
checkForUpdate(true);
|
|
24
|
+
})
|
|
25
|
+
.catch(function (err) {
|
|
26
|
+
var status = module.hot.status();
|
|
27
|
+
if (["abort", "fail"].indexOf(status) >= 0) {
|
|
28
|
+
log("warning", "[HMR] Cannot apply update.");
|
|
29
|
+
log("warning", "[HMR] " + log.formatError(err));
|
|
30
|
+
log("warning", "[HMR] You need to restart the application!");
|
|
31
|
+
} else {
|
|
32
|
+
log("warning", "[HMR] Update failed: " + log.formatError(err));
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
setInterval(checkForUpdate, hotPollInterval);
|
|
38
|
+
} else {
|
|
39
|
+
throw new Error("[HMR] Hot Module Replacement is disabled.");
|
|
40
|
+
}
|
package/hot/signal.js
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/*
|
|
2
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
3
|
+
Author Tobias Koppers @sokra
|
|
4
|
+
*/
|
|
5
|
+
/*globals __resourceQuery */
|
|
6
|
+
if (module.hot) {
|
|
7
|
+
var log = require("./log");
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @param {boolean=} fromUpdate true when called from update
|
|
11
|
+
*/
|
|
12
|
+
var checkForUpdate = function checkForUpdate(fromUpdate) {
|
|
13
|
+
module.hot
|
|
14
|
+
.check()
|
|
15
|
+
.then(function (updatedModules) {
|
|
16
|
+
if (!updatedModules) {
|
|
17
|
+
if (fromUpdate) log("info", "[HMR] Update applied.");
|
|
18
|
+
else log("warning", "[HMR] Cannot find update.");
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
return module.hot
|
|
23
|
+
.apply({
|
|
24
|
+
ignoreUnaccepted: true,
|
|
25
|
+
onUnaccepted: function (data) {
|
|
26
|
+
log(
|
|
27
|
+
"warning",
|
|
28
|
+
"Ignored an update to unaccepted module " +
|
|
29
|
+
data.chain.join(" -> ")
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
})
|
|
33
|
+
.then(function (renewedModules) {
|
|
34
|
+
require("./log-apply-result")(updatedModules, renewedModules);
|
|
35
|
+
|
|
36
|
+
checkForUpdate(true);
|
|
37
|
+
return null;
|
|
38
|
+
});
|
|
39
|
+
})
|
|
40
|
+
.catch(function (err) {
|
|
41
|
+
var status = module.hot.status();
|
|
42
|
+
if (["abort", "fail"].indexOf(status) >= 0) {
|
|
43
|
+
log("warning", "[HMR] Cannot apply update.");
|
|
44
|
+
log("warning", "[HMR] " + log.formatError(err));
|
|
45
|
+
log("warning", "[HMR] You need to restart the application!");
|
|
46
|
+
} else {
|
|
47
|
+
log("warning", "[HMR] Update failed: " + (err.stack || err.message));
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
process.on(__resourceQuery.slice(1) || "SIGUSR2", function () {
|
|
53
|
+
if (module.hot.status() !== "idle") {
|
|
54
|
+
log(
|
|
55
|
+
"warning",
|
|
56
|
+
"[HMR] Got signal but currently in " + module.hot.status() + " state."
|
|
57
|
+
);
|
|
58
|
+
log("warning", "[HMR] Need to be in idle state to start hot update.");
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
checkForUpdate();
|
|
63
|
+
});
|
|
64
|
+
} else {
|
|
65
|
+
throw new Error("[HMR] Hot Module Replacement is disabled.");
|
|
66
|
+
}
|