@rspack/binding
Advanced tools
Comparing version 0.0.0-20221101015140 to 0.0.0-20221101082124
@@ -234,3 +234,3 @@ /* tslint:disable */ | ||
*/ | ||
unsafe_build(): Promise<StatsCompilation> | ||
unsafe_build(callback: (err: null | Error, result: StatsCompilation) => void): void | ||
/** | ||
@@ -242,3 +242,3 @@ * Rebuild with the given option passed to the constructor | ||
*/ | ||
unsafe_rebuild(changedFiles: Array<string>, removedFiles: Array<string>): Promise<Record<string, {content: string, kind: number}>> | ||
unsafe_rebuild(callback: (err: null | Error, result: Record<string, {content: string, kind: number}>) => void): void | ||
/** | ||
@@ -245,0 +245,0 @@ * Get the last compilation |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221101015140", | ||
"version": "0.0.0-20221101082124", | ||
"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
36226602