@rspack-canary/browser 1.5.6-canary-9360f4d0-20250918174212 → 1.5.6-canary-7c0091e4-20250919173930
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/index.mjs +372 -344
- package/dist/napi-binding.d.ts +2 -7
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/dist/stats/statsFactoryUtils.d.ts +0 -1
- package/package.json +1 -1
package/dist/napi-binding.d.ts
CHANGED
|
@@ -1353,11 +1353,6 @@ export interface JsStatsLogging {
|
|
|
1353
1353
|
trace?: Array<string>
|
|
1354
1354
|
}
|
|
1355
1355
|
|
|
1356
|
-
export interface JsStatsMillisecond {
|
|
1357
|
-
secs: number
|
|
1358
|
-
subsecMillis: number
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
1356
|
export interface JsStatsModule {
|
|
1362
1357
|
commonAttributes: JsStatsModuleCommonAttributes
|
|
1363
1358
|
dependent?: boolean
|
|
@@ -1402,8 +1397,8 @@ export interface JsStatsModuleIssuer {
|
|
|
1402
1397
|
}
|
|
1403
1398
|
|
|
1404
1399
|
export interface JsStatsModuleProfile {
|
|
1405
|
-
factory:
|
|
1406
|
-
building:
|
|
1400
|
+
factory: number
|
|
1401
|
+
building: number
|
|
1407
1402
|
}
|
|
1408
1403
|
|
|
1409
1404
|
export interface JsStatsModuleReason {
|
|
Binary file
|
|
@@ -316,7 +316,6 @@ export declare const mergeToObject: (items: {
|
|
|
316
316
|
[key: string]: any;
|
|
317
317
|
name: string;
|
|
318
318
|
}[]) => Object;
|
|
319
|
-
export declare function resolveStatsMillisecond(s: binding.JsStatsMillisecond): number;
|
|
320
319
|
export declare const errorsSpaceLimit: (errors: StatsError[], max: number) => {
|
|
321
320
|
errors: StatsError[];
|
|
322
321
|
filtered: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/browser",
|
|
3
|
-
"version": "1.5.6-canary-
|
|
3
|
+
"version": "1.5.6-canary-7c0091e4-20250919173930",
|
|
4
4
|
"webpackVersion": "5.75.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Rspack for running in the browser. This is still in early stage and may not follow the semver.",
|