@rspack/binding
Advanced tools
Comparing version 0.0.0-9a4458fd17-20221109070840 to 0.0.0-d2f7a90ee-20221109135547
@@ -273,2 +273,12 @@ /* tslint:disable */ | ||
} | ||
export interface StatsEntrypointAsset { | ||
name: string | ||
size: number | ||
} | ||
export interface StatsEntrypoint { | ||
name: string | ||
assets: Array<StatsEntrypointAsset> | ||
chunks: Array<string> | ||
assetsSize: number | ||
} | ||
export interface StatsCompilation { | ||
@@ -278,2 +288,3 @@ assets: Array<StatsAsset> | ||
chunks: Array<StatsChunk> | ||
entrypoints: Array<StatsEntrypoint> | ||
errors: Array<StatsError> | ||
@@ -280,0 +291,0 @@ errorsCount: number |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-9a4458fd17-20221109070840", | ||
"version": "0.0.0-d2f7a90ee-20221109135547", | ||
"description": "Node binding for rspack", | ||
@@ -5,0 +5,0 @@ "main": "binding.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32798337
550