@iyulab/u-nesting 0.7.2 → 0.9.0
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/node/u_nesting_wasm.cjs
CHANGED
|
@@ -133,14 +133,14 @@ exports.version = version;
|
|
|
133
133
|
function __wbg_get_imports() {
|
|
134
134
|
const import0 = {
|
|
135
135
|
__proto__: null,
|
|
136
|
-
|
|
136
|
+
__wbg___wbindgen_is_undefined_6cff064c44e0d823: function(arg0) {
|
|
137
137
|
const ret = getObject(arg0) === undefined;
|
|
138
138
|
return ret;
|
|
139
139
|
},
|
|
140
|
-
|
|
140
|
+
__wbg___wbindgen_throw_bb96b2010945f0bc: function(arg0, arg1) {
|
|
141
141
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
142
142
|
},
|
|
143
|
-
|
|
143
|
+
__wbg_getRandomValues_a608c4436c19407a: function() { return handleError(function (arg0, arg1) {
|
|
144
144
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
145
145
|
}, arguments); },
|
|
146
146
|
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
|
@@ -151,19 +151,19 @@ function __wbg_get_imports() {
|
|
|
151
151
|
const ret = getObject(arg0).performance;
|
|
152
152
|
return addHeapObject(ret);
|
|
153
153
|
},
|
|
154
|
-
|
|
155
|
-
const ret = typeof
|
|
154
|
+
__wbg_static_accessor_GLOBAL_THIS_466428f93b4eaa76: function() {
|
|
155
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
156
156
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
157
157
|
},
|
|
158
|
-
|
|
159
|
-
const ret = typeof
|
|
158
|
+
__wbg_static_accessor_GLOBAL_c7aea38d4de089bc: function() {
|
|
159
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
160
160
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
161
161
|
},
|
|
162
|
-
|
|
162
|
+
__wbg_static_accessor_SELF_42d4fae05e59267a: function() {
|
|
163
163
|
const ret = typeof self === 'undefined' ? null : self;
|
|
164
164
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
165
165
|
},
|
|
166
|
-
|
|
166
|
+
__wbg_static_accessor_WINDOW_e0db14a0eba6a812: function() {
|
|
167
167
|
const ret = typeof window === 'undefined' ? null : window;
|
|
168
168
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
169
169
|
},
|
|
Binary file
|
package/package.json
CHANGED
package/u_nesting_wasm_bg.js
CHANGED
|
@@ -123,14 +123,14 @@ export function version() {
|
|
|
123
123
|
wasm.__wbindgen_export2(deferred1_0, deferred1_1, 1);
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
export function
|
|
126
|
+
export function __wbg___wbindgen_is_undefined_6cff064c44e0d823(arg0) {
|
|
127
127
|
const ret = getObject(arg0) === undefined;
|
|
128
128
|
return ret;
|
|
129
129
|
}
|
|
130
|
-
export function
|
|
130
|
+
export function __wbg___wbindgen_throw_bb96b2010945f0bc(arg0, arg1) {
|
|
131
131
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
132
132
|
}
|
|
133
|
-
export function
|
|
133
|
+
export function __wbg_getRandomValues_a608c4436c19407a() { return handleError(function (arg0, arg1) {
|
|
134
134
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
135
135
|
}, arguments); }
|
|
136
136
|
export function __wbg_now_e7c6795a7f81e10f(arg0) {
|
|
@@ -141,19 +141,19 @@ export function __wbg_performance_3fcf6e32a7e1ed0a(arg0) {
|
|
|
141
141
|
const ret = getObject(arg0).performance;
|
|
142
142
|
return addHeapObject(ret);
|
|
143
143
|
}
|
|
144
|
-
export function
|
|
145
|
-
const ret = typeof
|
|
144
|
+
export function __wbg_static_accessor_GLOBAL_THIS_466428f93b4eaa76() {
|
|
145
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
146
146
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
147
147
|
}
|
|
148
|
-
export function
|
|
149
|
-
const ret = typeof
|
|
148
|
+
export function __wbg_static_accessor_GLOBAL_c7aea38d4de089bc() {
|
|
149
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
150
150
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
151
151
|
}
|
|
152
|
-
export function
|
|
152
|
+
export function __wbg_static_accessor_SELF_42d4fae05e59267a() {
|
|
153
153
|
const ret = typeof self === 'undefined' ? null : self;
|
|
154
154
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
155
155
|
}
|
|
156
|
-
export function
|
|
156
|
+
export function __wbg_static_accessor_WINDOW_e0db14a0eba6a812() {
|
|
157
157
|
const ret = typeof window === 'undefined' ? null : window;
|
|
158
158
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
159
159
|
}
|
package/u_nesting_wasm_bg.wasm
CHANGED
|
Binary file
|