@rspack/binding
Advanced tools
Comparing version 0.0.0-20221102063021 to 0.0.0-20221102114315
@@ -191,3 +191,8 @@ /* tslint:disable */ | ||
message: string | ||
formatted: string | ||
} | ||
export interface StatsWarning { | ||
message: string | ||
formatted: string | ||
} | ||
export interface StatsAsset { | ||
@@ -198,2 +203,3 @@ type: string | ||
chunks: Array<string> | ||
chunkNames: Array<string> | ||
} | ||
@@ -216,2 +222,3 @@ export interface StatsModule { | ||
names: Array<string> | ||
size: number | ||
} | ||
@@ -224,2 +231,4 @@ export interface StatsCompilation { | ||
errorsCount: number | ||
warnings: Array<StatsWarning> | ||
warningsCount: number | ||
} | ||
@@ -226,0 +235,0 @@ export interface OnLoadContext { |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221102063021", | ||
"version": "0.0.0-20221102114315", | ||
"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
486
32879356