@rspack/binding
Advanced tools
Comparing version 0.0.0-20221209140827 to 0.0.0-20221213050853
@@ -367,2 +367,5 @@ /* tslint:disable */ | ||
getAsset(name: string): JsAsset | null | ||
getAssetSource(name: string): JsCompatSource | null | ||
getAssetFilenames(): Array<string> | ||
hasAsset(name: string): boolean | ||
emitAsset(filename: string, source: JsCompatSource, assetInfo: JsAssetInfo): void | ||
@@ -369,0 +372,0 @@ deleteAsset(filename: string): void |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221209140827", | ||
"version": "0.0.0-20221213050853", | ||
"description": "Node binding for rspack", | ||
@@ -5,0 +5,0 @@ "main": "binding.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
622
160110895