@swc/wasm 1.3.71 → 1.3.72

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 +16 -16
  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.71",
7
+ "version": "1.3.72",
8
8
  "license": "Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
package/wasm.js CHANGED
@@ -400,11 +400,6 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
400
400
  takeObject(arg0);
401
401
  };
402
402
 
403
- module.exports.__wbg_get_27fe3dac1c4d0224 = function(arg0, arg1) {
404
- const ret = getObject(arg0)[arg1 >>> 0];
405
- return addHeapObject(ret);
406
- };
407
-
408
403
  module.exports.__wbg_next_88560ec06a094dea = function() { return handleError(function (arg0) {
409
404
  const ret = getObject(arg0).next();
410
405
  return addHeapObject(ret);
@@ -420,6 +415,11 @@ module.exports.__wbg_value_6ac8da5cc5b3efda = function(arg0) {
420
415
  return addHeapObject(ret);
421
416
  };
422
417
 
418
+ module.exports.__wbg_get_27fe3dac1c4d0224 = function(arg0, arg1) {
419
+ const ret = getObject(arg0)[arg1 >>> 0];
420
+ return addHeapObject(ret);
421
+ };
422
+
423
423
  module.exports.__wbg_new_f9876326328f45ed = function() {
424
424
  const ret = new Object();
425
425
  return addHeapObject(ret);
@@ -448,16 +448,6 @@ module.exports.__wbg_new_f841cc6f2098f4b5 = function() {
448
448
  return addHeapObject(ret);
449
449
  };
450
450
 
451
- module.exports.__wbg_set_388c4c6422704173 = function(arg0, arg1, arg2) {
452
- const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
453
- return addHeapObject(ret);
454
- };
455
-
456
- module.exports.__wbindgen_is_string = function(arg0) {
457
- const ret = typeof(getObject(arg0)) === 'string';
458
- return ret;
459
- };
460
-
461
451
  module.exports.__wbindgen_string_get = function(arg0, arg1) {
462
452
  const obj = getObject(arg1);
463
453
  const ret = typeof(obj) === 'string' ? obj : undefined;
@@ -472,6 +462,11 @@ module.exports.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
472
462
  return ret;
473
463
  };
474
464
 
465
+ module.exports.__wbindgen_is_string = function(arg0) {
466
+ const ret = typeof(getObject(arg0)) === 'string';
467
+ return ret;
468
+ };
469
+
475
470
  module.exports.__wbindgen_is_object = function(arg0) {
476
471
  const val = getObject(arg0);
477
472
  const ret = typeof(val) === 'object' && val !== null;
@@ -558,6 +553,11 @@ module.exports.__wbg_iterator_55f114446221aa5a = function() {
558
553
  return addHeapObject(ret);
559
554
  };
560
555
 
556
+ module.exports.__wbg_set_388c4c6422704173 = function(arg0, arg1, arg2) {
557
+ const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
558
+ return addHeapObject(ret);
559
+ };
560
+
561
561
  module.exports.__wbindgen_error_new = function(arg0, arg1) {
562
562
  const ret = new Error(getStringFromWasm0(arg0, arg1));
563
563
  return addHeapObject(ret);
@@ -821,7 +821,7 @@ module.exports.__wbg_then_ec5db6d509eb475f = function(arg0, arg1) {
821
821
  return addHeapObject(ret);
822
822
  };
823
823
 
824
- module.exports.__wbindgen_closure_wrapper14995 = function(arg0, arg1, arg2) {
824
+ module.exports.__wbindgen_closure_wrapper15010 = function(arg0, arg1, arg2) {
825
825
  const ret = makeMutClosure(arg0, arg1, 221, __wbg_adapter_50);
826
826
  return addHeapObject(ret);
827
827
  };
package/wasm_bg.wasm CHANGED
Binary file