@rspack/binding
Advanced tools
Comparing version 0.0.0-4f29fdb1e5-20221108142507 to 0.0.0-760f8b6f15-20221110061725
@@ -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-4f29fdb1e5-20221108142507", | ||
"version": "0.0.0-760f8b6f15-20221110061725", | ||
"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
32864514
550