@swc/wasm 1.3.22 → 1.3.24
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 +7 -7
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -428,6 +428,11 @@ module.exports.__wbg_set_a68214f35c417fa9 = function(arg0, arg1, arg2) {
|
|
|
428
428
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
429
429
|
};
|
|
430
430
|
|
|
431
|
+
module.exports.__wbg_new_268f7b7dd3430798 = function() {
|
|
432
|
+
const ret = new Map();
|
|
433
|
+
return addHeapObject(ret);
|
|
434
|
+
};
|
|
435
|
+
|
|
431
436
|
module.exports.__wbg_set_933729cf5b66ac11 = function(arg0, arg1, arg2) {
|
|
432
437
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
433
438
|
return addHeapObject(ret);
|
|
@@ -443,11 +448,6 @@ module.exports.__wbindgen_error_new = function(arg0, arg1) {
|
|
|
443
448
|
return addHeapObject(ret);
|
|
444
449
|
};
|
|
445
450
|
|
|
446
|
-
module.exports.__wbg_new_268f7b7dd3430798 = function() {
|
|
447
|
-
const ret = new Map();
|
|
448
|
-
return addHeapObject(ret);
|
|
449
|
-
};
|
|
450
|
-
|
|
451
451
|
module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
452
452
|
const obj = getObject(arg1);
|
|
453
453
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -768,8 +768,8 @@ module.exports.__wbg_then_11f7a54d67b4bfad = function(arg0, arg1) {
|
|
|
768
768
|
return addHeapObject(ret);
|
|
769
769
|
};
|
|
770
770
|
|
|
771
|
-
module.exports.
|
|
772
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
771
|
+
module.exports.__wbindgen_closure_wrapper19032 = function(arg0, arg1, arg2) {
|
|
772
|
+
const ret = makeMutClosure(arg0, arg1, 231, __wbg_adapter_50);
|
|
773
773
|
return addHeapObject(ret);
|
|
774
774
|
};
|
|
775
775
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|