@swc/wasm
Advanced tools
Comparing version 1.7.6 to 1.7.7-nightly-20240806.4
@@ -7,3 +7,3 @@ { | ||
"description": "wasm module for swc", | ||
"version": "1.7.6", | ||
"version": "1.7.7-nightly-20240806.4", | ||
"license": "Apache-2.0", | ||
@@ -10,0 +10,0 @@ "repository": { |
72
wasm.js
@@ -481,36 +481,2 @@ let imports = {}; | ||
module.exports.__wbg_new_81740750da40724f = function(arg0, arg1) { | ||
try { | ||
var state0 = {a: arg0, b: arg1}; | ||
var cb0 = (arg0, arg1) => { | ||
const a = state0.a; | ||
state0.a = 0; | ||
try { | ||
return __wbg_adapter_119(a, state0.b, arg0, arg1); | ||
} finally { | ||
state0.a = a; | ||
} | ||
}; | ||
const ret = new Promise(cb0); | ||
return addHeapObject(ret); | ||
} finally { | ||
state0.a = state0.b = 0; | ||
} | ||
}; | ||
module.exports.__wbg_call_b3ca7c6051f9bec1 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2)); | ||
return addHeapObject(ret); | ||
}, arguments) }; | ||
module.exports.__wbindgen_is_null = function(arg0) { | ||
const ret = getObject(arg0) === null; | ||
return ret; | ||
}; | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_boolean_get = function(arg0) { | ||
@@ -586,2 +552,31 @@ const v = getObject(arg0); | ||
module.exports.__wbg_new_81740750da40724f = function(arg0, arg1) { | ||
try { | ||
var state0 = {a: arg0, b: arg1}; | ||
var cb0 = (arg0, arg1) => { | ||
const a = state0.a; | ||
state0.a = 0; | ||
try { | ||
return __wbg_adapter_119(a, state0.b, arg0, arg1); | ||
} finally { | ||
state0.a = a; | ||
} | ||
}; | ||
const ret = new Promise(cb0); | ||
return addHeapObject(ret); | ||
} finally { | ||
state0.a = state0.b = 0; | ||
} | ||
}; | ||
module.exports.__wbindgen_is_null = function(arg0) { | ||
const ret = getObject(arg0) === null; | ||
return ret; | ||
}; | ||
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) { | ||
@@ -591,2 +586,7 @@ getObject(arg0)[takeObject(arg1)] = takeObject(arg2); | ||
module.exports.__wbg_call_b3ca7c6051f9bec1 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2)); | ||
return addHeapObject(ret); | ||
}, arguments) }; | ||
module.exports.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -810,4 +810,4 @@ const ret = new Error(); | ||
module.exports.__wbindgen_closure_wrapper16819 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 985, __wbg_adapter_50); | ||
module.exports.__wbindgen_closure_wrapper16818 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 986, __wbg_adapter_50); | ||
return addHeapObject(ret); | ||
@@ -814,0 +814,0 @@ }; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22864699
2