@swc/wasm 1.3.38 → 1.3.40

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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/wasm.js +22 -22
  3. package/wasm_bg.wasm +0 -0
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "강동윤 <kdy1997.dev@gmail.com>"
5
5
  ],
6
6
  "description": "wasm module for swc",
7
- "version": "1.3.38",
7
+ "version": "1.3.40",
8
8
  "license": "Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
package/wasm.js CHANGED
@@ -428,6 +428,26 @@ module.exports.__wbg_set_17224bc548dd1d7b = function(arg0, arg1, arg2) {
428
428
  getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
429
429
  };
430
430
 
431
+ module.exports.__wbg_new_f841cc6f2098f4b5 = function() {
432
+ const ret = new Map();
433
+ return addHeapObject(ret);
434
+ };
435
+
436
+ module.exports.__wbg_set_388c4c6422704173 = function(arg0, arg1, arg2) {
437
+ const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
438
+ return addHeapObject(ret);
439
+ };
440
+
441
+ module.exports.__wbindgen_is_string = function(arg0) {
442
+ const ret = typeof(getObject(arg0)) === 'string';
443
+ return ret;
444
+ };
445
+
446
+ module.exports.__wbindgen_error_new = function(arg0, arg1) {
447
+ const ret = new Error(getStringFromWasm0(arg0, arg1));
448
+ return addHeapObject(ret);
449
+ };
450
+
431
451
  module.exports.__wbindgen_string_get = function(arg0, arg1) {
432
452
  const obj = getObject(arg1);
433
453
  const ret = typeof(obj) === 'string' ? obj : undefined;
@@ -442,16 +462,6 @@ module.exports.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
442
462
  return ret;
443
463
  };
444
464
 
445
- module.exports.__wbindgen_error_new = function(arg0, arg1) {
446
- const ret = new Error(getStringFromWasm0(arg0, arg1));
447
- return addHeapObject(ret);
448
- };
449
-
450
- module.exports.__wbindgen_is_string = function(arg0) {
451
- const ret = typeof(getObject(arg0)) === 'string';
452
- return ret;
453
- };
454
-
455
465
  module.exports.__wbindgen_is_object = function(arg0) {
456
466
  const val = getObject(arg0);
457
467
  const ret = typeof(val) === 'object' && val !== null;
@@ -543,16 +553,6 @@ module.exports.__wbindgen_bigint_from_u64 = function(arg0) {
543
553
  return addHeapObject(ret);
544
554
  };
545
555
 
546
- module.exports.__wbg_set_388c4c6422704173 = function(arg0, arg1, arg2) {
547
- const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
548
- return addHeapObject(ret);
549
- };
550
-
551
- module.exports.__wbg_new_f841cc6f2098f4b5 = function() {
552
- const ret = new Map();
553
- return addHeapObject(ret);
554
- };
555
-
556
556
  module.exports.__wbg_call_9495de66fdbe016b = function() { return handleError(function (arg0, arg1, arg2) {
557
557
  const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
558
558
  return addHeapObject(ret);
@@ -768,8 +768,8 @@ module.exports.__wbg_then_ec5db6d509eb475f = function(arg0, arg1) {
768
768
  return addHeapObject(ret);
769
769
  };
770
770
 
771
- module.exports.__wbindgen_closure_wrapper19134 = function(arg0, arg1, arg2) {
772
- const ret = makeMutClosure(arg0, arg1, 236, __wbg_adapter_50);
771
+ module.exports.__wbindgen_closure_wrapper19281 = function(arg0, arg1, arg2) {
772
+ const ret = makeMutClosure(arg0, arg1, 235, __wbg_adapter_50);
773
773
  return addHeapObject(ret);
774
774
  };
775
775
 
package/wasm_bg.wasm CHANGED
Binary file