@rspack-debug/browser 0.0.0-alpha.0 → 1.6.2
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/dist/BuildInfo.d.ts +17 -0
- package/dist/Chunk.d.ts +16 -0
- package/dist/ChunkGraph.d.ts +9 -0
- package/dist/Chunks.d.ts +12 -0
- package/dist/CodeGenerationResults.d.ts +1 -0
- package/dist/Compilation.d.ts +417 -0
- package/dist/Compiler.d.ts +223 -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 +2 -0
- package/dist/ErrorHelpers.d.ts +3 -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 +54 -0
- package/dist/FileSystemInfo.d.ts +5 -0
- package/dist/Module.d.ts +42 -0
- package/dist/ModuleGraph.d.ts +19 -0
- package/dist/ModuleTypeConstants.d.ts +8 -0
- package/dist/MultiCompiler.d.ts +82 -0
- package/dist/MultiStats.d.ts +23 -0
- package/dist/MultiWatching.d.ts +27 -0
- package/dist/NativeWatchFileSystem.d.ts +23 -0
- package/dist/NormalModule.d.ts +15 -0
- package/dist/NormalModuleFactory.d.ts +23 -0
- package/dist/Resolver.d.ts +30 -0
- package/dist/ResolverFactory.d.ts +17 -0
- package/dist/RspackError.d.ts +12 -0
- package/dist/RuleSetCompiler.d.ts +9 -0
- package/dist/RuntimeGlobals.d.ts +328 -0
- package/dist/RuntimeModule.d.ts +32 -0
- package/dist/Stats.d.ts +17 -0
- package/dist/Template.d.ts +77 -0
- package/dist/VirtualModulesPlugin.d.ts +12 -0
- package/dist/Watching.d.ts +56 -0
- package/dist/binding.d.ts +8 -0
- package/dist/browser/BrowserHttpImportEsmPlugin.d.ts +48 -0
- package/dist/browser/BrowserRequirePlugin.d.ts +38 -0
- package/dist/browser/buffer.d.ts +1 -0
- package/dist/browser/fs.d.ts +13 -0
- package/dist/browser/index.d.ts +11 -0
- package/dist/browser/service.d.ts +25 -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/collectTypeScriptInfo.d.ts +21 -0
- package/dist/builtin-loader/swc/index.d.ts +5 -0
- package/dist/builtin-loader/swc/pluginImport.d.ts +33 -0
- package/dist/builtin-loader/swc/types.d.ts +83 -0
- package/dist/builtin-plugin/APIPlugin.d.ts +9 -0
- package/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts +9 -0
- package/dist/builtin-plugin/AssetModulesPlugin.d.ts +9 -0
- package/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts +9 -0
- package/dist/builtin-plugin/BannerPlugin.d.ts +40 -0
- package/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts +14 -0
- package/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts +9 -0
- package/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts +59 -0
- package/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts +9 -0
- package/dist/builtin-plugin/ContextReplacementPlugin.d.ts +9 -0
- package/dist/builtin-plugin/CopyRspackPlugin.d.ts +14 -0
- package/dist/builtin-plugin/CssChunkingPlugin.d.ts +21 -0
- package/dist/builtin-plugin/CssModulesPlugin.d.ts +9 -0
- package/dist/builtin-plugin/DataUriPlugin.d.ts +9 -0
- package/dist/builtin-plugin/DefinePlugin.d.ts +16 -0
- package/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts +7 -0
- package/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts +7 -0
- package/dist/builtin-plugin/DllEntryPlugin.d.ts +12 -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 +9 -0
- package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +25 -0
- package/dist/builtin-plugin/EnableLibraryPlugin.d.ts +11 -0
- package/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts +9 -0
- package/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts +9 -0
- package/dist/builtin-plugin/EntryPlugin.d.ts +32 -0
- package/dist/builtin-plugin/EsmLibraryPlugin.d.ts +11 -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 +12 -0
- package/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts +9 -0
- package/dist/builtin-plugin/FileUriPlugin.d.ts +9 -0
- package/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts +9 -0
- package/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts +9 -0
- package/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts +9 -0
- package/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts +7 -0
- package/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts +9 -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 +9 -0
- package/dist/builtin-plugin/InlineExportsPlugin.d.ts +9 -0
- package/dist/builtin-plugin/JavascriptModulesPlugin.d.ts +15 -0
- package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +10 -0
- package/dist/builtin-plugin/JsonModulesPlugin.d.ts +9 -0
- package/dist/builtin-plugin/LibManifestPlugin.d.ts +17 -0
- package/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts +32 -0
- package/dist/builtin-plugin/LimitChunkCountPlugin.d.ts +14 -0
- package/dist/builtin-plugin/MangleExportsPlugin.d.ts +9 -0
- package/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts +9 -0
- package/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts +9 -0
- package/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts +7 -0
- package/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts +9 -0
- package/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts +9 -0
- package/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts +9 -0
- package/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts +7 -0
- package/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts +7 -0
- package/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts +9 -0
- package/dist/builtin-plugin/NodeTargetPlugin.d.ts +9 -0
- package/dist/builtin-plugin/NormalModuleReplacementPlugin.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 +10 -0
- package/dist/builtin-plugin/RealContentHashPlugin.d.ts +9 -0
- package/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts +9 -0
- package/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts +9 -0
- package/dist/builtin-plugin/RsdoctorPlugin.d.ts +49 -0
- package/dist/builtin-plugin/RslibPlugin.d.ts +11 -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 +9 -0
- package/dist/builtin-plugin/SizeLimitsPlugin.d.ts +19 -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 +39 -0
- package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +215 -0
- package/dist/builtin-plugin/URLPlugin.d.ts +9 -0
- package/dist/builtin-plugin/WarnCaseSensitiveModulesPlugin.d.ts +9 -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 +45 -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 +82 -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 +84 -0
- package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +10 -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 +391 -0
- package/dist/config/browserslistTargetHandler.d.ts +15 -0
- package/dist/config/defaults.d.ts +4 -0
- package/dist/config/devServer.d.ts +206 -0
- package/dist/config/index.d.ts +5 -0
- package/dist/config/normalization.d.ts +169 -0
- package/dist/config/target.d.ts +89 -0
- package/dist/config/types.d.ts +2383 -0
- package/dist/container/ContainerPlugin.d.ts +40 -0
- package/dist/container/ContainerReferencePlugin.d.ts +33 -0
- package/dist/container/ModuleFederationManifestPlugin.d.ts +37 -0
- package/dist/container/ModuleFederationPlugin.d.ts +15 -0
- package/dist/container/ModuleFederationPluginV1.d.ts +22 -0
- package/dist/container/ModuleFederationRuntimePlugin.d.ts +12 -0
- package/dist/container/index.d.ts +4 -0
- package/dist/container/options.d.ts +3 -0
- package/dist/error/ConcurrentCompilationError.d.ts +14 -0
- package/dist/exports.d.ts +166 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.mjs +66931 -0
- package/dist/index.mjs.LICENSE.txt +19 -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/WebpackError.d.ts +21 -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/ModuleError.d.ts +13 -0
- package/dist/loader-runner/index.d.ts +34 -0
- package/dist/loader-runner/loadLoader.d.ts +12 -0
- package/dist/loader-runner/service.d.ts +71 -0
- package/dist/loader-runner/utils.d.ts +7 -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/napi-binding.d.ts +3128 -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/rspack.wasi-browser.js +125 -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 +20 -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 +341 -0
- package/dist/swc.d.ts +7 -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 +46 -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 +375 -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 +8 -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 +6 -0
- package/dist/util/validateConfig.d.ts +5 -0
- package/dist/wasi-worker-browser.mjs +23591 -0
- package/dist/wasi-worker-browser.mjs.LICENSE.txt +12 -0
- package/package.json +48 -9
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Compiler } from "..";
|
|
2
|
+
import type { InfrastructureLogging } from "../config";
|
|
3
|
+
export interface NodeEnvironmentPluginOptions {
|
|
4
|
+
infrastructureLogging: InfrastructureLogging;
|
|
5
|
+
}
|
|
6
|
+
export default class NodeEnvironmentPlugin {
|
|
7
|
+
options: NodeEnvironmentPluginOptions;
|
|
8
|
+
constructor(options: NodeEnvironmentPluginOptions);
|
|
9
|
+
apply(compiler: Compiler): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The following code is modified based on
|
|
3
|
+
* https://github.com/webpack/webpack/blob/4b4ca3b/lib/node/NodeTemplatePlugin.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
|
+
import type { Compiler } from "../Compiler";
|
|
11
|
+
export type NodeTemplatePluginOptions = {
|
|
12
|
+
asyncChunkLoading?: boolean;
|
|
13
|
+
};
|
|
14
|
+
export default class NodeTemplatePlugin {
|
|
15
|
+
private _options;
|
|
16
|
+
constructor(_options?: NodeTemplatePluginOptions);
|
|
17
|
+
apply(compiler: Compiler): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The following code is modified based on
|
|
3
|
+
* https://github.com/webpack/webpack/blob/4b4ca3b/lib/node/NodeWatchFileSystem.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
|
+
import type Watchpack from "watchpack";
|
|
11
|
+
import type { FileSystemInfoEntry, InputFileSystem, Watcher, WatchFileSystem } from "../util/fs";
|
|
12
|
+
export default class NodeWatchFileSystem implements WatchFileSystem {
|
|
13
|
+
inputFileSystem: InputFileSystem;
|
|
14
|
+
watcherOptions: Watchpack.WatchOptions;
|
|
15
|
+
watcher?: Watchpack;
|
|
16
|
+
constructor(inputFileSystem: InputFileSystem);
|
|
17
|
+
watch(files: Iterable<string>, directories: Iterable<string>, missing: Iterable<string>, startTime: number, options: Watchpack.WatchOptions, callback: (error: Error | null, fileTimeInfoEntries: Map<string, FileSystemInfoEntry | "ignore">, contextTimeInfoEntries: Map<string, FileSystemInfoEntry | "ignore">, changedFiles: Set<string>, removedFiles: Set<string>) => void, callbackUndelayed: (fileName: string, changeTime: number) => void): Watcher;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The following code is modified based on
|
|
3
|
+
* https://github.com/webpack/webpack/blob/4b4ca3b/lib/node/nodeConsole.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
|
+
import type { LoggerConsole } from "../logging/createConsoleLogger";
|
|
11
|
+
export default function ({ colors, appendOnly, stream }: {
|
|
12
|
+
colors?: boolean;
|
|
13
|
+
appendOnly?: boolean;
|
|
14
|
+
stream: NodeJS.WritableStream;
|
|
15
|
+
}): LoggerConsole;
|
package/dist/rspack.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { Callback } from "@rspack/lite-tapable";
|
|
2
|
+
import { Compiler } from "./Compiler";
|
|
3
|
+
import { type RspackOptions } from "./config";
|
|
4
|
+
import { MultiCompiler, type MultiRspackOptions } from "./MultiCompiler";
|
|
5
|
+
import MultiStats from "./MultiStats";
|
|
6
|
+
import { Stats } from "./Stats";
|
|
7
|
+
declare function createMultiCompiler(options: MultiRspackOptions): MultiCompiler;
|
|
8
|
+
declare function createCompiler(userOptions: RspackOptions): Compiler;
|
|
9
|
+
declare function rspack(options: MultiRspackOptions): MultiCompiler;
|
|
10
|
+
declare function rspack(options: RspackOptions): Compiler;
|
|
11
|
+
declare function rspack(options: MultiRspackOptions | RspackOptions): MultiCompiler | Compiler;
|
|
12
|
+
declare function rspack(options: MultiRspackOptions, callback?: Callback<Error, MultiStats>): null | MultiCompiler;
|
|
13
|
+
declare function rspack(options: RspackOptions, callback?: Callback<Error, Stats>): null | Compiler;
|
|
14
|
+
declare function rspack(options: MultiRspackOptions | RspackOptions, callback?: Callback<Error, MultiStats | Stats>): null | MultiCompiler | Compiler;
|
|
15
|
+
export { createCompiler, createMultiCompiler, MultiStats, rspack, Stats };
|
|
16
|
+
export default rspack;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createOnMessage as __wasmCreateOnMessageForFsProxy,
|
|
3
|
+
getDefaultContext as __emnapiGetDefaultContext,
|
|
4
|
+
instantiateNapiModule as __emnapiInstantiateNapiModule,
|
|
5
|
+
WASI as __WASI,
|
|
6
|
+
} from '@napi-rs/wasm-runtime'
|
|
7
|
+
import { memfs, Buffer } from '@napi-rs/wasm-runtime/fs'
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export const { fs: __fs, vol: __volume } = memfs()
|
|
11
|
+
|
|
12
|
+
const __wasi = new __WASI({
|
|
13
|
+
version: 'preview1',
|
|
14
|
+
fs: __fs,
|
|
15
|
+
preopens: {
|
|
16
|
+
'/': '/',
|
|
17
|
+
},
|
|
18
|
+
})
|
|
19
|
+
|
|
20
|
+
const __wasmUrl = window.RSPACK_WASM_URL || new URL('./rspack.wasm32-wasi.wasm', import.meta.url).href
|
|
21
|
+
const __emnapiContext = __emnapiGetDefaultContext()
|
|
22
|
+
__emnapiContext.feature.Buffer = Buffer
|
|
23
|
+
|
|
24
|
+
const __sharedMemory = new WebAssembly.Memory({
|
|
25
|
+
initial: 16384,
|
|
26
|
+
maximum: 65536,
|
|
27
|
+
shared: true,
|
|
28
|
+
})
|
|
29
|
+
|
|
30
|
+
const __wasmFile = await fetch(__wasmUrl).then((res) => res.arrayBuffer())
|
|
31
|
+
|
|
32
|
+
const {
|
|
33
|
+
instance: __napiInstance,
|
|
34
|
+
module: __wasiModule,
|
|
35
|
+
napiModule: __napiModule,
|
|
36
|
+
} = await __emnapiInstantiateNapiModule(__wasmFile, {
|
|
37
|
+
context: __emnapiContext,
|
|
38
|
+
asyncWorkPoolSize: 4,
|
|
39
|
+
wasi: __wasi,
|
|
40
|
+
onCreateWorker() {
|
|
41
|
+
const worker = new Worker(URL.createObjectURL(new Blob([`importScripts("${new URL('./wasi-worker-browser.mjs', import.meta.url)}")`], { type: 'text/javascript' })), {
|
|
42
|
+
type: 'classic',
|
|
43
|
+
})
|
|
44
|
+
worker.addEventListener('message', __wasmCreateOnMessageForFsProxy(__fs))
|
|
45
|
+
|
|
46
|
+
return worker
|
|
47
|
+
},
|
|
48
|
+
overwriteImports(importObject) {
|
|
49
|
+
importObject.env = {
|
|
50
|
+
...importObject.env,
|
|
51
|
+
...importObject.napi,
|
|
52
|
+
...importObject.emnapi,
|
|
53
|
+
memory: __sharedMemory,
|
|
54
|
+
}
|
|
55
|
+
return importObject
|
|
56
|
+
},
|
|
57
|
+
beforeInit({ instance }) {
|
|
58
|
+
for (const name of Object.keys(instance.exports)) {
|
|
59
|
+
if (name.startsWith('__napi_register__')) {
|
|
60
|
+
instance.exports[name]()
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
})
|
|
65
|
+
export default __napiModule.exports
|
|
66
|
+
export const Assets = __napiModule.exports.Assets
|
|
67
|
+
export const AsyncDependenciesBlock = __napiModule.exports.AsyncDependenciesBlock
|
|
68
|
+
export const Chunk = __napiModule.exports.Chunk
|
|
69
|
+
export const ChunkGraph = __napiModule.exports.ChunkGraph
|
|
70
|
+
export const ChunkGroup = __napiModule.exports.ChunkGroup
|
|
71
|
+
export const Chunks = __napiModule.exports.Chunks
|
|
72
|
+
export const CodeGenerationResult = __napiModule.exports.CodeGenerationResult
|
|
73
|
+
export const CodeGenerationResults = __napiModule.exports.CodeGenerationResults
|
|
74
|
+
export const ConcatenatedModule = __napiModule.exports.ConcatenatedModule
|
|
75
|
+
export const ContextModule = __napiModule.exports.ContextModule
|
|
76
|
+
export const Dependency = __napiModule.exports.Dependency
|
|
77
|
+
export const Diagnostics = __napiModule.exports.Diagnostics
|
|
78
|
+
export const EntryDataDto = __napiModule.exports.EntryDataDto
|
|
79
|
+
export const EntryDataDTO = __napiModule.exports.EntryDataDTO
|
|
80
|
+
export const EntryDependency = __napiModule.exports.EntryDependency
|
|
81
|
+
export const EntryOptionsDto = __napiModule.exports.EntryOptionsDto
|
|
82
|
+
export const EntryOptionsDTO = __napiModule.exports.EntryOptionsDTO
|
|
83
|
+
export const ExternalModule = __napiModule.exports.ExternalModule
|
|
84
|
+
export const JsCompilation = __napiModule.exports.JsCompilation
|
|
85
|
+
export const JsCompiler = __napiModule.exports.JsCompiler
|
|
86
|
+
export const JsContextModuleFactoryAfterResolveData = __napiModule.exports.JsContextModuleFactoryAfterResolveData
|
|
87
|
+
export const JsContextModuleFactoryBeforeResolveData = __napiModule.exports.JsContextModuleFactoryBeforeResolveData
|
|
88
|
+
export const JsDependencies = __napiModule.exports.JsDependencies
|
|
89
|
+
export const JsEntries = __napiModule.exports.JsEntries
|
|
90
|
+
export const JsExportsInfo = __napiModule.exports.JsExportsInfo
|
|
91
|
+
export const JsModuleGraph = __napiModule.exports.JsModuleGraph
|
|
92
|
+
export const JsResolver = __napiModule.exports.JsResolver
|
|
93
|
+
export const JsResolverFactory = __napiModule.exports.JsResolverFactory
|
|
94
|
+
export const JsStats = __napiModule.exports.JsStats
|
|
95
|
+
export const KnownBuildInfo = __napiModule.exports.KnownBuildInfo
|
|
96
|
+
export const Module = __napiModule.exports.Module
|
|
97
|
+
export const ModuleGraphConnection = __napiModule.exports.ModuleGraphConnection
|
|
98
|
+
export const NativeWatcher = __napiModule.exports.NativeWatcher
|
|
99
|
+
export const NativeWatchResult = __napiModule.exports.NativeWatchResult
|
|
100
|
+
export const NormalModule = __napiModule.exports.NormalModule
|
|
101
|
+
export const RawExternalItemFnCtx = __napiModule.exports.RawExternalItemFnCtx
|
|
102
|
+
export const ReadonlyResourceData = __napiModule.exports.ReadonlyResourceData
|
|
103
|
+
export const ResolverFactory = __napiModule.exports.ResolverFactory
|
|
104
|
+
export const Sources = __napiModule.exports.Sources
|
|
105
|
+
export const VirtualFileStore = __napiModule.exports.VirtualFileStore
|
|
106
|
+
export const JsVirtualFileStore = __napiModule.exports.JsVirtualFileStore
|
|
107
|
+
export const async = __napiModule.exports.async
|
|
108
|
+
export const BuiltinPluginName = __napiModule.exports.BuiltinPluginName
|
|
109
|
+
export const cleanupGlobalTrace = __napiModule.exports.cleanupGlobalTrace
|
|
110
|
+
export const EnforceExtension = __napiModule.exports.EnforceExtension
|
|
111
|
+
export const EXPECTED_RSPACK_CORE_VERSION = __napiModule.exports.EXPECTED_RSPACK_CORE_VERSION
|
|
112
|
+
export const formatDiagnostic = __napiModule.exports.formatDiagnostic
|
|
113
|
+
export const JsLoaderState = __napiModule.exports.JsLoaderState
|
|
114
|
+
export const JsRspackSeverity = __napiModule.exports.JsRspackSeverity
|
|
115
|
+
export const loadBrowserslist = __napiModule.exports.loadBrowserslist
|
|
116
|
+
export const minify = __napiModule.exports.minify
|
|
117
|
+
export const minifySync = __napiModule.exports.minifySync
|
|
118
|
+
export const RawJavascriptParserCommonjsExports = __napiModule.exports.RawJavascriptParserCommonjsExports
|
|
119
|
+
export const RawRuleSetConditionType = __napiModule.exports.RawRuleSetConditionType
|
|
120
|
+
export const registerGlobalTrace = __napiModule.exports.registerGlobalTrace
|
|
121
|
+
export const RegisterJsTapKind = __napiModule.exports.RegisterJsTapKind
|
|
122
|
+
export const sync = __napiModule.exports.sync
|
|
123
|
+
export const syncTraceEvent = __napiModule.exports.syncTraceEvent
|
|
124
|
+
export const transform = __napiModule.exports.transform
|
|
125
|
+
export const transformSync = __napiModule.exports.transformSync
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type BuiltinPlugin, BuiltinPluginName } from "../binding";
|
|
2
|
+
import { RspackBuiltinPlugin } from "../builtin-plugin/base";
|
|
3
|
+
import type { Compiler } from "../Compiler";
|
|
4
|
+
export type ConsumeSharedPluginOptions = {
|
|
5
|
+
consumes: Consumes;
|
|
6
|
+
shareScope?: string;
|
|
7
|
+
enhanced?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export type Consumes = (ConsumesItem | ConsumesObject)[] | ConsumesObject;
|
|
10
|
+
export type ConsumesItem = string;
|
|
11
|
+
export type ConsumesObject = {
|
|
12
|
+
[k: string]: ConsumesConfig | ConsumesItem;
|
|
13
|
+
};
|
|
14
|
+
export type ConsumesConfig = {
|
|
15
|
+
eager?: boolean;
|
|
16
|
+
import?: false | ConsumesItem;
|
|
17
|
+
packageName?: string;
|
|
18
|
+
requiredVersion?: false | string;
|
|
19
|
+
shareKey?: string;
|
|
20
|
+
shareScope?: string;
|
|
21
|
+
singleton?: boolean;
|
|
22
|
+
strictVersion?: boolean;
|
|
23
|
+
};
|
|
24
|
+
export declare class ConsumeSharedPlugin extends RspackBuiltinPlugin {
|
|
25
|
+
name: BuiltinPluginName;
|
|
26
|
+
_options: {
|
|
27
|
+
consumes: [string, {
|
|
28
|
+
import: string | undefined;
|
|
29
|
+
shareScope: string;
|
|
30
|
+
shareKey: string;
|
|
31
|
+
requiredVersion: string | false | undefined;
|
|
32
|
+
strictVersion: boolean;
|
|
33
|
+
packageName: string | undefined;
|
|
34
|
+
singleton: boolean;
|
|
35
|
+
eager: boolean;
|
|
36
|
+
}][];
|
|
37
|
+
enhanced: boolean;
|
|
38
|
+
};
|
|
39
|
+
constructor(options: ConsumeSharedPluginOptions);
|
|
40
|
+
raw(compiler: Compiler): BuiltinPlugin;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type BuiltinPlugin, BuiltinPluginName, type RawProvideOptions } from "../binding";
|
|
2
|
+
import { RspackBuiltinPlugin } from "../builtin-plugin/base";
|
|
3
|
+
import type { Compiler } from "../Compiler";
|
|
4
|
+
export type ProvideSharedPluginOptions<Enhanced extends boolean = false> = {
|
|
5
|
+
provides: Provides<Enhanced>;
|
|
6
|
+
shareScope?: string;
|
|
7
|
+
enhanced?: Enhanced;
|
|
8
|
+
};
|
|
9
|
+
export type Provides<Enhanced extends boolean> = (ProvidesItem | ProvidesObject<Enhanced>)[] | ProvidesObject<Enhanced>;
|
|
10
|
+
export type ProvidesItem = string;
|
|
11
|
+
export type ProvidesObject<Enhanced extends boolean> = {
|
|
12
|
+
[k: string]: ProvidesConfig<Enhanced> | ProvidesItem;
|
|
13
|
+
};
|
|
14
|
+
export type ProvidesConfig<Enhanced extends boolean> = Enhanced extends true ? ProvidesEnhancedConfig : ProvidesV1Config;
|
|
15
|
+
type ProvidesV1Config = {
|
|
16
|
+
eager?: boolean;
|
|
17
|
+
shareKey: string;
|
|
18
|
+
shareScope?: string;
|
|
19
|
+
version?: false | string;
|
|
20
|
+
};
|
|
21
|
+
type ProvidesEnhancedConfig = ProvidesV1Config & ProvidesEnhancedExtraConfig;
|
|
22
|
+
type ProvidesEnhancedExtraConfig = {
|
|
23
|
+
singleton?: boolean;
|
|
24
|
+
strictVersion?: boolean;
|
|
25
|
+
requiredVersion?: false | string;
|
|
26
|
+
};
|
|
27
|
+
export declare class ProvideSharedPlugin<Enhanced extends boolean = false> extends RspackBuiltinPlugin {
|
|
28
|
+
name: BuiltinPluginName;
|
|
29
|
+
_provides: [string, Omit<RawProvideOptions, "key">][];
|
|
30
|
+
_enhanced?: Enhanced;
|
|
31
|
+
constructor(options: ProvideSharedPluginOptions<Enhanced>);
|
|
32
|
+
raw(compiler: Compiler): BuiltinPlugin;
|
|
33
|
+
}
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { Compiler } from "../Compiler";
|
|
2
|
+
export type SharePluginOptions = {
|
|
3
|
+
shareScope?: string;
|
|
4
|
+
shared: Shared;
|
|
5
|
+
enhanced: boolean;
|
|
6
|
+
};
|
|
7
|
+
export type Shared = (SharedItem | SharedObject)[] | SharedObject;
|
|
8
|
+
export type SharedItem = string;
|
|
9
|
+
export type SharedObject = {
|
|
10
|
+
[k: string]: SharedConfig | SharedItem;
|
|
11
|
+
};
|
|
12
|
+
export type SharedConfig = {
|
|
13
|
+
eager?: boolean;
|
|
14
|
+
import?: false | SharedItem;
|
|
15
|
+
packageName?: string;
|
|
16
|
+
requiredVersion?: false | string;
|
|
17
|
+
shareKey?: string;
|
|
18
|
+
shareScope?: string;
|
|
19
|
+
singleton?: boolean;
|
|
20
|
+
strictVersion?: boolean;
|
|
21
|
+
version?: false | string;
|
|
22
|
+
};
|
|
23
|
+
export declare class SharePlugin {
|
|
24
|
+
_shareScope: string | undefined;
|
|
25
|
+
_consumes: {
|
|
26
|
+
[x: string]: {
|
|
27
|
+
import: string | false | undefined;
|
|
28
|
+
shareKey: string;
|
|
29
|
+
shareScope: string | undefined;
|
|
30
|
+
requiredVersion: string | false | undefined;
|
|
31
|
+
strictVersion: boolean | undefined;
|
|
32
|
+
singleton: boolean | undefined;
|
|
33
|
+
packageName: string | undefined;
|
|
34
|
+
eager: boolean | undefined;
|
|
35
|
+
};
|
|
36
|
+
}[];
|
|
37
|
+
_provides: {
|
|
38
|
+
[x: string]: {
|
|
39
|
+
shareKey: string;
|
|
40
|
+
shareScope: string | undefined;
|
|
41
|
+
version: string | false | undefined;
|
|
42
|
+
eager: boolean | undefined;
|
|
43
|
+
singleton: boolean | undefined;
|
|
44
|
+
requiredVersion: string | false | undefined;
|
|
45
|
+
strictVersion: boolean | undefined;
|
|
46
|
+
};
|
|
47
|
+
}[];
|
|
48
|
+
_enhanced: boolean;
|
|
49
|
+
constructor(options: SharePluginOptions);
|
|
50
|
+
apply(compiler: Compiler): void;
|
|
51
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type BuiltinPlugin, BuiltinPluginName } from "../binding";
|
|
2
|
+
import { RspackBuiltinPlugin } from "../builtin-plugin/base";
|
|
3
|
+
import type { Compiler } from "../Compiler";
|
|
4
|
+
export declare class ShareRuntimePlugin extends RspackBuiltinPlugin {
|
|
5
|
+
private enhanced;
|
|
6
|
+
name: BuiltinPluginName;
|
|
7
|
+
constructor(enhanced?: boolean);
|
|
8
|
+
raw(compiler: Compiler): BuiltinPlugin | undefined;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isRequiredVersion(str: string): boolean;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Compiler } from "../Compiler";
|
|
2
|
+
export declare const SHARED_ITEM_NAMES: {
|
|
3
|
+
"compilation.children[]": string;
|
|
4
|
+
"compilation.modules[]": string;
|
|
5
|
+
"compilation.entrypoints[]": string;
|
|
6
|
+
"compilation.namedChunkGroups[]": string;
|
|
7
|
+
"compilation.errors[]": string;
|
|
8
|
+
"chunk.modules[]": string;
|
|
9
|
+
"chunk.origins[]": string;
|
|
10
|
+
"compilation.chunks[]": string;
|
|
11
|
+
"compilation.assets[]": string;
|
|
12
|
+
"asset.related[]": string;
|
|
13
|
+
"module.issuerPath[]": string;
|
|
14
|
+
"module.reasons[]": string;
|
|
15
|
+
"module.modules[]": string;
|
|
16
|
+
"module.children[]": string;
|
|
17
|
+
};
|
|
18
|
+
export declare class DefaultStatsFactoryPlugin {
|
|
19
|
+
apply(compiler: Compiler): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { Compiler } from "../Compiler";
|
|
11
|
+
export declare class DefaultStatsPrinterPlugin {
|
|
12
|
+
apply(compiler: Compiler): void;
|
|
13
|
+
}
|
|
@@ -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 } from "../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;
|
|
18
|
+
cachedGetErrors?: ((arg0: Compilation) => JsStatsError[]) | undefined;
|
|
19
|
+
cachedGetWarnings?: ((arg0: Compilation) => JsStatsError[]) | 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 {};
|