qlue-ls 2.8.1 → 3.0.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/package.json +1 -1
- package/qlue_ls.d.ts +4 -4
- package/qlue_ls.js +94 -96
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -18,18 +18,18 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
18
18
|
export interface InitOutput {
|
|
19
19
|
readonly memory: WebAssembly.Memory;
|
|
20
20
|
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
21
|
+
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
21
22
|
readonly init_language_server: (a: any) => number;
|
|
22
23
|
readonly listen: (a: number, b: any) => any;
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly wasm_bindgen_68f1cc3df06a5adc___convert__closures_____invoke___wasm_bindgen_68f1cc3df06a5adc___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_68f1cc3df06a5adc___JsError___true_: (a: number, b: number, c: any) => [number, number];
|
|
26
|
-
readonly wasm_bindgen_68f1cc3df06a5adc___convert__closures_____invoke___js_sys_c8278aadf63fcd8c___Function_fn_wasm_bindgen_68f1cc3df06a5adc___JsValue_____wasm_bindgen_68f1cc3df06a5adc___sys__Undefined___js_sys_c8278aadf63fcd8c___Function_fn_wasm_bindgen_68f1cc3df06a5adc___JsValue_____wasm_bindgen_68f1cc3df06a5adc___sys__Undefined_______true_: (a: number, b: number, c: any, d: any) => void;
|
|
24
|
+
readonly wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___wasm_bindgen_50e84266a2ebc23d___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_50e84266a2ebc23d___JsError___true_: (a: number, b: number, c: any) => [number, number];
|
|
25
|
+
readonly wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___js_sys_61a848f78bc8c080___Function_fn_wasm_bindgen_50e84266a2ebc23d___JsValue_____wasm_bindgen_50e84266a2ebc23d___sys__Undefined___js_sys_61a848f78bc8c080___Function_fn_wasm_bindgen_50e84266a2ebc23d___JsValue_____wasm_bindgen_50e84266a2ebc23d___sys__Undefined_______true_: (a: number, b: number, c: any, d: any) => void;
|
|
27
26
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
28
27
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
29
28
|
readonly __externref_table_alloc: () => number;
|
|
30
29
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
31
30
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
32
31
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
32
|
+
readonly __wbindgen_destroy_closure: (a: number, b: number) => void;
|
|
33
33
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
34
34
|
readonly __wbindgen_start: () => void;
|
|
35
35
|
}
|
package/qlue_ls.js
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
export class Server {
|
|
4
4
|
static __wrap(ptr) {
|
|
5
|
-
ptr = ptr >>> 0;
|
|
6
5
|
const obj = Object.create(Server.prototype);
|
|
7
6
|
obj.__wbg_ptr = ptr;
|
|
8
7
|
ServerFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -66,15 +65,14 @@ export function listen(server, reader) {
|
|
|
66
65
|
const ret = wasm.listen(ptr0, reader);
|
|
67
66
|
return ret;
|
|
68
67
|
}
|
|
69
|
-
|
|
70
68
|
function __wbg_get_imports() {
|
|
71
69
|
const import0 = {
|
|
72
70
|
__proto__: null,
|
|
73
|
-
|
|
71
|
+
__wbg_Error_9dc85fe1bc224456: function(arg0, arg1) {
|
|
74
72
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
75
73
|
return ret;
|
|
76
74
|
},
|
|
77
|
-
|
|
75
|
+
__wbg_Number_4779d427bae39753: function(arg0) {
|
|
78
76
|
const ret = Number(arg0);
|
|
79
77
|
return ret;
|
|
80
78
|
},
|
|
@@ -85,50 +83,50 @@ function __wbg_get_imports() {
|
|
|
85
83
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
86
84
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
87
85
|
},
|
|
88
|
-
|
|
86
|
+
__wbg___wbindgen_boolean_get_b131b2f36d6b2f55: function(arg0) {
|
|
89
87
|
const v = arg0;
|
|
90
88
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
91
89
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
92
90
|
},
|
|
93
|
-
|
|
91
|
+
__wbg___wbindgen_debug_string_56c147eb1a51f0c4: function(arg0, arg1) {
|
|
94
92
|
const ret = debugString(arg1);
|
|
95
93
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
96
94
|
const len1 = WASM_VECTOR_LEN;
|
|
97
95
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
98
96
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
99
97
|
},
|
|
100
|
-
|
|
98
|
+
__wbg___wbindgen_in_ce8569b2fc6f5088: function(arg0, arg1) {
|
|
101
99
|
const ret = arg0 in arg1;
|
|
102
100
|
return ret;
|
|
103
101
|
},
|
|
104
|
-
|
|
102
|
+
__wbg___wbindgen_is_function_147961669f068cd4: function(arg0) {
|
|
105
103
|
const ret = typeof(arg0) === 'function';
|
|
106
104
|
return ret;
|
|
107
105
|
},
|
|
108
|
-
|
|
106
|
+
__wbg___wbindgen_is_object_3a2c414391dbf751: function(arg0) {
|
|
109
107
|
const val = arg0;
|
|
110
108
|
const ret = typeof(val) === 'object' && val !== null;
|
|
111
109
|
return ret;
|
|
112
110
|
},
|
|
113
|
-
|
|
111
|
+
__wbg___wbindgen_is_string_6541b0f6ecd4e8e5: function(arg0) {
|
|
114
112
|
const ret = typeof(arg0) === 'string';
|
|
115
113
|
return ret;
|
|
116
114
|
},
|
|
117
|
-
|
|
115
|
+
__wbg___wbindgen_is_undefined_4410e3c20a99fa97: function(arg0) {
|
|
118
116
|
const ret = arg0 === undefined;
|
|
119
117
|
return ret;
|
|
120
118
|
},
|
|
121
|
-
|
|
119
|
+
__wbg___wbindgen_jsval_loose_eq_e07e3b1f5db6da6c: function(arg0, arg1) {
|
|
122
120
|
const ret = arg0 == arg1;
|
|
123
121
|
return ret;
|
|
124
122
|
},
|
|
125
|
-
|
|
123
|
+
__wbg___wbindgen_number_get_588ed6b97f0d7e14: function(arg0, arg1) {
|
|
126
124
|
const obj = arg1;
|
|
127
125
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
128
126
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
129
127
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
130
128
|
},
|
|
131
|
-
|
|
129
|
+
__wbg___wbindgen_string_get_fa2687d531ed17a5: function(arg0, arg1) {
|
|
132
130
|
const obj = arg1;
|
|
133
131
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
134
132
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -136,63 +134,63 @@ function __wbg_get_imports() {
|
|
|
136
134
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
137
135
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
138
136
|
},
|
|
139
|
-
|
|
137
|
+
__wbg___wbindgen_throw_bbadd78c1bac3a77: function(arg0, arg1) {
|
|
140
138
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
141
139
|
},
|
|
142
|
-
|
|
140
|
+
__wbg__wbg_cb_unref_c2301a3c9b78104b: function(arg0) {
|
|
143
141
|
arg0._wbg_cb_unref();
|
|
144
142
|
},
|
|
145
|
-
|
|
143
|
+
__wbg_abort_56c00f462c9261d9: function(arg0, arg1) {
|
|
146
144
|
arg0.abort(arg1);
|
|
147
145
|
},
|
|
148
|
-
|
|
146
|
+
__wbg_body_442a47f02322d7b0: function(arg0) {
|
|
149
147
|
const ret = arg0.body;
|
|
150
148
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
151
149
|
},
|
|
152
|
-
|
|
153
|
-
const ret = arg0.call(arg1
|
|
150
|
+
__wbg_call_91f00ddc43e01490: function() { return handleError(function (arg0, arg1) {
|
|
151
|
+
const ret = arg0.call(arg1);
|
|
154
152
|
return ret;
|
|
155
153
|
}, arguments); },
|
|
156
|
-
|
|
157
|
-
const ret = arg0.call(arg1);
|
|
154
|
+
__wbg_call_ec09a4cf93377d3a: function() { return handleError(function (arg0, arg1, arg2) {
|
|
155
|
+
const ret = arg0.call(arg1, arg2);
|
|
158
156
|
return ret;
|
|
159
157
|
}, arguments); },
|
|
160
|
-
|
|
158
|
+
__wbg_encodeURIComponent_e0cd09aae30089aa: function(arg0, arg1) {
|
|
161
159
|
const ret = encodeURIComponent(getStringFromWasm0(arg0, arg1));
|
|
162
160
|
return ret;
|
|
163
161
|
},
|
|
164
|
-
|
|
162
|
+
__wbg_entries_5a6a7e7e0df09fe5: function(arg0) {
|
|
165
163
|
const ret = Object.entries(arg0);
|
|
166
164
|
return ret;
|
|
167
165
|
},
|
|
168
|
-
|
|
166
|
+
__wbg_error_6651fee1c71e5da9: function(arg0) {
|
|
169
167
|
console.error(arg0);
|
|
170
168
|
},
|
|
171
|
-
|
|
169
|
+
__wbg_fetch_22858a12fcf93152: function(arg0, arg1) {
|
|
172
170
|
const ret = arg0.fetch(arg1);
|
|
173
171
|
return ret;
|
|
174
172
|
},
|
|
175
|
-
|
|
173
|
+
__wbg_getReader_0cd37e95fbf00f7f: function(arg0) {
|
|
176
174
|
const ret = arg0.getReader();
|
|
177
175
|
return ret;
|
|
178
176
|
},
|
|
179
|
-
|
|
180
|
-
const ret = Reflect.get(arg0, arg1);
|
|
181
|
-
return ret;
|
|
182
|
-
}, arguments); },
|
|
183
|
-
__wbg_get_a8ee5c45dabc1b3b: function(arg0, arg1) {
|
|
177
|
+
__wbg_get_4b90d6d8c5deb5d5: function(arg0, arg1) {
|
|
184
178
|
const ret = arg0[arg1 >>> 0];
|
|
185
179
|
return ret;
|
|
186
180
|
},
|
|
181
|
+
__wbg_get_52a8a619f7b88df6: function() { return handleError(function (arg0, arg1) {
|
|
182
|
+
const ret = Reflect.get(arg0, arg1);
|
|
183
|
+
return ret;
|
|
184
|
+
}, arguments); },
|
|
187
185
|
__wbg_get_with_ref_key_6412cf3094599694: function(arg0, arg1) {
|
|
188
186
|
const ret = arg0[arg1];
|
|
189
187
|
return ret;
|
|
190
188
|
},
|
|
191
|
-
|
|
189
|
+
__wbg_headers_e1e94862a6a36f9e: function(arg0) {
|
|
192
190
|
const ret = arg0.headers;
|
|
193
191
|
return ret;
|
|
194
192
|
},
|
|
195
|
-
|
|
193
|
+
__wbg_instanceof_ArrayBuffer_a581da923203f29f: function(arg0) {
|
|
196
194
|
let result;
|
|
197
195
|
try {
|
|
198
196
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -202,7 +200,7 @@ function __wbg_get_imports() {
|
|
|
202
200
|
const ret = result;
|
|
203
201
|
return ret;
|
|
204
202
|
},
|
|
205
|
-
|
|
203
|
+
__wbg_instanceof_DomException_11c6fdda80861b83: function(arg0) {
|
|
206
204
|
let result;
|
|
207
205
|
try {
|
|
208
206
|
result = arg0 instanceof DOMException;
|
|
@@ -212,7 +210,7 @@ function __wbg_get_imports() {
|
|
|
212
210
|
const ret = result;
|
|
213
211
|
return ret;
|
|
214
212
|
},
|
|
215
|
-
|
|
213
|
+
__wbg_instanceof_Response_36a65a969abaa7c6: function(arg0) {
|
|
216
214
|
let result;
|
|
217
215
|
try {
|
|
218
216
|
result = arg0 instanceof Response;
|
|
@@ -222,7 +220,7 @@ function __wbg_get_imports() {
|
|
|
222
220
|
const ret = result;
|
|
223
221
|
return ret;
|
|
224
222
|
},
|
|
225
|
-
|
|
223
|
+
__wbg_instanceof_Uint8Array_b6fe1ac89eba107e: function(arg0) {
|
|
226
224
|
let result;
|
|
227
225
|
try {
|
|
228
226
|
result = arg0 instanceof Uint8Array;
|
|
@@ -232,19 +230,19 @@ function __wbg_get_imports() {
|
|
|
232
230
|
const ret = result;
|
|
233
231
|
return ret;
|
|
234
232
|
},
|
|
235
|
-
|
|
233
|
+
__wbg_isSafeInteger_c22ccb4af2201fe9: function(arg0) {
|
|
236
234
|
const ret = Number.isSafeInteger(arg0);
|
|
237
235
|
return ret;
|
|
238
236
|
},
|
|
239
|
-
|
|
237
|
+
__wbg_json_1f241d2c075564c1: function() { return handleError(function (arg0) {
|
|
240
238
|
const ret = arg0.json();
|
|
241
239
|
return ret;
|
|
242
240
|
}, arguments); },
|
|
243
|
-
|
|
241
|
+
__wbg_length_68a9d5278d084f4f: function(arg0) {
|
|
244
242
|
const ret = arg0.length;
|
|
245
243
|
return ret;
|
|
246
244
|
},
|
|
247
|
-
|
|
245
|
+
__wbg_length_fb04d16d7bdf6d4c: function(arg0) {
|
|
248
246
|
const ret = arg0.length;
|
|
249
247
|
return ret;
|
|
250
248
|
},
|
|
@@ -289,33 +287,33 @@ function __wbg_get_imports() {
|
|
|
289
287
|
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
|
|
290
288
|
}
|
|
291
289
|
}, arguments); },
|
|
292
|
-
|
|
290
|
+
__wbg_name_eb273e7492158915: function(arg0, arg1) {
|
|
293
291
|
const ret = arg1.name;
|
|
294
292
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
295
293
|
const len1 = WASM_VECTOR_LEN;
|
|
296
294
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
297
295
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
298
296
|
},
|
|
299
|
-
|
|
300
|
-
const ret = new Uint8Array(arg0);
|
|
301
|
-
return ret;
|
|
302
|
-
},
|
|
303
|
-
__wbg_new_ab79df5bd7c26067: function() {
|
|
297
|
+
__wbg_new_20b778a4c5c691c3: function() {
|
|
304
298
|
const ret = new Object();
|
|
305
299
|
return ret;
|
|
306
300
|
},
|
|
307
|
-
|
|
301
|
+
__wbg_new_24739629d416f982: function() { return handleError(function () {
|
|
308
302
|
const ret = new AbortController();
|
|
309
303
|
return ret;
|
|
310
304
|
}, arguments); },
|
|
311
|
-
|
|
305
|
+
__wbg_new_b06772b280cc6e52: function(arg0) {
|
|
306
|
+
const ret = new Uint8Array(arg0);
|
|
307
|
+
return ret;
|
|
308
|
+
},
|
|
309
|
+
__wbg_new_typed_90c3f6c29ba36d19: function(arg0, arg1) {
|
|
312
310
|
try {
|
|
313
311
|
var state0 = {a: arg0, b: arg1};
|
|
314
312
|
var cb0 = (arg0, arg1) => {
|
|
315
313
|
const a = state0.a;
|
|
316
314
|
state0.a = 0;
|
|
317
315
|
try {
|
|
318
|
-
return
|
|
316
|
+
return wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___js_sys_61a848f78bc8c080___Function_fn_wasm_bindgen_50e84266a2ebc23d___JsValue_____wasm_bindgen_50e84266a2ebc23d___sys__Undefined___js_sys_61a848f78bc8c080___Function_fn_wasm_bindgen_50e84266a2ebc23d___JsValue_____wasm_bindgen_50e84266a2ebc23d___sys__Undefined_______true_(a, state0.b, arg0, arg1);
|
|
319
317
|
} finally {
|
|
320
318
|
state0.a = a;
|
|
321
319
|
}
|
|
@@ -323,105 +321,105 @@ function __wbg_get_imports() {
|
|
|
323
321
|
const ret = new Promise(cb0);
|
|
324
322
|
return ret;
|
|
325
323
|
} finally {
|
|
326
|
-
state0.a =
|
|
324
|
+
state0.a = 0;
|
|
327
325
|
}
|
|
328
326
|
},
|
|
329
|
-
|
|
327
|
+
__wbg_new_with_args_f65ccf8b2cbd794c: function(arg0, arg1, arg2, arg3) {
|
|
330
328
|
const ret = new Function(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
|
|
331
329
|
return ret;
|
|
332
330
|
},
|
|
333
|
-
|
|
331
|
+
__wbg_new_with_str_and_init_df876572184fe639: function() { return handleError(function (arg0, arg1, arg2) {
|
|
334
332
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
335
333
|
return ret;
|
|
336
334
|
}, arguments); },
|
|
337
|
-
|
|
335
|
+
__wbg_now_ca637c227626a93d: function(arg0) {
|
|
338
336
|
const ret = arg0.now();
|
|
339
337
|
return ret;
|
|
340
338
|
},
|
|
341
|
-
|
|
339
|
+
__wbg_ok_2279b99c57bfdfba: function(arg0) {
|
|
342
340
|
const ret = arg0.ok;
|
|
343
341
|
return ret;
|
|
344
342
|
},
|
|
345
|
-
|
|
343
|
+
__wbg_performance_218fb8b1897ce503: function(arg0) {
|
|
346
344
|
const ret = arg0.performance;
|
|
347
345
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
348
346
|
},
|
|
349
|
-
|
|
347
|
+
__wbg_prototypesetcall_956c7493c68e29b4: function(arg0, arg1, arg2) {
|
|
350
348
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
351
349
|
},
|
|
352
|
-
|
|
350
|
+
__wbg_queueMicrotask_4698f900840e3286: function(arg0) {
|
|
351
|
+
queueMicrotask(arg0);
|
|
352
|
+
},
|
|
353
|
+
__wbg_queueMicrotask_477a5533c7100338: function(arg0) {
|
|
353
354
|
const ret = arg0.queueMicrotask;
|
|
354
355
|
return ret;
|
|
355
356
|
},
|
|
356
|
-
|
|
357
|
-
queueMicrotask(arg0);
|
|
358
|
-
},
|
|
359
|
-
__wbg_read_7f593a961a7f80ed: function(arg0) {
|
|
357
|
+
__wbg_read_8426c146431f2905: function(arg0) {
|
|
360
358
|
const ret = arg0.read();
|
|
361
359
|
return ret;
|
|
362
360
|
},
|
|
363
|
-
|
|
361
|
+
__wbg_resolve_0183de2e8c6b1d54: function(arg0) {
|
|
364
362
|
const ret = Promise.resolve(arg0);
|
|
365
363
|
return ret;
|
|
366
364
|
},
|
|
367
|
-
|
|
368
|
-
arg0.body = arg1;
|
|
369
|
-
},
|
|
370
|
-
__wbg_set_e09648bea3f1af1e: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
365
|
+
__wbg_set_3ab3dfede3bae139: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
371
366
|
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
372
367
|
}, arguments); },
|
|
373
|
-
|
|
368
|
+
__wbg_set_body_d1153b16a2b95ca1: function(arg0, arg1) {
|
|
369
|
+
arg0.body = arg1;
|
|
370
|
+
},
|
|
371
|
+
__wbg_set_method_b4ede299b2064f37: function(arg0, arg1, arg2) {
|
|
374
372
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
375
373
|
},
|
|
376
|
-
|
|
374
|
+
__wbg_set_mode_d6c2e1991aa963c6: function(arg0, arg1) {
|
|
377
375
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
378
376
|
},
|
|
379
|
-
|
|
377
|
+
__wbg_set_signal_9022b5aa06a6ce5b: function(arg0, arg1) {
|
|
380
378
|
arg0.signal = arg1;
|
|
381
379
|
},
|
|
382
|
-
|
|
380
|
+
__wbg_signal_41dd1a8913cd0b7d: function(arg0) {
|
|
383
381
|
const ret = arg0.signal;
|
|
384
382
|
return ret;
|
|
385
383
|
},
|
|
386
|
-
|
|
384
|
+
__wbg_static_accessor_GLOBAL_60a4124bab7dcc9a: function() {
|
|
387
385
|
const ret = typeof global === 'undefined' ? null : global;
|
|
388
386
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
389
387
|
},
|
|
390
|
-
|
|
388
|
+
__wbg_static_accessor_GLOBAL_THIS_95ca6460658b5d13: function() {
|
|
391
389
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
392
390
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
393
391
|
},
|
|
394
|
-
|
|
392
|
+
__wbg_static_accessor_SELF_4c95f759a91e9aae: function() {
|
|
395
393
|
const ret = typeof self === 'undefined' ? null : self;
|
|
396
394
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
397
395
|
},
|
|
398
|
-
|
|
396
|
+
__wbg_static_accessor_WINDOW_44b435597f9e9ee7: function() {
|
|
399
397
|
const ret = typeof window === 'undefined' ? null : window;
|
|
400
398
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
401
399
|
},
|
|
402
|
-
|
|
400
|
+
__wbg_text_d0039cf442b19ec4: function() { return handleError(function (arg0) {
|
|
403
401
|
const ret = arg0.text();
|
|
404
402
|
return ret;
|
|
405
403
|
}, arguments); },
|
|
406
|
-
|
|
407
|
-
const ret = arg0.then(arg1);
|
|
404
|
+
__wbg_then_254bab9b266a77a5: function(arg0, arg1, arg2) {
|
|
405
|
+
const ret = arg0.then(arg1, arg2);
|
|
408
406
|
return ret;
|
|
409
407
|
},
|
|
410
|
-
|
|
411
|
-
const ret = arg0.then(arg1
|
|
408
|
+
__wbg_then_3ea18602c6a5123b: function(arg0, arg1) {
|
|
409
|
+
const ret = arg0.then(arg1);
|
|
412
410
|
return ret;
|
|
413
411
|
},
|
|
414
|
-
|
|
412
|
+
__wbg_timeout_63f005b335f9cb42: function(arg0) {
|
|
415
413
|
const ret = AbortSignal.timeout(arg0 >>> 0);
|
|
416
414
|
return ret;
|
|
417
415
|
},
|
|
418
|
-
|
|
416
|
+
__wbg_write_20b6542ec273cec7: function(arg0, arg1) {
|
|
419
417
|
const ret = arg0.write(arg1);
|
|
420
418
|
return ret;
|
|
421
419
|
},
|
|
422
420
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
423
|
-
// Cast intrinsic for `Closure(Closure {
|
|
424
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
421
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1449, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
422
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___wasm_bindgen_50e84266a2ebc23d___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_50e84266a2ebc23d___JsError___true_);
|
|
425
423
|
return ret;
|
|
426
424
|
},
|
|
427
425
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
@@ -445,22 +443,22 @@ function __wbg_get_imports() {
|
|
|
445
443
|
};
|
|
446
444
|
}
|
|
447
445
|
|
|
448
|
-
function
|
|
449
|
-
const ret = wasm.
|
|
446
|
+
function wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___wasm_bindgen_50e84266a2ebc23d___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_50e84266a2ebc23d___JsError___true_(arg0, arg1, arg2) {
|
|
447
|
+
const ret = wasm.wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___wasm_bindgen_50e84266a2ebc23d___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_50e84266a2ebc23d___JsError___true_(arg0, arg1, arg2);
|
|
450
448
|
if (ret[1]) {
|
|
451
449
|
throw takeFromExternrefTable0(ret[0]);
|
|
452
450
|
}
|
|
453
451
|
}
|
|
454
452
|
|
|
455
|
-
function
|
|
456
|
-
wasm.
|
|
453
|
+
function wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___js_sys_61a848f78bc8c080___Function_fn_wasm_bindgen_50e84266a2ebc23d___JsValue_____wasm_bindgen_50e84266a2ebc23d___sys__Undefined___js_sys_61a848f78bc8c080___Function_fn_wasm_bindgen_50e84266a2ebc23d___JsValue_____wasm_bindgen_50e84266a2ebc23d___sys__Undefined_______true_(arg0, arg1, arg2, arg3) {
|
|
454
|
+
wasm.wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___js_sys_61a848f78bc8c080___Function_fn_wasm_bindgen_50e84266a2ebc23d___JsValue_____wasm_bindgen_50e84266a2ebc23d___sys__Undefined___js_sys_61a848f78bc8c080___Function_fn_wasm_bindgen_50e84266a2ebc23d___JsValue_____wasm_bindgen_50e84266a2ebc23d___sys__Undefined_______true_(arg0, arg1, arg2, arg3);
|
|
457
455
|
}
|
|
458
456
|
|
|
459
457
|
|
|
460
458
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
461
459
|
const ServerFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
462
460
|
? { register: () => {}, unregister: () => {} }
|
|
463
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_server_free(ptr
|
|
461
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_server_free(ptr, 1));
|
|
464
462
|
|
|
465
463
|
function addToExternrefTable0(obj) {
|
|
466
464
|
const idx = wasm.__externref_table_alloc();
|
|
@@ -476,7 +474,7 @@ function _assertClass(instance, klass) {
|
|
|
476
474
|
|
|
477
475
|
const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
|
|
478
476
|
? { register: () => {}, unregister: () => {} }
|
|
479
|
-
: new FinalizationRegistry(state =>
|
|
477
|
+
: new FinalizationRegistry(state => wasm.__wbindgen_destroy_closure(state.a, state.b));
|
|
480
478
|
|
|
481
479
|
function debugString(val) {
|
|
482
480
|
// primitive types
|
|
@@ -557,8 +555,7 @@ function getDataViewMemory0() {
|
|
|
557
555
|
}
|
|
558
556
|
|
|
559
557
|
function getStringFromWasm0(ptr, len) {
|
|
560
|
-
|
|
561
|
-
return decodeText(ptr, len);
|
|
558
|
+
return decodeText(ptr >>> 0, len);
|
|
562
559
|
}
|
|
563
560
|
|
|
564
561
|
let cachedUint8ArrayMemory0 = null;
|
|
@@ -582,8 +579,8 @@ function isLikeNone(x) {
|
|
|
582
579
|
return x === undefined || x === null;
|
|
583
580
|
}
|
|
584
581
|
|
|
585
|
-
function makeMutClosure(arg0, arg1,
|
|
586
|
-
const state = { a: arg0, b: arg1, cnt: 1
|
|
582
|
+
function makeMutClosure(arg0, arg1, f) {
|
|
583
|
+
const state = { a: arg0, b: arg1, cnt: 1 };
|
|
587
584
|
const real = (...args) => {
|
|
588
585
|
|
|
589
586
|
// First up with a closure we increment the internal reference
|
|
@@ -601,7 +598,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
601
598
|
};
|
|
602
599
|
real._wbg_cb_unref = () => {
|
|
603
600
|
if (--state.cnt === 0) {
|
|
604
|
-
|
|
601
|
+
wasm.__wbindgen_destroy_closure(state.a, state.b);
|
|
605
602
|
state.a = 0;
|
|
606
603
|
CLOSURE_DTORS.unregister(state);
|
|
607
604
|
}
|
|
@@ -682,8 +679,9 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
682
679
|
|
|
683
680
|
let WASM_VECTOR_LEN = 0;
|
|
684
681
|
|
|
685
|
-
let wasmModule, wasm;
|
|
682
|
+
let wasmModule, wasmInstance, wasm;
|
|
686
683
|
function __wbg_finalize_init(instance, module) {
|
|
684
|
+
wasmInstance = instance;
|
|
687
685
|
wasm = instance.exports;
|
|
688
686
|
wasmModule = module;
|
|
689
687
|
cachedDataViewMemory0 = null;
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|