@swc/wasm
Advanced tools
Comparing version 1.7.13-nightly-20240819.2 to 1.7.14-nightly-20240819.1
@@ -7,3 +7,3 @@ { | ||
"description": "wasm module for swc", | ||
"version": "1.7.13-nightly-20240819.2", | ||
"version": "1.7.14-nightly-20240819.1", | ||
"license": "Apache-2.0", | ||
@@ -10,0 +10,0 @@ "repository": { |
10
wasm.js
@@ -558,7 +558,2 @@ | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbg_set_f975102236d3c502 = function(arg0, arg1, arg2) { | ||
@@ -573,2 +568,7 @@ getObject(arg0)[takeObject(arg1)] = takeObject(arg2); | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -575,0 +575,0 @@ const ret = new Error(); |
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
23039872