@rspack/binding
Advanced tools
Comparing version 0.0.0-20221101082124 to 0.0.0-20221102021023
@@ -41,3 +41,3 @@ /* tslint:disable */ | ||
favicon?: string | ||
meta?: Record<string, string> | ||
meta?: Record<string, Record<string, string>> | ||
} | ||
@@ -161,3 +161,3 @@ export interface RawPostCssConfig { | ||
externals?: Record<string, string> | ||
externalType?: string | ||
externalsType?: string | ||
devtool?: string | ||
@@ -183,2 +183,10 @@ optimization?: RawOptimizationOptions | ||
} | ||
export interface DiffStat { | ||
content: string | ||
kind: DiffStatKind | ||
} | ||
export interface RebuildResult { | ||
diff: Record<string, DiffStat> | ||
stats: StatsCompilation | ||
} | ||
export interface StatsError { | ||
@@ -225,6 +233,2 @@ message: string | ||
} | ||
export class DiffStat { | ||
content: string | ||
kind: DiffStatKind | ||
} | ||
export class Rspack { | ||
@@ -231,0 +235,0 @@ constructor(options: RawOptions, pluginCallbacks?: PluginCallbacks | undefined | null) |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221101082124", | ||
"version": "0.0.0-20221102021023", | ||
"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
477
36176605