ms-toollib 1.5.10-alpha → 1.5.11-alpha
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/ms_toollib.js +24 -24
- package/ms_toollib_bg.wasm +0 -0
- package/package.json +1 -1
package/ms_toollib.js
CHANGED
|
@@ -3670,30 +3670,30 @@ exports.valid_time_period = valid_time_period;
|
|
|
3670
3670
|
function __wbg_get_imports() {
|
|
3671
3671
|
const import0 = {
|
|
3672
3672
|
__proto__: null,
|
|
3673
|
-
|
|
3673
|
+
__wbg___wbindgen_is_function_1ff95bcc5517c252: function(arg0) {
|
|
3674
3674
|
const ret = typeof(arg0) === 'function';
|
|
3675
3675
|
return ret;
|
|
3676
3676
|
},
|
|
3677
|
-
|
|
3677
|
+
__wbg___wbindgen_is_object_a27215656b807791: function(arg0) {
|
|
3678
3678
|
const val = arg0;
|
|
3679
3679
|
const ret = typeof(val) === 'object' && val !== null;
|
|
3680
3680
|
return ret;
|
|
3681
3681
|
},
|
|
3682
|
-
|
|
3682
|
+
__wbg___wbindgen_is_string_ea5e6cc2e4141dfe: function(arg0) {
|
|
3683
3683
|
const ret = typeof(arg0) === 'string';
|
|
3684
3684
|
return ret;
|
|
3685
3685
|
},
|
|
3686
|
-
|
|
3686
|
+
__wbg___wbindgen_is_undefined_c05833b95a3cf397: function(arg0) {
|
|
3687
3687
|
const ret = arg0 === undefined;
|
|
3688
3688
|
return ret;
|
|
3689
3689
|
},
|
|
3690
|
-
|
|
3690
|
+
__wbg___wbindgen_number_get_394265ed1e1b84ee: function(arg0, arg1) {
|
|
3691
3691
|
const obj = arg1;
|
|
3692
3692
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
3693
3693
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
3694
3694
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
3695
3695
|
},
|
|
3696
|
-
|
|
3696
|
+
__wbg___wbindgen_string_get_b0ca35b86a603356: function(arg0, arg1) {
|
|
3697
3697
|
const obj = arg1;
|
|
3698
3698
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
3699
3699
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -3701,10 +3701,10 @@ function __wbg_get_imports() {
|
|
|
3701
3701
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3702
3702
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3703
3703
|
},
|
|
3704
|
-
|
|
3704
|
+
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
3705
3705
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
3706
3706
|
},
|
|
3707
|
-
|
|
3707
|
+
__wbg_call_a6e5c5dce5018821: function() { return handleError(function (arg0, arg1, arg2) {
|
|
3708
3708
|
const ret = arg0.call(arg1, arg2);
|
|
3709
3709
|
return ret;
|
|
3710
3710
|
}, arguments); },
|
|
@@ -3712,26 +3712,26 @@ function __wbg_get_imports() {
|
|
|
3712
3712
|
const ret = arg0.crypto;
|
|
3713
3713
|
return ret;
|
|
3714
3714
|
},
|
|
3715
|
-
|
|
3715
|
+
__wbg_from_13e323c65fc8f464: function(arg0) {
|
|
3716
3716
|
const ret = Array.from(arg0);
|
|
3717
3717
|
return ret;
|
|
3718
3718
|
},
|
|
3719
3719
|
__wbg_getRandomValues_c44a50d8cfdaebeb: function() { return handleError(function (arg0, arg1) {
|
|
3720
3720
|
arg0.getRandomValues(arg1);
|
|
3721
3721
|
}, arguments); },
|
|
3722
|
-
|
|
3722
|
+
__wbg_get_507a50627bffa49b: function(arg0, arg1) {
|
|
3723
3723
|
const ret = arg0[arg1 >>> 0];
|
|
3724
3724
|
return ret;
|
|
3725
3725
|
},
|
|
3726
|
-
|
|
3726
|
+
__wbg_get_unchecked_6e0ad6d2a41b06f6: function(arg0, arg1) {
|
|
3727
3727
|
const ret = arg0[arg1 >>> 0];
|
|
3728
3728
|
return ret;
|
|
3729
3729
|
},
|
|
3730
|
-
|
|
3730
|
+
__wbg_length_1f0964f4a5e2c6d8: function(arg0) {
|
|
3731
3731
|
const ret = arg0.length;
|
|
3732
3732
|
return ret;
|
|
3733
3733
|
},
|
|
3734
|
-
|
|
3734
|
+
__wbg_length_370319915dc99107: function(arg0) {
|
|
3735
3735
|
const ret = arg0.length;
|
|
3736
3736
|
return ret;
|
|
3737
3737
|
},
|
|
@@ -3739,15 +3739,15 @@ function __wbg_get_imports() {
|
|
|
3739
3739
|
const ret = arg0.msCrypto;
|
|
3740
3740
|
return ret;
|
|
3741
3741
|
},
|
|
3742
|
-
|
|
3742
|
+
__wbg_new_32b398fb48b6d94a: function() {
|
|
3743
3743
|
const ret = new Array();
|
|
3744
3744
|
return ret;
|
|
3745
3745
|
},
|
|
3746
|
-
|
|
3746
|
+
__wbg_new_with_length_e6785c33c8e4cce8: function(arg0) {
|
|
3747
3747
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
3748
3748
|
return ret;
|
|
3749
3749
|
},
|
|
3750
|
-
|
|
3750
|
+
__wbg_new_with_length_f8cbc3a5b9ff9368: function(arg0) {
|
|
3751
3751
|
const ret = new Array(arg0 >>> 0);
|
|
3752
3752
|
return ret;
|
|
3753
3753
|
},
|
|
@@ -3759,10 +3759,10 @@ function __wbg_get_imports() {
|
|
|
3759
3759
|
const ret = arg0.process;
|
|
3760
3760
|
return ret;
|
|
3761
3761
|
},
|
|
3762
|
-
|
|
3762
|
+
__wbg_prototypesetcall_4770620bbe4688a0: function(arg0, arg1, arg2) {
|
|
3763
3763
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
3764
3764
|
},
|
|
3765
|
-
|
|
3765
|
+
__wbg_push_d2ae3af0c1217ae6: function(arg0, arg1) {
|
|
3766
3766
|
const ret = arg0.push(arg1);
|
|
3767
3767
|
return ret;
|
|
3768
3768
|
},
|
|
@@ -3773,26 +3773,26 @@ function __wbg_get_imports() {
|
|
|
3773
3773
|
const ret = module.require;
|
|
3774
3774
|
return ret;
|
|
3775
3775
|
}, arguments); },
|
|
3776
|
-
|
|
3776
|
+
__wbg_set_8a16b38e4805b298: function(arg0, arg1, arg2) {
|
|
3777
3777
|
arg0[arg1 >>> 0] = arg2;
|
|
3778
3778
|
},
|
|
3779
|
-
|
|
3779
|
+
__wbg_static_accessor_GLOBAL_4ef717fb391d88b7: function() {
|
|
3780
3780
|
const ret = typeof global === 'undefined' ? null : global;
|
|
3781
3781
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3782
3782
|
},
|
|
3783
|
-
|
|
3783
|
+
__wbg_static_accessor_GLOBAL_THIS_8d1badc68b5a74f4: function() {
|
|
3784
3784
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
3785
3785
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3786
3786
|
},
|
|
3787
|
-
|
|
3787
|
+
__wbg_static_accessor_SELF_146583524fe1469b: function() {
|
|
3788
3788
|
const ret = typeof self === 'undefined' ? null : self;
|
|
3789
3789
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3790
3790
|
},
|
|
3791
|
-
|
|
3791
|
+
__wbg_static_accessor_WINDOW_f2829a2234d7819e: function() {
|
|
3792
3792
|
const ret = typeof window === 'undefined' ? null : window;
|
|
3793
3793
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3794
3794
|
},
|
|
3795
|
-
|
|
3795
|
+
__wbg_subarray_3ed232c8a6baee09: function(arg0, arg1, arg2) {
|
|
3796
3796
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
3797
3797
|
return ret;
|
|
3798
3798
|
},
|
package/ms_toollib_bg.wasm
CHANGED
|
Binary file
|