@rspack-canary/core 1.7.0-canary-a2d4dc73-20251231074311 → 1.7.0-canary-09dd289a-20260104030651
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/dist/BuildInfo.d.ts +4 -4
- package/dist/Chunk.d.ts +3 -3
- package/dist/ChunkGraph.d.ts +3 -3
- package/dist/Chunks.d.ts +2 -2
- package/dist/Compilation.d.ts +40 -40
- package/dist/Compiler.d.ts +23 -25
- package/dist/ConcatenatedModule.d.ts +1 -1
- package/dist/ContextModule.d.ts +1 -1
- package/dist/ContextModuleFactory.d.ts +2 -2
- package/dist/Diagnostics.d.ts +2 -2
- package/dist/Entrypoint.d.ts +1 -1
- package/dist/ExecuteModulePlugin.d.ts +1 -1
- package/dist/ExportsInfo.d.ts +2 -2
- package/dist/ExternalModule.d.ts +1 -1
- package/dist/FileSystem.d.ts +3 -3
- package/dist/Module.d.ts +6 -6
- package/dist/ModuleGraph.d.ts +3 -3
- package/dist/MultiCompiler.d.ts +8 -8
- package/dist/MultiStats.d.ts +3 -3
- package/dist/MultiWatching.d.ts +3 -3
- package/dist/NativeWatchFileSystem.d.ts +5 -5
- package/dist/NormalModule.d.ts +6 -6
- package/dist/NormalModuleFactory.d.ts +4 -4
- package/dist/Resolver.d.ts +2 -2
- package/dist/ResolverFactory.d.ts +3 -3
- package/dist/RspackError.d.ts +2 -2
- package/dist/RuntimeGlobals.d.ts +2 -2
- package/dist/RuntimeModule.d.ts +4 -4
- package/dist/Stats.d.ts +4 -4
- package/dist/VirtualModulesPlugin.d.ts +1 -1
- package/dist/Watching.d.ts +5 -5
- package/dist/builtin-loader/index.d.ts +1 -1
- package/dist/builtin-loader/swc/collectTypeScriptInfo.d.ts +1 -1
- package/dist/builtin-loader/swc/index.d.ts +5 -5
- package/dist/builtin-loader/swc/types.d.ts +8 -10
- package/dist/builtin-plugin/BannerPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts +10 -5
- package/dist/builtin-plugin/CopyRspackPlugin.d.ts +2 -2
- package/dist/builtin-plugin/CssChunkingPlugin.d.ts +1 -1
- package/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts +2 -2
- package/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts +2 -2
- package/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts +1 -1
- package/dist/builtin-plugin/DynamicEntryPlugin.d.ts +4 -4
- package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EnableLibraryPlugin.d.ts +3 -3
- package/dist/builtin-plugin/EntryPlugin.d.ts +3 -3
- package/dist/builtin-plugin/EsmLibraryPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +1 -1
- package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ExternalsPlugin.d.ts +3 -3
- package/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts +2 -2
- package/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts +3 -3
- package/dist/builtin-plugin/HttpUriPlugin.d.ts +4 -4
- package/dist/builtin-plugin/IgnorePlugin.d.ts +4 -4
- package/dist/builtin-plugin/JavascriptModulesPlugin.d.ts +6 -6
- package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts +2 -2
- package/dist/builtin-plugin/MangleExportsPlugin.d.ts +2 -2
- package/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts +2 -2
- package/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts +2 -2
- package/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts +2 -2
- package/dist/builtin-plugin/NormalModuleReplacementPlugin.d.ts +1 -1
- package/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ProgressPlugin.d.ts +2 -2
- package/dist/builtin-plugin/RsdoctorPlugin.d.ts +8 -8
- package/dist/builtin-plugin/RslibPlugin.d.ts +2 -2
- package/dist/builtin-plugin/RstestPlugin.d.ts +2 -2
- package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RuntimePlugin.d.ts +5 -5
- package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SplitChunksPlugin.d.ts +4 -4
- package/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts +5 -5
- package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +3 -3
- package/dist/builtin-plugin/{CaseSensitivePlugin.d.ts → WarnCaseSensitiveModulesPlugin.d.ts} +1 -1
- package/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts +3 -3
- package/dist/builtin-plugin/WorkerPlugin.d.ts +4 -4
- package/dist/builtin-plugin/base.d.ts +3 -3
- package/dist/builtin-plugin/css-extract/index.d.ts +7 -7
- package/dist/builtin-plugin/css-extract/loader.d.ts +2 -2
- package/dist/builtin-plugin/css-extract/utils.d.ts +1 -1
- package/dist/builtin-plugin/html-plugin/hooks.d.ts +4 -4
- package/dist/builtin-plugin/html-plugin/index.d.ts +2 -2
- package/dist/builtin-plugin/html-plugin/options.d.ts +6 -6
- package/dist/builtin-plugin/html-plugin/plugin.d.ts +5 -5
- package/dist/builtin-plugin/html-plugin/taps.d.ts +1 -1
- package/dist/builtin-plugin/index.d.ts +88 -84
- package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +1 -1
- package/dist/builtin-plugin/lazy-compilation/middleware.d.ts +2 -2
- package/dist/builtin-plugin/rsc/Coordinator.d.ts +8 -0
- package/dist/builtin-plugin/rsc/RscClientPlugin.d.ts +10 -0
- package/dist/builtin-plugin/rsc/RscServerPlugin.d.ts +10 -0
- package/dist/builtin-plugin/rsc/index.d.ts +15 -0
- package/dist/config/adapter.d.ts +7 -7
- package/dist/config/adapterRuleUse.d.ts +16 -16
- package/dist/config/browserslistTargetHandler.d.ts +1 -1
- package/dist/config/defaults.d.ts +2 -11
- package/dist/config/devServer.d.ts +32 -32
- package/dist/config/index.d.ts +5 -5
- package/dist/config/normalization.d.ts +9 -9
- package/dist/config/target.d.ts +7 -7
- package/dist/config/types.d.ts +74 -75
- package/dist/container/ContainerPlugin.d.ts +4 -4
- package/dist/container/ContainerReferencePlugin.d.ts +4 -4
- package/dist/container/ModuleFederationManifestPlugin.d.ts +3 -3
- package/dist/container/ModuleFederationPlugin.d.ts +6 -6
- package/dist/container/ModuleFederationPluginV1.d.ts +5 -5
- package/dist/container/index.d.ts +4 -4
- package/dist/cssExtractHmr.js +19 -19
- package/dist/cssExtractLoader.js +16 -16
- package/dist/exports.d.ts +74 -76
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1943 -1892
- package/dist/lib/AbstractMethodError.d.ts +1 -1
- package/dist/lib/Cache.d.ts +2 -2
- package/dist/lib/CacheFacade.d.ts +3 -3
- package/dist/lib/DllPlugin.d.ts +1 -1
- package/dist/lib/DllReferencePlugin.d.ts +5 -5
- package/dist/lib/EntryOptionPlugin.d.ts +2 -2
- package/dist/lib/EnvironmentPlugin.d.ts +1 -1
- package/dist/lib/HookWebpackError.d.ts +2 -2
- package/dist/lib/IgnoreWarningsPlugin.d.ts +1 -1
- package/dist/lib/LoaderOptionsPlugin.d.ts +2 -2
- package/dist/lib/LoaderTargetPlugin.d.ts +2 -2
- package/dist/lib/WebpackError.d.ts +3 -3
- package/dist/lib/cache/MemoryCachePlugin.d.ts +1 -1
- package/dist/lib/cache/getLazyHashedEtag.d.ts +1 -1
- package/dist/lib/cache/mergeEtags.d.ts +1 -1
- package/dist/loader-runner/ModuleError.d.ts +1 -1
- package/dist/loader-runner/index.d.ts +3 -3
- package/dist/loader-runner/loadLoader.d.ts +2 -2
- package/dist/loader-runner/service.d.ts +8 -8
- package/dist/loader-runner/utils.d.ts +3 -3
- package/dist/loader-runner/worker.d.ts +3 -3
- package/dist/logging/createConsoleLogger.d.ts +4 -4
- package/dist/moduleFederationDefaultRuntime.js +1 -1
- package/dist/node/NodeEnvironmentPlugin.d.ts +2 -2
- package/dist/node/NodeTemplatePlugin.d.ts +1 -1
- package/dist/node/NodeWatchFileSystem.d.ts +3 -3
- package/dist/node/nodeConsole.d.ts +2 -2
- package/dist/rspack.d.ts +6 -15
- package/dist/rspackOptionsApply.d.ts +1 -1
- package/dist/sharing/ConsumeSharedPlugin.d.ts +3 -3
- package/dist/sharing/ProvideSharedPlugin.d.ts +4 -4
- package/dist/sharing/SharePlugin.d.ts +1 -1
- package/dist/sharing/ShareRuntimePlugin.d.ts +3 -3
- package/dist/stats/DefaultStatsFactoryPlugin.d.ts +15 -15
- package/dist/stats/DefaultStatsPresetPlugin.d.ts +1 -1
- package/dist/stats/DefaultStatsPrinterPlugin.d.ts +1 -1
- package/dist/stats/StatsFactory.d.ts +5 -5
- package/dist/stats/StatsPrinter.d.ts +3 -3
- package/dist/stats/statsFactoryUtils.d.ts +5 -5
- package/dist/swc.d.ts +2 -2
- package/dist/taps/compilation.d.ts +2 -2
- package/dist/taps/compiler.d.ts +1 -1
- package/dist/taps/contextModuleFactory.d.ts +1 -1
- package/dist/taps/index.d.ts +6 -6
- package/dist/taps/javascriptModules.d.ts +1 -1
- package/dist/taps/normalModuleFactory.d.ts +1 -1
- package/dist/taps/types.d.ts +3 -3
- package/dist/trace/index.d.ts +4 -4
- package/dist/trace/traceHookPlugin.d.ts +1 -1
- package/dist/util/SplitChunkSize.d.ts +1 -1
- package/dist/util/createHash.d.ts +1 -1
- package/dist/util/createReadonlyMap.d.ts +1 -1
- package/dist/util/fs.d.ts +14 -14
- package/dist/util/hash/wasm-hash.d.ts +1 -1
- package/dist/util/identifier.d.ts +1 -1
- package/dist/util/index.d.ts +1 -2
- package/dist/util/source.d.ts +2 -2
- package/dist/util/validateConfig.d.ts +1 -1
- package/dist/worker.js +111 -111
- package/hot/dev-server.js +64 -64
- package/hot/emitter.js +11 -11
- package/hot/lazy-compilation-node.js +41 -41
- package/hot/lazy-compilation-web.js +52 -52
- package/hot/log-apply-result.js +36 -36
- package/hot/log.js +30 -30
- package/hot/only-dev-server.js +92 -92
- package/hot/poll.js +31 -31
- package/hot/signal.js +53 -53
- package/module.d.ts +215 -215
- package/package.json +4 -4
package/module.d.ts
CHANGED
|
@@ -9,230 +9,230 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
declare namespace Rspack {
|
|
12
|
-
|
|
12
|
+
type ModuleId = string | number;
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
14
|
+
type DeclinedEvent =
|
|
15
|
+
| {
|
|
16
|
+
type: "declined";
|
|
17
|
+
/** The module in question. */
|
|
18
|
+
moduleId: number | string;
|
|
19
|
+
/** the chain from where the update was propagated. */
|
|
20
|
+
chain: (number | string)[];
|
|
21
|
+
/** the module id of the declining parent */
|
|
22
|
+
parentId: number | string;
|
|
23
|
+
}
|
|
24
|
+
| {
|
|
25
|
+
type: "self-declined";
|
|
26
|
+
/** The module in question. */
|
|
27
|
+
moduleId: number | string;
|
|
28
|
+
/** the chain from where the update was propagated. */
|
|
29
|
+
chain: (number | string)[];
|
|
30
|
+
};
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
32
|
+
type UnacceptedEvent = {
|
|
33
|
+
type: "unaccepted";
|
|
34
|
+
/** The module in question. */
|
|
35
|
+
moduleId: number | string;
|
|
36
|
+
/** the chain from where the update was propagated. */
|
|
37
|
+
chain: (number | string)[];
|
|
38
|
+
};
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
40
|
+
type AcceptedEvent = {
|
|
41
|
+
type: "accepted";
|
|
42
|
+
/** The module in question. */
|
|
43
|
+
moduleId: number | string;
|
|
44
|
+
/** the modules that are outdated and will be disposed */
|
|
45
|
+
outdatedModules: (number | string)[];
|
|
46
|
+
/** the accepted dependencies that are outdated */
|
|
47
|
+
outdatedDependencies: {
|
|
48
|
+
[id: number]: (number | string)[];
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
52
|
+
type DisposedEvent = {
|
|
53
|
+
type: "disposed";
|
|
54
|
+
/** The module in question. */
|
|
55
|
+
moduleId: number | string;
|
|
56
|
+
};
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
58
|
+
type ErroredEvent =
|
|
59
|
+
| {
|
|
60
|
+
type: "accept-error-handler-errored";
|
|
61
|
+
/** The module in question. */
|
|
62
|
+
moduleId: number | string;
|
|
63
|
+
/** the module id owning the accept handler. */
|
|
64
|
+
dependencyId: number | string;
|
|
65
|
+
/** the thrown error */
|
|
66
|
+
error: Error;
|
|
67
|
+
/** the error thrown by the module before the error handler tried to handle it. */
|
|
68
|
+
originalError: Error;
|
|
69
|
+
}
|
|
70
|
+
| {
|
|
71
|
+
type: "self-accept-error-handler-errored";
|
|
72
|
+
/** The module in question. */
|
|
73
|
+
moduleId: number | string;
|
|
74
|
+
/** the thrown error */
|
|
75
|
+
error: Error;
|
|
76
|
+
/** the error thrown by the module before the error handler tried to handle it. */
|
|
77
|
+
originalError: Error;
|
|
78
|
+
}
|
|
79
|
+
| {
|
|
80
|
+
type: "accept-errored";
|
|
81
|
+
/** The module in question. */
|
|
82
|
+
moduleId: number | string;
|
|
83
|
+
/** the module id owning the accept handler. */
|
|
84
|
+
dependencyId: number | string;
|
|
85
|
+
/** the thrown error */
|
|
86
|
+
error: Error;
|
|
87
|
+
}
|
|
88
|
+
| {
|
|
89
|
+
type: "self-accept-errored";
|
|
90
|
+
/** The module in question. */
|
|
91
|
+
moduleId: number | string;
|
|
92
|
+
/** the thrown error */
|
|
93
|
+
error: Error;
|
|
94
|
+
};
|
|
95
95
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
96
|
+
type HotEvent =
|
|
97
|
+
| DeclinedEvent
|
|
98
|
+
| UnacceptedEvent
|
|
99
|
+
| AcceptedEvent
|
|
100
|
+
| DisposedEvent
|
|
101
|
+
| ErroredEvent;
|
|
102
102
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
103
|
+
interface ApplyOptions {
|
|
104
|
+
ignoreUnaccepted?: boolean;
|
|
105
|
+
ignoreDeclined?: boolean;
|
|
106
|
+
ignoreErrored?: boolean;
|
|
107
|
+
onDeclined?: (event: DeclinedEvent) => void;
|
|
108
|
+
onUnaccepted?: (event: UnacceptedEvent) => void;
|
|
109
|
+
onAccepted?: (event: AcceptedEvent) => void;
|
|
110
|
+
onDisposed?: (event: DisposedEvent) => void;
|
|
111
|
+
onErrored?: (event: ErroredEvent) => void;
|
|
112
|
+
}
|
|
113
113
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
114
|
+
type HotUpdateStatus =
|
|
115
|
+
| "idle"
|
|
116
|
+
| "check"
|
|
117
|
+
| "prepare"
|
|
118
|
+
| "ready"
|
|
119
|
+
| "dispose"
|
|
120
|
+
| "apply"
|
|
121
|
+
| "abort"
|
|
122
|
+
| "fail";
|
|
123
123
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
124
|
+
interface Hot {
|
|
125
|
+
accept: {
|
|
126
|
+
(
|
|
127
|
+
modules: string | string[],
|
|
128
|
+
callback?: (outdatedDependencies: string[]) => void,
|
|
129
|
+
errorHandler?: (
|
|
130
|
+
err: Error,
|
|
131
|
+
context: { moduleId: string | number; dependencyId: string | number }
|
|
132
|
+
) => void
|
|
133
|
+
): void;
|
|
134
|
+
(
|
|
135
|
+
errorHandler?: (
|
|
136
|
+
err: Error,
|
|
137
|
+
ids: { moduleId: string | number; module: NodeJS.Module }
|
|
138
|
+
) => void
|
|
139
|
+
): void;
|
|
140
|
+
};
|
|
141
|
+
status(): HotUpdateStatus;
|
|
142
|
+
decline(module?: string | string[]): void;
|
|
143
|
+
dispose(callback: (data: object) => void): void;
|
|
144
|
+
addDisposeHandler(callback: (data: object) => void): void;
|
|
145
|
+
removeDisposeHandler(callback: (data: object) => void): void;
|
|
146
|
+
invalidate(): void;
|
|
147
|
+
addStatusHandler(callback: (status: HotUpdateStatus) => void): void;
|
|
148
|
+
removeStatusHandler(callback: (status: HotUpdateStatus) => void): void;
|
|
149
|
+
data: object;
|
|
150
|
+
check(
|
|
151
|
+
autoApply?: boolean | ApplyOptions
|
|
152
|
+
): Promise<(string | number)[] | null>;
|
|
153
|
+
apply(options?: ApplyOptions): Promise<(string | number)[] | null>;
|
|
154
|
+
}
|
|
155
155
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
156
|
+
interface ExportInfo {
|
|
157
|
+
used: boolean;
|
|
158
|
+
provideInfo: boolean | null | undefined;
|
|
159
|
+
useInfo: boolean | null | undefined;
|
|
160
|
+
canMangle: boolean;
|
|
161
|
+
}
|
|
162
162
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
163
|
+
interface ExportsInfo {
|
|
164
|
+
[k: string]: ExportInfo & ExportsInfo;
|
|
165
|
+
}
|
|
166
166
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
167
|
+
interface Context {
|
|
168
|
+
resolve(dependency: string): string | number;
|
|
169
|
+
keys(): Array<string>;
|
|
170
|
+
id: string | number;
|
|
171
|
+
(dependency: string): unknown;
|
|
172
|
+
}
|
|
173
173
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
174
|
+
interface Module {
|
|
175
|
+
exports: any;
|
|
176
|
+
id: ModuleId;
|
|
177
|
+
loaded: boolean;
|
|
178
|
+
parents: NodeJS.Module["id"][] | null | undefined;
|
|
179
|
+
children: NodeJS.Module["id"][];
|
|
180
|
+
hot?: Hot;
|
|
181
|
+
}
|
|
182
182
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
183
|
+
interface RequireResolve {
|
|
184
|
+
(id: string): ModuleId;
|
|
185
|
+
}
|
|
186
186
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
187
|
+
interface Require {
|
|
188
|
+
(path: string): any;
|
|
189
|
+
<T>(path: string): T;
|
|
190
|
+
(paths: string[], callback: (...modules: any[]) => void): void;
|
|
191
|
+
resolve: NodeJS.RequireResolve;
|
|
192
|
+
ensure(
|
|
193
|
+
dependencies: string[],
|
|
194
|
+
callback: (require: (module: string) => void) => void,
|
|
195
|
+
errorCallback?: (error: Error) => void,
|
|
196
|
+
chunkName?: string
|
|
197
|
+
): Rspack.Context;
|
|
198
|
+
context(
|
|
199
|
+
request: string,
|
|
200
|
+
includeSubdirectories?: boolean,
|
|
201
|
+
filter?: RegExp,
|
|
202
|
+
mode?: "sync" | "eager" | "weak" | "lazy" | "lazy-once"
|
|
203
|
+
): Rspack.Context;
|
|
204
|
+
resolveWeak(dependency: string): void;
|
|
205
|
+
cache: {
|
|
206
|
+
[id: string]: NodeJS.Module | undefined;
|
|
207
|
+
};
|
|
208
|
+
}
|
|
209
209
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
210
|
+
interface Process {
|
|
211
|
+
env: {
|
|
212
|
+
[key: string]: any;
|
|
213
|
+
NODE_ENV: "development" | "production" | (string & {});
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
interface ImportMeta {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
219
|
+
url: string;
|
|
220
|
+
webpackHot?: Rspack.Hot;
|
|
221
|
+
webpackContext: (
|
|
222
|
+
request: string,
|
|
223
|
+
options?: {
|
|
224
|
+
recursive?: boolean;
|
|
225
|
+
regExp?: RegExp;
|
|
226
|
+
include?: RegExp;
|
|
227
|
+
exclude?: RegExp;
|
|
228
|
+
preload?: boolean | number;
|
|
229
|
+
prefetch?: boolean | number;
|
|
230
|
+
fetchPriority?: "low" | "high" | "auto";
|
|
231
|
+
chunkName?: string;
|
|
232
|
+
exports?: string | string[][];
|
|
233
|
+
mode?: "sync" | "eager" | "weak" | "lazy" | "lazy-once";
|
|
234
|
+
}
|
|
235
|
+
) => Rspack.Context;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
declare const __resourceQuery: string;
|
|
@@ -246,26 +246,26 @@ declare const __webpack_modules__: Record<string | number, NodeJS.Module>;
|
|
|
246
246
|
declare const __webpack_require__: (id: string | number) => unknown;
|
|
247
247
|
declare var __webpack_chunk_load__: (chunkId: string | number) => Promise<void>;
|
|
248
248
|
declare var __webpack_get_script_filename__: (
|
|
249
|
-
|
|
249
|
+
chunkId: string | number
|
|
250
250
|
) => string;
|
|
251
251
|
declare var __webpack_is_included__: (request: string) => boolean;
|
|
252
252
|
declare var __webpack_exports_info__: Rspack.ExportsInfo;
|
|
253
253
|
declare const __webpack_share_scopes__: Record<
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
254
|
+
string,
|
|
255
|
+
Record<
|
|
256
|
+
string,
|
|
257
|
+
{ loaded?: 1; get: () => Promise<unknown>; from: string; eager: boolean }
|
|
258
|
+
>
|
|
259
259
|
>;
|
|
260
260
|
declare var __webpack_init_sharing__: (scope: string) => Promise<void>;
|
|
261
261
|
declare var __non_webpack_require__: (id: any) => unknown;
|
|
262
262
|
declare const __system_context__: object;
|
|
263
263
|
|
|
264
264
|
declare namespace NodeJS {
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
265
|
+
interface Module extends Rspack.Module {}
|
|
266
|
+
interface Require extends Rspack.Require {}
|
|
267
|
+
interface RequireResolve extends Rspack.RequireResolve {}
|
|
268
|
+
interface Process extends Rspack.Process {}
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
declare var module: NodeJS.Module;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/core",
|
|
3
|
-
"version": "1.7.0-canary-
|
|
3
|
+
"version": "1.7.0-canary-09dd289a-20260104030651",
|
|
4
4
|
"webpackVersion": "5.75.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "The fast Rust-based web bundler with webpack-compatible API",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@ast-grep/napi": "^0.40.3",
|
|
41
41
|
"@napi-rs/wasm-runtime": "1.0.7",
|
|
42
42
|
"@rsbuild/plugin-node-polyfill": "^1.4.2",
|
|
43
|
-
"@rslib/core": "0.
|
|
43
|
+
"@rslib/core": "0.18.5",
|
|
44
44
|
"@swc/types": "0.1.25",
|
|
45
45
|
"@types/node": "^20.19.27",
|
|
46
46
|
"@types/watchpack": "^2.4.5",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"webpack-sources": "3.3.3"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@module-federation/runtime-tools": "0.
|
|
59
|
+
"@module-federation/runtime-tools": "0.21.6",
|
|
60
60
|
"@rspack/lite-tapable": "1.1.0",
|
|
61
|
-
"@rspack/binding": "npm:@rspack-canary/binding@1.7.0-canary-
|
|
61
|
+
"@rspack/binding": "npm:@rspack-canary/binding@1.7.0-canary-09dd289a-20260104030651"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@swc/helpers": ">=0.5.1"
|