qlue-ls 2.5.0 → 2.5.2
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 +6 -9
- package/qlue_ls.js +94 -114
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -7,8 +7,6 @@ export class Server {
|
|
|
7
7
|
[Symbol.dispose](): void;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
export function determine_operation_type(input: string): string;
|
|
11
|
-
|
|
12
10
|
export function format_raw(text: string): string;
|
|
13
11
|
|
|
14
12
|
export function init_language_server(writer: WritableStreamDefaultWriter): Server;
|
|
@@ -19,21 +17,20 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
19
17
|
|
|
20
18
|
export interface InitOutput {
|
|
21
19
|
readonly memory: WebAssembly.Memory;
|
|
22
|
-
readonly
|
|
20
|
+
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
23
21
|
readonly init_language_server: (a: any) => number;
|
|
24
22
|
readonly listen: (a: number, b: any) => any;
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly wasm_bindgen_8be2313e8adba0b1___convert__closures_____invoke___wasm_bindgen_8be2313e8adba0b1___JsValue_____: (a: number, b: number, c: any) => void;
|
|
23
|
+
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
24
|
+
readonly wasm_bindgen_afc07c9804b361eb___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_afc07c9804b361eb___JsValue____Output___core_b03932f25916e09f___result__Result_____wasm_bindgen_afc07c9804b361eb___JsError___: (a: number, b: number) => void;
|
|
25
|
+
readonly wasm_bindgen_afc07c9804b361eb___convert__closures_____invoke___wasm_bindgen_afc07c9804b361eb___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_afc07c9804b361eb___JsError___true_: (a: number, b: number, c: any) => [number, number];
|
|
26
|
+
readonly wasm_bindgen_afc07c9804b361eb___convert__closures_____invoke___js_sys_d12d4504758e371f___Function_fn_wasm_bindgen_afc07c9804b361eb___JsValue_____wasm_bindgen_afc07c9804b361eb___sys__Undefined___js_sys_d12d4504758e371f___Function_fn_wasm_bindgen_afc07c9804b361eb___JsValue_____wasm_bindgen_afc07c9804b361eb___sys__Undefined_______true_: (a: number, b: number, c: any, d: any) => void;
|
|
30
27
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
31
28
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
32
29
|
readonly __externref_table_alloc: () => number;
|
|
33
30
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
34
31
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
35
|
-
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
36
32
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
33
|
+
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
37
34
|
readonly __wbindgen_start: () => void;
|
|
38
35
|
}
|
|
39
36
|
|
package/qlue_ls.js
CHANGED
|
@@ -21,25 +21,6 @@ export class Server {
|
|
|
21
21
|
}
|
|
22
22
|
if (Symbol.dispose) Server.prototype[Symbol.dispose] = Server.prototype.free;
|
|
23
23
|
|
|
24
|
-
/**
|
|
25
|
-
* @param {string} input
|
|
26
|
-
* @returns {string}
|
|
27
|
-
*/
|
|
28
|
-
export function determine_operation_type(input) {
|
|
29
|
-
let deferred2_0;
|
|
30
|
-
let deferred2_1;
|
|
31
|
-
try {
|
|
32
|
-
const ptr0 = passStringToWasm0(input, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
33
|
-
const len0 = WASM_VECTOR_LEN;
|
|
34
|
-
const ret = wasm.determine_operation_type(ptr0, len0);
|
|
35
|
-
deferred2_0 = ret[0];
|
|
36
|
-
deferred2_1 = ret[1];
|
|
37
|
-
return getStringFromWasm0(ret[0], ret[1]);
|
|
38
|
-
} finally {
|
|
39
|
-
wasm.__wbindgen_free(deferred2_0, deferred2_1, 1);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
24
|
/**
|
|
44
25
|
* @param {string} text
|
|
45
26
|
* @returns {string}
|
|
@@ -89,65 +70,65 @@ export function listen(server, reader) {
|
|
|
89
70
|
function __wbg_get_imports() {
|
|
90
71
|
const import0 = {
|
|
91
72
|
__proto__: null,
|
|
92
|
-
|
|
73
|
+
__wbg_Error_83742b46f01ce22d: function(arg0, arg1) {
|
|
93
74
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
94
75
|
return ret;
|
|
95
76
|
},
|
|
96
|
-
|
|
77
|
+
__wbg_Number_a5a435bd7bbec835: function(arg0) {
|
|
97
78
|
const ret = Number(arg0);
|
|
98
79
|
return ret;
|
|
99
80
|
},
|
|
100
|
-
|
|
81
|
+
__wbg_String_8564e559799eccda: function(arg0, arg1) {
|
|
101
82
|
const ret = String(arg1);
|
|
102
83
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
103
84
|
const len1 = WASM_VECTOR_LEN;
|
|
104
85
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
105
86
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
106
87
|
},
|
|
107
|
-
|
|
88
|
+
__wbg___wbindgen_boolean_get_c0f3f60bac5a78d1: function(arg0) {
|
|
108
89
|
const v = arg0;
|
|
109
90
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
110
91
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
111
92
|
},
|
|
112
|
-
|
|
93
|
+
__wbg___wbindgen_debug_string_5398f5bb970e0daa: function(arg0, arg1) {
|
|
113
94
|
const ret = debugString(arg1);
|
|
114
95
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
115
96
|
const len1 = WASM_VECTOR_LEN;
|
|
116
97
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
117
98
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
118
99
|
},
|
|
119
|
-
|
|
100
|
+
__wbg___wbindgen_in_41dbb8413020e076: function(arg0, arg1) {
|
|
120
101
|
const ret = arg0 in arg1;
|
|
121
102
|
return ret;
|
|
122
103
|
},
|
|
123
|
-
|
|
104
|
+
__wbg___wbindgen_is_function_3c846841762788c1: function(arg0) {
|
|
124
105
|
const ret = typeof(arg0) === 'function';
|
|
125
106
|
return ret;
|
|
126
107
|
},
|
|
127
|
-
|
|
108
|
+
__wbg___wbindgen_is_object_781bc9f159099513: function(arg0) {
|
|
128
109
|
const val = arg0;
|
|
129
110
|
const ret = typeof(val) === 'object' && val !== null;
|
|
130
111
|
return ret;
|
|
131
112
|
},
|
|
132
|
-
|
|
113
|
+
__wbg___wbindgen_is_string_7ef6b97b02428fae: function(arg0) {
|
|
133
114
|
const ret = typeof(arg0) === 'string';
|
|
134
115
|
return ret;
|
|
135
116
|
},
|
|
136
|
-
|
|
117
|
+
__wbg___wbindgen_is_undefined_52709e72fb9f179c: function(arg0) {
|
|
137
118
|
const ret = arg0 === undefined;
|
|
138
119
|
return ret;
|
|
139
120
|
},
|
|
140
|
-
|
|
121
|
+
__wbg___wbindgen_jsval_loose_eq_5bcc3bed3c69e72b: function(arg0, arg1) {
|
|
141
122
|
const ret = arg0 == arg1;
|
|
142
123
|
return ret;
|
|
143
124
|
},
|
|
144
|
-
|
|
125
|
+
__wbg___wbindgen_number_get_34bb9d9dcfa21373: function(arg0, arg1) {
|
|
145
126
|
const obj = arg1;
|
|
146
127
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
147
128
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
148
129
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
149
130
|
},
|
|
150
|
-
|
|
131
|
+
__wbg___wbindgen_string_get_395e606bd0ee4427: function(arg0, arg1) {
|
|
151
132
|
const obj = arg1;
|
|
152
133
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
153
134
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -155,72 +136,72 @@ function __wbg_get_imports() {
|
|
|
155
136
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
156
137
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
157
138
|
},
|
|
158
|
-
|
|
139
|
+
__wbg___wbindgen_throw_6ddd609b62940d55: function(arg0, arg1) {
|
|
159
140
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
160
141
|
},
|
|
161
|
-
|
|
142
|
+
__wbg__wbg_cb_unref_6b5b6b8576d35cb1: function(arg0) {
|
|
162
143
|
arg0._wbg_cb_unref();
|
|
163
144
|
},
|
|
164
|
-
|
|
145
|
+
__wbg_abort_6479c2d794ebf2ee: function(arg0, arg1) {
|
|
165
146
|
arg0.abort(arg1);
|
|
166
147
|
},
|
|
167
|
-
|
|
148
|
+
__wbg_body_ac1dad652946e6da: function(arg0) {
|
|
168
149
|
const ret = arg0.body;
|
|
169
150
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
170
151
|
},
|
|
171
|
-
|
|
172
|
-
const ret = arg0.call(arg1);
|
|
152
|
+
__wbg_call_2d781c1f4d5c0ef8: function() { return handleError(function (arg0, arg1, arg2) {
|
|
153
|
+
const ret = arg0.call(arg1, arg2);
|
|
173
154
|
return ret;
|
|
174
155
|
}, arguments); },
|
|
175
|
-
|
|
176
|
-
const ret = arg0.call(arg1
|
|
156
|
+
__wbg_call_e133b57c9155d22c: function() { return handleError(function (arg0, arg1) {
|
|
157
|
+
const ret = arg0.call(arg1);
|
|
177
158
|
return ret;
|
|
178
159
|
}, arguments); },
|
|
179
|
-
|
|
160
|
+
__wbg_debug_271c16e6de0bc226: function(arg0, arg1, arg2, arg3) {
|
|
180
161
|
console.debug(arg0, arg1, arg2, arg3);
|
|
181
162
|
},
|
|
182
|
-
|
|
163
|
+
__wbg_encodeURIComponent_92643eb91e22a715: function(arg0, arg1) {
|
|
183
164
|
const ret = encodeURIComponent(getStringFromWasm0(arg0, arg1));
|
|
184
165
|
return ret;
|
|
185
166
|
},
|
|
186
|
-
|
|
167
|
+
__wbg_entries_e8a20ff8c9757101: function(arg0) {
|
|
187
168
|
const ret = Object.entries(arg0);
|
|
188
169
|
return ret;
|
|
189
170
|
},
|
|
190
|
-
|
|
171
|
+
__wbg_error_1eece6b0039034ce: function(arg0, arg1, arg2, arg3) {
|
|
191
172
|
console.error(arg0, arg1, arg2, arg3);
|
|
192
173
|
},
|
|
193
|
-
|
|
174
|
+
__wbg_error_8d9a8e04cd1d3588: function(arg0) {
|
|
194
175
|
console.error(arg0);
|
|
195
176
|
},
|
|
196
|
-
|
|
177
|
+
__wbg_fetch_5550a88cf343aaa9: function(arg0, arg1) {
|
|
197
178
|
const ret = arg0.fetch(arg1);
|
|
198
179
|
return ret;
|
|
199
180
|
},
|
|
200
|
-
|
|
181
|
+
__wbg_getReader_b8b3f10b91ca5ca8: function(arg0) {
|
|
201
182
|
const ret = arg0.getReader();
|
|
202
183
|
return ret;
|
|
203
184
|
},
|
|
204
|
-
|
|
205
|
-
const ret = arg0[arg1 >>> 0];
|
|
206
|
-
return ret;
|
|
207
|
-
},
|
|
208
|
-
__wbg_get_b3ed3ad4be2bc8ac: function() { return handleError(function (arg0, arg1) {
|
|
185
|
+
__wbg_get_3ef1eba1850ade27: function() { return handleError(function (arg0, arg1) {
|
|
209
186
|
const ret = Reflect.get(arg0, arg1);
|
|
210
187
|
return ret;
|
|
211
188
|
}, arguments); },
|
|
212
|
-
|
|
189
|
+
__wbg_get_a8ee5c45dabc1b3b: function(arg0, arg1) {
|
|
190
|
+
const ret = arg0[arg1 >>> 0];
|
|
191
|
+
return ret;
|
|
192
|
+
},
|
|
193
|
+
__wbg_get_with_ref_key_6412cf3094599694: function(arg0, arg1) {
|
|
213
194
|
const ret = arg0[arg1];
|
|
214
195
|
return ret;
|
|
215
196
|
},
|
|
216
|
-
|
|
197
|
+
__wbg_headers_fc8c672cd757e0fd: function(arg0) {
|
|
217
198
|
const ret = arg0.headers;
|
|
218
199
|
return ret;
|
|
219
200
|
},
|
|
220
|
-
|
|
201
|
+
__wbg_info_0194681687b5ab04: function(arg0, arg1, arg2, arg3) {
|
|
221
202
|
console.info(arg0, arg1, arg2, arg3);
|
|
222
203
|
},
|
|
223
|
-
|
|
204
|
+
__wbg_instanceof_ArrayBuffer_101e2bf31071a9f6: function(arg0) {
|
|
224
205
|
let result;
|
|
225
206
|
try {
|
|
226
207
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -230,7 +211,7 @@ function __wbg_get_imports() {
|
|
|
230
211
|
const ret = result;
|
|
231
212
|
return ret;
|
|
232
213
|
},
|
|
233
|
-
|
|
214
|
+
__wbg_instanceof_DomException_2bdcf7791a2d7d09: function(arg0) {
|
|
234
215
|
let result;
|
|
235
216
|
try {
|
|
236
217
|
result = arg0 instanceof DOMException;
|
|
@@ -240,7 +221,7 @@ function __wbg_get_imports() {
|
|
|
240
221
|
const ret = result;
|
|
241
222
|
return ret;
|
|
242
223
|
},
|
|
243
|
-
|
|
224
|
+
__wbg_instanceof_Response_9b4d9fd451e051b1: function(arg0) {
|
|
244
225
|
let result;
|
|
245
226
|
try {
|
|
246
227
|
result = arg0 instanceof Response;
|
|
@@ -250,7 +231,7 @@ function __wbg_get_imports() {
|
|
|
250
231
|
const ret = result;
|
|
251
232
|
return ret;
|
|
252
233
|
},
|
|
253
|
-
|
|
234
|
+
__wbg_instanceof_Uint8Array_740438561a5b956d: function(arg0) {
|
|
254
235
|
let result;
|
|
255
236
|
try {
|
|
256
237
|
result = arg0 instanceof Uint8Array;
|
|
@@ -260,44 +241,52 @@ function __wbg_get_imports() {
|
|
|
260
241
|
const ret = result;
|
|
261
242
|
return ret;
|
|
262
243
|
},
|
|
263
|
-
|
|
244
|
+
__wbg_isSafeInteger_ecd6a7f9c3e053cd: function(arg0) {
|
|
264
245
|
const ret = Number.isSafeInteger(arg0);
|
|
265
246
|
return ret;
|
|
266
247
|
},
|
|
267
|
-
|
|
248
|
+
__wbg_json_602d0b5448ab6391: function() { return handleError(function (arg0) {
|
|
268
249
|
const ret = arg0.json();
|
|
269
250
|
return ret;
|
|
270
251
|
}, arguments); },
|
|
271
|
-
|
|
252
|
+
__wbg_length_b3416cf66a5452c8: function(arg0) {
|
|
272
253
|
const ret = arg0.length;
|
|
273
254
|
return ret;
|
|
274
255
|
},
|
|
275
|
-
|
|
256
|
+
__wbg_length_ea16607d7b61445b: function(arg0) {
|
|
276
257
|
const ret = arg0.length;
|
|
277
258
|
return ret;
|
|
278
259
|
},
|
|
279
|
-
|
|
260
|
+
__wbg_log_70972330cfc941dd: function(arg0, arg1, arg2, arg3) {
|
|
280
261
|
console.log(arg0, arg1, arg2, arg3);
|
|
281
262
|
},
|
|
282
|
-
|
|
263
|
+
__wbg_name_7a3bbd030d0afa16: function(arg0, arg1) {
|
|
283
264
|
const ret = arg1.name;
|
|
284
265
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
285
266
|
const len1 = WASM_VECTOR_LEN;
|
|
286
267
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
287
268
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
288
269
|
},
|
|
289
|
-
|
|
270
|
+
__wbg_new_5f486cdf45a04d78: function(arg0) {
|
|
271
|
+
const ret = new Uint8Array(arg0);
|
|
272
|
+
return ret;
|
|
273
|
+
},
|
|
274
|
+
__wbg_new_ab79df5bd7c26067: function() {
|
|
290
275
|
const ret = new Object();
|
|
291
276
|
return ret;
|
|
292
277
|
},
|
|
293
|
-
|
|
278
|
+
__wbg_new_c518c60af666645b: function() { return handleError(function () {
|
|
279
|
+
const ret = new AbortController();
|
|
280
|
+
return ret;
|
|
281
|
+
}, arguments); },
|
|
282
|
+
__wbg_new_typed_aaaeaf29cf802876: function(arg0, arg1) {
|
|
294
283
|
try {
|
|
295
284
|
var state0 = {a: arg0, b: arg1};
|
|
296
285
|
var cb0 = (arg0, arg1) => {
|
|
297
286
|
const a = state0.a;
|
|
298
287
|
state0.a = 0;
|
|
299
288
|
try {
|
|
300
|
-
return
|
|
289
|
+
return wasm_bindgen_afc07c9804b361eb___convert__closures_____invoke___js_sys_d12d4504758e371f___Function_fn_wasm_bindgen_afc07c9804b361eb___JsValue_____wasm_bindgen_afc07c9804b361eb___sys__Undefined___js_sys_d12d4504758e371f___Function_fn_wasm_bindgen_afc07c9804b361eb___JsValue_____wasm_bindgen_afc07c9804b361eb___sys__Undefined_______true_(a, state0.b, arg0, arg1);
|
|
301
290
|
} finally {
|
|
302
291
|
state0.a = a;
|
|
303
292
|
}
|
|
@@ -308,117 +297,105 @@ function __wbg_get_imports() {
|
|
|
308
297
|
state0.a = state0.b = 0;
|
|
309
298
|
}
|
|
310
299
|
},
|
|
311
|
-
|
|
312
|
-
const ret = new AbortController();
|
|
313
|
-
return ret;
|
|
314
|
-
}, arguments); },
|
|
315
|
-
__wbg_new_dd2b680c8bf6ae29: function(arg0) {
|
|
316
|
-
const ret = new Uint8Array(arg0);
|
|
317
|
-
return ret;
|
|
318
|
-
},
|
|
319
|
-
__wbg_new_no_args_1c7c842f08d00ebb: function(arg0, arg1) {
|
|
320
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
321
|
-
return ret;
|
|
322
|
-
},
|
|
323
|
-
__wbg_new_with_args_7bba34e94b1cfa40: function(arg0, arg1, arg2, arg3) {
|
|
300
|
+
__wbg_new_with_args_4c76adfe7b6e456b: function(arg0, arg1, arg2, arg3) {
|
|
324
301
|
const ret = new Function(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
|
|
325
302
|
return ret;
|
|
326
303
|
},
|
|
327
|
-
|
|
304
|
+
__wbg_new_with_str_and_init_b4b54d1a819bc724: function() { return handleError(function (arg0, arg1, arg2) {
|
|
328
305
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
329
306
|
return ret;
|
|
330
307
|
}, arguments); },
|
|
331
|
-
|
|
308
|
+
__wbg_now_c6d7a7d35f74f6f1: function(arg0) {
|
|
332
309
|
const ret = arg0.now();
|
|
333
310
|
return ret;
|
|
334
311
|
},
|
|
335
|
-
|
|
312
|
+
__wbg_ok_7ec8b94facac7704: function(arg0) {
|
|
336
313
|
const ret = arg0.ok;
|
|
337
314
|
return ret;
|
|
338
315
|
},
|
|
339
|
-
|
|
316
|
+
__wbg_performance_599e4d148cad7c7a: function(arg0) {
|
|
340
317
|
const ret = arg0.performance;
|
|
341
318
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
342
319
|
},
|
|
343
|
-
|
|
320
|
+
__wbg_prototypesetcall_d62e5099504357e6: function(arg0, arg1, arg2) {
|
|
344
321
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
345
322
|
},
|
|
346
|
-
|
|
323
|
+
__wbg_queueMicrotask_0c399741342fb10f: function(arg0) {
|
|
347
324
|
const ret = arg0.queueMicrotask;
|
|
348
325
|
return ret;
|
|
349
326
|
},
|
|
350
|
-
|
|
327
|
+
__wbg_queueMicrotask_a082d78ce798393e: function(arg0) {
|
|
351
328
|
queueMicrotask(arg0);
|
|
352
329
|
},
|
|
353
|
-
|
|
330
|
+
__wbg_read_7f593a961a7f80ed: function(arg0) {
|
|
354
331
|
const ret = arg0.read();
|
|
355
332
|
return ret;
|
|
356
333
|
},
|
|
357
|
-
|
|
334
|
+
__wbg_resolve_ae8d83246e5bcc12: function(arg0) {
|
|
358
335
|
const ret = Promise.resolve(arg0);
|
|
359
336
|
return ret;
|
|
360
337
|
},
|
|
361
|
-
|
|
338
|
+
__wbg_set_body_a3d856b097dfda04: function(arg0, arg1) {
|
|
362
339
|
arg0.body = arg1;
|
|
363
340
|
},
|
|
364
|
-
|
|
341
|
+
__wbg_set_e09648bea3f1af1e: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
365
342
|
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
366
343
|
}, arguments); },
|
|
367
|
-
|
|
344
|
+
__wbg_set_method_8c015e8bcafd7be1: function(arg0, arg1, arg2) {
|
|
368
345
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
369
346
|
},
|
|
370
|
-
|
|
347
|
+
__wbg_set_mode_5a87f2c809cf37c2: function(arg0, arg1) {
|
|
371
348
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
372
349
|
},
|
|
373
|
-
|
|
350
|
+
__wbg_set_signal_0cebecb698f25d21: function(arg0, arg1) {
|
|
374
351
|
arg0.signal = arg1;
|
|
375
352
|
},
|
|
376
|
-
|
|
353
|
+
__wbg_signal_166e1da31adcac18: function(arg0) {
|
|
377
354
|
const ret = arg0.signal;
|
|
378
355
|
return ret;
|
|
379
356
|
},
|
|
380
|
-
|
|
357
|
+
__wbg_static_accessor_GLOBAL_8adb955bd33fac2f: function() {
|
|
381
358
|
const ret = typeof global === 'undefined' ? null : global;
|
|
382
359
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
383
360
|
},
|
|
384
|
-
|
|
361
|
+
__wbg_static_accessor_GLOBAL_THIS_ad356e0db91c7913: function() {
|
|
385
362
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
386
363
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
387
364
|
},
|
|
388
|
-
|
|
365
|
+
__wbg_static_accessor_SELF_f207c857566db248: function() {
|
|
389
366
|
const ret = typeof self === 'undefined' ? null : self;
|
|
390
367
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
391
368
|
},
|
|
392
|
-
|
|
369
|
+
__wbg_static_accessor_WINDOW_bb9f1ba69d61b386: function() {
|
|
393
370
|
const ret = typeof window === 'undefined' ? null : window;
|
|
394
371
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
395
372
|
},
|
|
396
|
-
|
|
373
|
+
__wbg_text_372f5b91442c50f9: function() { return handleError(function (arg0) {
|
|
397
374
|
const ret = arg0.text();
|
|
398
375
|
return ret;
|
|
399
376
|
}, arguments); },
|
|
400
|
-
|
|
401
|
-
const ret = arg0.then(arg1
|
|
377
|
+
__wbg_then_098abe61755d12f6: function(arg0, arg1) {
|
|
378
|
+
const ret = arg0.then(arg1);
|
|
402
379
|
return ret;
|
|
403
380
|
},
|
|
404
|
-
|
|
405
|
-
const ret = arg0.then(arg1);
|
|
381
|
+
__wbg_then_9e335f6dd892bc11: function(arg0, arg1, arg2) {
|
|
382
|
+
const ret = arg0.then(arg1, arg2);
|
|
406
383
|
return ret;
|
|
407
384
|
},
|
|
408
|
-
|
|
385
|
+
__wbg_timeout_be2cf33603101664: function(arg0) {
|
|
409
386
|
const ret = AbortSignal.timeout(arg0 >>> 0);
|
|
410
387
|
return ret;
|
|
411
388
|
},
|
|
412
|
-
|
|
389
|
+
__wbg_warn_809cad1bfc2b3a42: function(arg0, arg1, arg2, arg3) {
|
|
413
390
|
console.warn(arg0, arg1, arg2, arg3);
|
|
414
391
|
},
|
|
415
|
-
|
|
392
|
+
__wbg_write_6c1ce79b0d7a43ff: function(arg0, arg1) {
|
|
416
393
|
const ret = arg0.write(arg1);
|
|
417
394
|
return ret;
|
|
418
395
|
},
|
|
419
396
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
420
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1231, function: Function { arguments: [Externref], shim_idx:
|
|
421
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
397
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1231, function: Function { arguments: [Externref], shim_idx: 1270, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
398
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_afc07c9804b361eb___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_afc07c9804b361eb___JsValue____Output___core_b03932f25916e09f___result__Result_____wasm_bindgen_afc07c9804b361eb___JsError___, wasm_bindgen_afc07c9804b361eb___convert__closures_____invoke___wasm_bindgen_afc07c9804b361eb___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_afc07c9804b361eb___JsError___true_);
|
|
422
399
|
return ret;
|
|
423
400
|
},
|
|
424
401
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
@@ -442,12 +419,15 @@ function __wbg_get_imports() {
|
|
|
442
419
|
};
|
|
443
420
|
}
|
|
444
421
|
|
|
445
|
-
function
|
|
446
|
-
wasm.
|
|
422
|
+
function wasm_bindgen_afc07c9804b361eb___convert__closures_____invoke___wasm_bindgen_afc07c9804b361eb___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_afc07c9804b361eb___JsError___true_(arg0, arg1, arg2) {
|
|
423
|
+
const ret = wasm.wasm_bindgen_afc07c9804b361eb___convert__closures_____invoke___wasm_bindgen_afc07c9804b361eb___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_afc07c9804b361eb___JsError___true_(arg0, arg1, arg2);
|
|
424
|
+
if (ret[1]) {
|
|
425
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
426
|
+
}
|
|
447
427
|
}
|
|
448
428
|
|
|
449
|
-
function
|
|
450
|
-
wasm.
|
|
429
|
+
function wasm_bindgen_afc07c9804b361eb___convert__closures_____invoke___js_sys_d12d4504758e371f___Function_fn_wasm_bindgen_afc07c9804b361eb___JsValue_____wasm_bindgen_afc07c9804b361eb___sys__Undefined___js_sys_d12d4504758e371f___Function_fn_wasm_bindgen_afc07c9804b361eb___JsValue_____wasm_bindgen_afc07c9804b361eb___sys__Undefined_______true_(arg0, arg1, arg2, arg3) {
|
|
430
|
+
wasm.wasm_bindgen_afc07c9804b361eb___convert__closures_____invoke___js_sys_d12d4504758e371f___Function_fn_wasm_bindgen_afc07c9804b361eb___JsValue_____wasm_bindgen_afc07c9804b361eb___sys__Undefined___js_sys_d12d4504758e371f___Function_fn_wasm_bindgen_afc07c9804b361eb___JsValue_____wasm_bindgen_afc07c9804b361eb___sys__Undefined_______true_(arg0, arg1, arg2, arg3);
|
|
451
431
|
}
|
|
452
432
|
|
|
453
433
|
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|