@rspack-canary/core 1.7.0-canary-7f9f7f14-20251231041831 → 1.7.0-canary-b303a917-20251231130755

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.
Files changed (183) hide show
  1. package/dist/BuildInfo.d.ts +4 -4
  2. package/dist/Chunk.d.ts +3 -3
  3. package/dist/ChunkGraph.d.ts +3 -3
  4. package/dist/Chunks.d.ts +2 -2
  5. package/dist/Compilation.d.ts +40 -40
  6. package/dist/Compiler.d.ts +23 -25
  7. package/dist/ConcatenatedModule.d.ts +1 -1
  8. package/dist/ContextModule.d.ts +1 -1
  9. package/dist/ContextModuleFactory.d.ts +2 -2
  10. package/dist/Diagnostics.d.ts +2 -2
  11. package/dist/Entrypoint.d.ts +1 -1
  12. package/dist/ExecuteModulePlugin.d.ts +1 -1
  13. package/dist/ExportsInfo.d.ts +2 -2
  14. package/dist/ExternalModule.d.ts +1 -1
  15. package/dist/FileSystem.d.ts +3 -3
  16. package/dist/Module.d.ts +6 -6
  17. package/dist/ModuleGraph.d.ts +3 -3
  18. package/dist/MultiCompiler.d.ts +8 -8
  19. package/dist/MultiStats.d.ts +3 -3
  20. package/dist/MultiWatching.d.ts +3 -3
  21. package/dist/NativeWatchFileSystem.d.ts +5 -5
  22. package/dist/NormalModule.d.ts +6 -6
  23. package/dist/NormalModuleFactory.d.ts +4 -4
  24. package/dist/Resolver.d.ts +2 -2
  25. package/dist/ResolverFactory.d.ts +3 -3
  26. package/dist/RspackError.d.ts +2 -2
  27. package/dist/RuntimeGlobals.d.ts +2 -2
  28. package/dist/RuntimeModule.d.ts +4 -4
  29. package/dist/Stats.d.ts +4 -4
  30. package/dist/VirtualModulesPlugin.d.ts +1 -1
  31. package/dist/Watching.d.ts +5 -5
  32. package/dist/builtin-loader/index.d.ts +1 -1
  33. package/dist/builtin-loader/swc/collectTypeScriptInfo.d.ts +1 -1
  34. package/dist/builtin-loader/swc/index.d.ts +5 -5
  35. package/dist/builtin-loader/swc/types.d.ts +8 -10
  36. package/dist/builtin-plugin/BannerPlugin.d.ts +1 -1
  37. package/dist/builtin-plugin/CircularDependencyRspackPlugin.d.ts +10 -5
  38. package/dist/builtin-plugin/CopyRspackPlugin.d.ts +2 -2
  39. package/dist/builtin-plugin/CssChunkingPlugin.d.ts +1 -1
  40. package/dist/builtin-plugin/DeterministicChunkIdsPlugin.d.ts +2 -2
  41. package/dist/builtin-plugin/DeterministicModuleIdsPlugin.d.ts +2 -2
  42. package/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts +1 -1
  43. package/dist/builtin-plugin/DynamicEntryPlugin.d.ts +4 -4
  44. package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +1 -1
  45. package/dist/builtin-plugin/EnableLibraryPlugin.d.ts +3 -3
  46. package/dist/builtin-plugin/EntryPlugin.d.ts +3 -3
  47. package/dist/builtin-plugin/EsmLibraryPlugin.d.ts +1 -1
  48. package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +1 -1
  49. package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +1 -1
  50. package/dist/builtin-plugin/ExternalsPlugin.d.ts +3 -3
  51. package/dist/builtin-plugin/FlagDependencyUsagePlugin.d.ts +2 -2
  52. package/dist/builtin-plugin/HotModuleReplacementPlugin.d.ts +3 -3
  53. package/dist/builtin-plugin/HttpUriPlugin.d.ts +4 -4
  54. package/dist/builtin-plugin/IgnorePlugin.d.ts +4 -4
  55. package/dist/builtin-plugin/JavascriptModulesPlugin.d.ts +6 -6
  56. package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +1 -1
  57. package/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts +2 -2
  58. package/dist/builtin-plugin/MangleExportsPlugin.d.ts +2 -2
  59. package/dist/builtin-plugin/ModuleConcatenationPlugin.d.ts +2 -2
  60. package/dist/builtin-plugin/NaturalChunkIdsPlugin.d.ts +2 -2
  61. package/dist/builtin-plugin/NaturalModuleIdsPlugin.d.ts +2 -2
  62. package/dist/builtin-plugin/NormalModuleReplacementPlugin.d.ts +1 -1
  63. package/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts +1 -1
  64. package/dist/builtin-plugin/ProgressPlugin.d.ts +2 -2
  65. package/dist/builtin-plugin/RsdoctorPlugin.d.ts +8 -8
  66. package/dist/builtin-plugin/RslibPlugin.d.ts +2 -2
  67. package/dist/builtin-plugin/RstestPlugin.d.ts +2 -2
  68. package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +1 -1
  69. package/dist/builtin-plugin/RuntimePlugin.d.ts +5 -5
  70. package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +1 -1
  71. package/dist/builtin-plugin/SplitChunksPlugin.d.ts +4 -4
  72. package/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts +5 -5
  73. package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +3 -3
  74. package/dist/builtin-plugin/{CaseSensitivePlugin.d.ts → WarnCaseSensitiveModulesPlugin.d.ts} +1 -1
  75. package/dist/builtin-plugin/WebWorkerTemplatePlugin.d.ts +3 -3
  76. package/dist/builtin-plugin/WorkerPlugin.d.ts +4 -4
  77. package/dist/builtin-plugin/base.d.ts +3 -3
  78. package/dist/builtin-plugin/css-extract/index.d.ts +7 -7
  79. package/dist/builtin-plugin/css-extract/loader.d.ts +2 -2
  80. package/dist/builtin-plugin/css-extract/utils.d.ts +1 -1
  81. package/dist/builtin-plugin/html-plugin/hooks.d.ts +4 -4
  82. package/dist/builtin-plugin/html-plugin/index.d.ts +2 -2
  83. package/dist/builtin-plugin/html-plugin/options.d.ts +6 -6
  84. package/dist/builtin-plugin/html-plugin/plugin.d.ts +5 -5
  85. package/dist/builtin-plugin/html-plugin/taps.d.ts +1 -1
  86. package/dist/builtin-plugin/index.d.ts +88 -84
  87. package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +1 -1
  88. package/dist/builtin-plugin/lazy-compilation/middleware.d.ts +2 -2
  89. package/dist/builtin-plugin/rsc/Coordinator.d.ts +8 -0
  90. package/dist/builtin-plugin/rsc/RscClientPlugin.d.ts +10 -0
  91. package/dist/builtin-plugin/rsc/RscServerPlugin.d.ts +10 -0
  92. package/dist/builtin-plugin/rsc/index.d.ts +15 -0
  93. package/dist/config/adapter.d.ts +7 -7
  94. package/dist/config/adapterRuleUse.d.ts +16 -16
  95. package/dist/config/browserslistTargetHandler.d.ts +1 -1
  96. package/dist/config/defaults.d.ts +2 -11
  97. package/dist/config/devServer.d.ts +32 -32
  98. package/dist/config/index.d.ts +5 -5
  99. package/dist/config/normalization.d.ts +9 -9
  100. package/dist/config/target.d.ts +7 -7
  101. package/dist/config/types.d.ts +74 -75
  102. package/dist/container/ContainerPlugin.d.ts +4 -4
  103. package/dist/container/ContainerReferencePlugin.d.ts +4 -4
  104. package/dist/container/ModuleFederationManifestPlugin.d.ts +3 -3
  105. package/dist/container/ModuleFederationPlugin.d.ts +6 -8
  106. package/dist/container/ModuleFederationPluginV1.d.ts +5 -5
  107. package/dist/container/ModuleFederationRuntimePlugin.d.ts +0 -4
  108. package/dist/container/index.d.ts +4 -4
  109. package/dist/cssExtractHmr.js +19 -19
  110. package/dist/cssExtractLoader.js +16 -16
  111. package/dist/exports.d.ts +74 -76
  112. package/dist/index.d.ts +3 -3
  113. package/dist/index.js +1965 -1933
  114. package/dist/lib/AbstractMethodError.d.ts +1 -1
  115. package/dist/lib/Cache.d.ts +2 -2
  116. package/dist/lib/CacheFacade.d.ts +3 -3
  117. package/dist/lib/DllPlugin.d.ts +1 -1
  118. package/dist/lib/DllReferencePlugin.d.ts +5 -5
  119. package/dist/lib/EntryOptionPlugin.d.ts +2 -2
  120. package/dist/lib/EnvironmentPlugin.d.ts +1 -1
  121. package/dist/lib/HookWebpackError.d.ts +2 -2
  122. package/dist/lib/IgnoreWarningsPlugin.d.ts +1 -1
  123. package/dist/lib/LoaderOptionsPlugin.d.ts +2 -2
  124. package/dist/lib/LoaderTargetPlugin.d.ts +2 -2
  125. package/dist/lib/WebpackError.d.ts +3 -3
  126. package/dist/lib/cache/MemoryCachePlugin.d.ts +1 -1
  127. package/dist/lib/cache/getLazyHashedEtag.d.ts +1 -1
  128. package/dist/lib/cache/mergeEtags.d.ts +1 -1
  129. package/dist/loader-runner/ModuleError.d.ts +1 -1
  130. package/dist/loader-runner/index.d.ts +3 -3
  131. package/dist/loader-runner/loadLoader.d.ts +2 -2
  132. package/dist/loader-runner/service.d.ts +8 -8
  133. package/dist/loader-runner/utils.d.ts +3 -3
  134. package/dist/loader-runner/worker.d.ts +3 -3
  135. package/dist/logging/createConsoleLogger.d.ts +4 -4
  136. package/dist/moduleFederationDefaultRuntime.js +1 -1
  137. package/dist/node/NodeEnvironmentPlugin.d.ts +2 -2
  138. package/dist/node/NodeTemplatePlugin.d.ts +1 -1
  139. package/dist/node/NodeWatchFileSystem.d.ts +3 -3
  140. package/dist/node/nodeConsole.d.ts +2 -2
  141. package/dist/rspack.d.ts +6 -15
  142. package/dist/rspackOptionsApply.d.ts +1 -1
  143. package/dist/sharing/ConsumeSharedPlugin.d.ts +3 -3
  144. package/dist/sharing/ProvideSharedPlugin.d.ts +4 -4
  145. package/dist/sharing/SharePlugin.d.ts +1 -1
  146. package/dist/sharing/ShareRuntimePlugin.d.ts +3 -3
  147. package/dist/stats/DefaultStatsFactoryPlugin.d.ts +15 -15
  148. package/dist/stats/DefaultStatsPresetPlugin.d.ts +1 -1
  149. package/dist/stats/DefaultStatsPrinterPlugin.d.ts +1 -1
  150. package/dist/stats/StatsFactory.d.ts +5 -5
  151. package/dist/stats/StatsPrinter.d.ts +3 -3
  152. package/dist/stats/statsFactoryUtils.d.ts +5 -5
  153. package/dist/swc.d.ts +2 -2
  154. package/dist/taps/compilation.d.ts +2 -2
  155. package/dist/taps/compiler.d.ts +1 -1
  156. package/dist/taps/contextModuleFactory.d.ts +1 -1
  157. package/dist/taps/index.d.ts +6 -6
  158. package/dist/taps/javascriptModules.d.ts +1 -1
  159. package/dist/taps/normalModuleFactory.d.ts +1 -1
  160. package/dist/taps/types.d.ts +3 -3
  161. package/dist/trace/index.d.ts +4 -4
  162. package/dist/trace/traceHookPlugin.d.ts +1 -1
  163. package/dist/util/SplitChunkSize.d.ts +1 -1
  164. package/dist/util/createHash.d.ts +1 -1
  165. package/dist/util/createReadonlyMap.d.ts +1 -1
  166. package/dist/util/fs.d.ts +14 -14
  167. package/dist/util/hash/wasm-hash.d.ts +1 -1
  168. package/dist/util/identifier.d.ts +1 -1
  169. package/dist/util/index.d.ts +1 -2
  170. package/dist/util/source.d.ts +2 -2
  171. package/dist/util/validateConfig.d.ts +1 -1
  172. package/dist/worker.js +111 -111
  173. package/hot/dev-server.js +64 -64
  174. package/hot/emitter.js +11 -11
  175. package/hot/lazy-compilation-node.js +41 -41
  176. package/hot/lazy-compilation-web.js +52 -52
  177. package/hot/log-apply-result.js +36 -36
  178. package/hot/log.js +30 -30
  179. package/hot/only-dev-server.js +92 -92
  180. package/hot/poll.js +31 -31
  181. package/hot/signal.js +53 -53
  182. package/module.d.ts +215 -215
  183. package/package.json +4 -4
package/module.d.ts CHANGED
@@ -9,230 +9,230 @@
9
9
  */
10
10
 
11
11
  declare namespace Rspack {
12
- type ModuleId = string | number;
12
+ type ModuleId = string | number;
13
13
 
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
- };
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
- 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
- };
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
- 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
- };
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
- type DisposedEvent = {
53
- type: 'disposed';
54
- /** The module in question. */
55
- moduleId: number | string;
56
- };
52
+ type DisposedEvent = {
53
+ type: "disposed";
54
+ /** The module in question. */
55
+ moduleId: number | string;
56
+ };
57
57
 
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
- };
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
- type HotEvent =
97
- | DeclinedEvent
98
- | UnacceptedEvent
99
- | AcceptedEvent
100
- | DisposedEvent
101
- | ErroredEvent;
96
+ type HotEvent =
97
+ | DeclinedEvent
98
+ | UnacceptedEvent
99
+ | AcceptedEvent
100
+ | DisposedEvent
101
+ | ErroredEvent;
102
102
 
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
- }
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
- type HotUpdateStatus =
115
- | 'idle'
116
- | 'check'
117
- | 'prepare'
118
- | 'ready'
119
- | 'dispose'
120
- | 'apply'
121
- | 'abort'
122
- | 'fail';
114
+ type HotUpdateStatus =
115
+ | "idle"
116
+ | "check"
117
+ | "prepare"
118
+ | "ready"
119
+ | "dispose"
120
+ | "apply"
121
+ | "abort"
122
+ | "fail";
123
123
 
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
- }
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
- interface ExportInfo {
157
- used: boolean;
158
- provideInfo: boolean | null | undefined;
159
- useInfo: boolean | null | undefined;
160
- canMangle: boolean;
161
- }
156
+ interface ExportInfo {
157
+ used: boolean;
158
+ provideInfo: boolean | null | undefined;
159
+ useInfo: boolean | null | undefined;
160
+ canMangle: boolean;
161
+ }
162
162
 
163
- interface ExportsInfo {
164
- [k: string]: ExportInfo & ExportsInfo;
165
- }
163
+ interface ExportsInfo {
164
+ [k: string]: ExportInfo & ExportsInfo;
165
+ }
166
166
 
167
- interface Context {
168
- resolve(dependency: string): string | number;
169
- keys(): Array<string>;
170
- id: string | number;
171
- (dependency: string): unknown;
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
- 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
- }
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
- interface RequireResolve {
184
- (id: string): ModuleId;
185
- }
183
+ interface RequireResolve {
184
+ (id: string): ModuleId;
185
+ }
186
186
 
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
- }
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
- interface Process {
211
- env: {
212
- [key: string]: any;
213
- NODE_ENV: 'development' | 'production' | (string & {});
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
- 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;
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
- chunkId: string | number,
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
- string,
255
- Record<
256
- string,
257
- { loaded?: 1; get: () => Promise<unknown>; from: string; eager: boolean }
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
- interface Module extends Rspack.Module {}
266
- interface Require extends Rspack.Require {}
267
- interface RequireResolve extends Rspack.RequireResolve {}
268
- interface Process extends Rspack.Process {}
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-7f9f7f14-20251231041831",
3
+ "version": "1.7.0-canary-b303a917-20251231130755",
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.19.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.22.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-7f9f7f14-20251231041831"
61
+ "@rspack/binding": "npm:@rspack-canary/binding@1.7.0-canary-b303a917-20251231130755"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@swc/helpers": ">=0.5.1"