@swc/wasm
Advanced tools
Comparing version 1.7.14 to 1.7.17-nightly-20240820.3
@@ -7,3 +7,3 @@ { | ||
"description": "wasm module for swc", | ||
"version": "1.7.14", | ||
"version": "1.7.17-nightly-20240820.3", | ||
"license": "Apache-2.0", | ||
@@ -10,0 +10,0 @@ "repository": { |
32
wasm.js
@@ -534,2 +534,16 @@ | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_is_null = function(arg0) { | ||
const ret = getObject(arg0) === null; | ||
return ret; | ||
}; | ||
module.exports.__wbg_set_f975102236d3c502 = function(arg0, arg1, arg2) { | ||
getObject(arg0)[takeObject(arg1)] = takeObject(arg2); | ||
}; | ||
module.exports.__wbg_new_b85e72ed1bfd57f9 = function(arg0, arg1) { | ||
@@ -554,11 +568,2 @@ try { | ||
module.exports.__wbindgen_is_null = function(arg0) { | ||
const ret = getObject(arg0) === null; | ||
return ret; | ||
}; | ||
module.exports.__wbg_set_f975102236d3c502 = function(arg0, arg1, arg2) { | ||
getObject(arg0)[takeObject(arg1)] = takeObject(arg2); | ||
}; | ||
module.exports.__wbg_call_89af060b4e1523f2 = function() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -569,7 +574,2 @@ const ret = getObject(arg0).call(getObject(arg1), getObject(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() { | ||
@@ -793,4 +793,4 @@ const ret = new Error(); | ||
module.exports.__wbindgen_closure_wrapper16767 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 987, __wbg_adapter_50); | ||
module.exports.__wbindgen_closure_wrapper16724 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 986, __wbg_adapter_50); | ||
return addHeapObject(ret); | ||
@@ -797,0 +797,0 @@ }; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
22859619
2