@swc/wasm 1.3.65 → 1.3.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/wasm.js +14 -14
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -548,9 +548,14 @@ module.exports.__wbg_set_388c4c6422704173 = function(arg0, arg1, arg2) {
|
|
|
548
548
|
return addHeapObject(ret);
|
|
549
549
|
};
|
|
550
550
|
|
|
551
|
-
module.exports.
|
|
552
|
-
const ret = getObject(arg0)
|
|
553
|
-
return ret;
|
|
551
|
+
module.exports.__wbg_entries_4e1315b774245952 = function(arg0) {
|
|
552
|
+
const ret = Object.entries(getObject(arg0));
|
|
553
|
+
return addHeapObject(ret);
|
|
554
|
+
};
|
|
555
|
+
|
|
556
|
+
module.exports.__wbg_getwithrefkey_15c62c2b8546208d = function(arg0, arg1) {
|
|
557
|
+
const ret = getObject(arg0)[getObject(arg1)];
|
|
558
|
+
return addHeapObject(ret);
|
|
554
559
|
};
|
|
555
560
|
|
|
556
561
|
module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
@@ -558,6 +563,11 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
558
563
|
return ret;
|
|
559
564
|
};
|
|
560
565
|
|
|
566
|
+
module.exports.__wbindgen_is_null = function(arg0) {
|
|
567
|
+
const ret = getObject(arg0) === null;
|
|
568
|
+
return ret;
|
|
569
|
+
};
|
|
570
|
+
|
|
561
571
|
module.exports.__wbg_new_9d3a9ce4282a18a8 = function(arg0, arg1) {
|
|
562
572
|
try {
|
|
563
573
|
var state0 = {a: arg0, b: arg1};
|
|
@@ -577,16 +587,6 @@ module.exports.__wbg_new_9d3a9ce4282a18a8 = function(arg0, arg1) {
|
|
|
577
587
|
}
|
|
578
588
|
};
|
|
579
589
|
|
|
580
|
-
module.exports.__wbg_entries_4e1315b774245952 = function(arg0) {
|
|
581
|
-
const ret = Object.entries(getObject(arg0));
|
|
582
|
-
return addHeapObject(ret);
|
|
583
|
-
};
|
|
584
|
-
|
|
585
|
-
module.exports.__wbg_getwithrefkey_15c62c2b8546208d = function(arg0, arg1) {
|
|
586
|
-
const ret = getObject(arg0)[getObject(arg1)];
|
|
587
|
-
return addHeapObject(ret);
|
|
588
|
-
};
|
|
589
|
-
|
|
590
590
|
module.exports.__wbindgen_number_new = function(arg0) {
|
|
591
591
|
const ret = arg0;
|
|
592
592
|
return addHeapObject(ret);
|
|
@@ -768,7 +768,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
768
768
|
return ret;
|
|
769
769
|
};
|
|
770
770
|
|
|
771
|
-
module.exports.
|
|
771
|
+
module.exports.__wbindgen_closure_wrapper14850 = function(arg0, arg1, arg2) {
|
|
772
772
|
const ret = makeMutClosure(arg0, arg1, 241, __wbg_adapter_50);
|
|
773
773
|
return addHeapObject(ret);
|
|
774
774
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|