qlue-ls 2.8.2 → 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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "Ioannis Nezis <ioannis@nezis.de>"
6
6
  ],
7
7
  "description": "A language server for SPARQL",
8
- "version": "2.8.2",
8
+ "version": "3.0.0",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls.d.ts CHANGED
@@ -21,15 +21,15 @@ export interface InitOutput {
21
21
  readonly format_raw: (a: number, b: number) => [number, number, number, number];
22
22
  readonly init_language_server: (a: any) => number;
23
23
  readonly listen: (a: number, b: any) => any;
24
- readonly wasm_bindgen_68f1cc3df06a5adc___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_68f1cc3df06a5adc___JsValue____Output___core_b03932f25916e09f___result__Result_____wasm_bindgen_68f1cc3df06a5adc___JsError___: (a: number, b: number) => void;
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
- __wbg_Error_83742b46f01ce22d: function(arg0, arg1) {
71
+ __wbg_Error_9dc85fe1bc224456: function(arg0, arg1) {
74
72
  const ret = Error(getStringFromWasm0(arg0, arg1));
75
73
  return ret;
76
74
  },
77
- __wbg_Number_a5a435bd7bbec835: function(arg0) {
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
- __wbg___wbindgen_boolean_get_c0f3f60bac5a78d1: function(arg0) {
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
- __wbg___wbindgen_debug_string_5398f5bb970e0daa: function(arg0, arg1) {
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
- __wbg___wbindgen_in_41dbb8413020e076: function(arg0, arg1) {
98
+ __wbg___wbindgen_in_ce8569b2fc6f5088: function(arg0, arg1) {
101
99
  const ret = arg0 in arg1;
102
100
  return ret;
103
101
  },
104
- __wbg___wbindgen_is_function_3c846841762788c1: function(arg0) {
102
+ __wbg___wbindgen_is_function_147961669f068cd4: function(arg0) {
105
103
  const ret = typeof(arg0) === 'function';
106
104
  return ret;
107
105
  },
108
- __wbg___wbindgen_is_object_781bc9f159099513: function(arg0) {
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
- __wbg___wbindgen_is_string_7ef6b97b02428fae: function(arg0) {
111
+ __wbg___wbindgen_is_string_6541b0f6ecd4e8e5: function(arg0) {
114
112
  const ret = typeof(arg0) === 'string';
115
113
  return ret;
116
114
  },
117
- __wbg___wbindgen_is_undefined_52709e72fb9f179c: function(arg0) {
115
+ __wbg___wbindgen_is_undefined_4410e3c20a99fa97: function(arg0) {
118
116
  const ret = arg0 === undefined;
119
117
  return ret;
120
118
  },
121
- __wbg___wbindgen_jsval_loose_eq_5bcc3bed3c69e72b: function(arg0, arg1) {
119
+ __wbg___wbindgen_jsval_loose_eq_e07e3b1f5db6da6c: function(arg0, arg1) {
122
120
  const ret = arg0 == arg1;
123
121
  return ret;
124
122
  },
125
- __wbg___wbindgen_number_get_34bb9d9dcfa21373: function(arg0, arg1) {
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
- __wbg___wbindgen_string_get_395e606bd0ee4427: function(arg0, arg1) {
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
- __wbg___wbindgen_throw_6ddd609b62940d55: function(arg0, arg1) {
137
+ __wbg___wbindgen_throw_bbadd78c1bac3a77: function(arg0, arg1) {
140
138
  throw new Error(getStringFromWasm0(arg0, arg1));
141
139
  },
142
- __wbg__wbg_cb_unref_6b5b6b8576d35cb1: function(arg0) {
140
+ __wbg__wbg_cb_unref_c2301a3c9b78104b: function(arg0) {
143
141
  arg0._wbg_cb_unref();
144
142
  },
145
- __wbg_abort_6479c2d794ebf2ee: function(arg0, arg1) {
143
+ __wbg_abort_56c00f462c9261d9: function(arg0, arg1) {
146
144
  arg0.abort(arg1);
147
145
  },
148
- __wbg_body_ac1dad652946e6da: function(arg0) {
146
+ __wbg_body_442a47f02322d7b0: function(arg0) {
149
147
  const ret = arg0.body;
150
148
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
151
149
  },
152
- __wbg_call_2d781c1f4d5c0ef8: function() { return handleError(function (arg0, arg1, arg2) {
153
- const ret = arg0.call(arg1, arg2);
150
+ __wbg_call_91f00ddc43e01490: function() { return handleError(function (arg0, arg1) {
151
+ const ret = arg0.call(arg1);
154
152
  return ret;
155
153
  }, arguments); },
156
- __wbg_call_e133b57c9155d22c: function() { return handleError(function (arg0, arg1) {
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
- __wbg_encodeURIComponent_92643eb91e22a715: function(arg0, arg1) {
158
+ __wbg_encodeURIComponent_e0cd09aae30089aa: function(arg0, arg1) {
161
159
  const ret = encodeURIComponent(getStringFromWasm0(arg0, arg1));
162
160
  return ret;
163
161
  },
164
- __wbg_entries_e8a20ff8c9757101: function(arg0) {
162
+ __wbg_entries_5a6a7e7e0df09fe5: function(arg0) {
165
163
  const ret = Object.entries(arg0);
166
164
  return ret;
167
165
  },
168
- __wbg_error_8d9a8e04cd1d3588: function(arg0) {
166
+ __wbg_error_6651fee1c71e5da9: function(arg0) {
169
167
  console.error(arg0);
170
168
  },
171
- __wbg_fetch_5550a88cf343aaa9: function(arg0, arg1) {
169
+ __wbg_fetch_22858a12fcf93152: function(arg0, arg1) {
172
170
  const ret = arg0.fetch(arg1);
173
171
  return ret;
174
172
  },
175
- __wbg_getReader_b8b3f10b91ca5ca8: function(arg0) {
173
+ __wbg_getReader_0cd37e95fbf00f7f: function(arg0) {
176
174
  const ret = arg0.getReader();
177
175
  return ret;
178
176
  },
179
- __wbg_get_3ef1eba1850ade27: function() { return handleError(function (arg0, arg1) {
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
- __wbg_headers_fc8c672cd757e0fd: function(arg0) {
189
+ __wbg_headers_e1e94862a6a36f9e: function(arg0) {
192
190
  const ret = arg0.headers;
193
191
  return ret;
194
192
  },
195
- __wbg_instanceof_ArrayBuffer_101e2bf31071a9f6: function(arg0) {
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
- __wbg_instanceof_DomException_2bdcf7791a2d7d09: function(arg0) {
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
- __wbg_instanceof_Response_9b4d9fd451e051b1: function(arg0) {
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
- __wbg_instanceof_Uint8Array_740438561a5b956d: function(arg0) {
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
- __wbg_isSafeInteger_ecd6a7f9c3e053cd: function(arg0) {
233
+ __wbg_isSafeInteger_c22ccb4af2201fe9: function(arg0) {
236
234
  const ret = Number.isSafeInteger(arg0);
237
235
  return ret;
238
236
  },
239
- __wbg_json_602d0b5448ab6391: function() { return handleError(function (arg0) {
237
+ __wbg_json_1f241d2c075564c1: function() { return handleError(function (arg0) {
240
238
  const ret = arg0.json();
241
239
  return ret;
242
240
  }, arguments); },
243
- __wbg_length_b3416cf66a5452c8: function(arg0) {
241
+ __wbg_length_68a9d5278d084f4f: function(arg0) {
244
242
  const ret = arg0.length;
245
243
  return ret;
246
244
  },
247
- __wbg_length_ea16607d7b61445b: function(arg0) {
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
- __wbg_name_7a3bbd030d0afa16: function(arg0, arg1) {
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
- __wbg_new_5f486cdf45a04d78: function(arg0) {
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
- __wbg_new_c518c60af666645b: function() { return handleError(function () {
301
+ __wbg_new_24739629d416f982: function() { return handleError(function () {
308
302
  const ret = new AbortController();
309
303
  return ret;
310
304
  }, arguments); },
311
- __wbg_new_typed_aaaeaf29cf802876: function(arg0, arg1) {
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 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, state0.b, arg0, arg1);
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 = state0.b = 0;
324
+ state0.a = 0;
327
325
  }
328
326
  },
329
- __wbg_new_with_args_4c76adfe7b6e456b: function(arg0, arg1, arg2, arg3) {
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
- __wbg_new_with_str_and_init_b4b54d1a819bc724: function() { return handleError(function (arg0, arg1, arg2) {
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
- __wbg_now_c6d7a7d35f74f6f1: function(arg0) {
335
+ __wbg_now_ca637c227626a93d: function(arg0) {
338
336
  const ret = arg0.now();
339
337
  return ret;
340
338
  },
341
- __wbg_ok_7ec8b94facac7704: function(arg0) {
339
+ __wbg_ok_2279b99c57bfdfba: function(arg0) {
342
340
  const ret = arg0.ok;
343
341
  return ret;
344
342
  },
345
- __wbg_performance_599e4d148cad7c7a: function(arg0) {
343
+ __wbg_performance_218fb8b1897ce503: function(arg0) {
346
344
  const ret = arg0.performance;
347
345
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
348
346
  },
349
- __wbg_prototypesetcall_d62e5099504357e6: function(arg0, arg1, arg2) {
347
+ __wbg_prototypesetcall_956c7493c68e29b4: function(arg0, arg1, arg2) {
350
348
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
351
349
  },
352
- __wbg_queueMicrotask_0c399741342fb10f: function(arg0) {
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
- __wbg_queueMicrotask_a082d78ce798393e: function(arg0) {
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
- __wbg_resolve_ae8d83246e5bcc12: function(arg0) {
361
+ __wbg_resolve_0183de2e8c6b1d54: function(arg0) {
364
362
  const ret = Promise.resolve(arg0);
365
363
  return ret;
366
364
  },
367
- __wbg_set_body_a3d856b097dfda04: function(arg0, arg1) {
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
- __wbg_set_method_8c015e8bcafd7be1: function(arg0, arg1, arg2) {
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
- __wbg_set_mode_5a87f2c809cf37c2: function(arg0, arg1) {
374
+ __wbg_set_mode_d6c2e1991aa963c6: function(arg0, arg1) {
377
375
  arg0.mode = __wbindgen_enum_RequestMode[arg1];
378
376
  },
379
- __wbg_set_signal_0cebecb698f25d21: function(arg0, arg1) {
377
+ __wbg_set_signal_9022b5aa06a6ce5b: function(arg0, arg1) {
380
378
  arg0.signal = arg1;
381
379
  },
382
- __wbg_signal_166e1da31adcac18: function(arg0) {
380
+ __wbg_signal_41dd1a8913cd0b7d: function(arg0) {
383
381
  const ret = arg0.signal;
384
382
  return ret;
385
383
  },
386
- __wbg_static_accessor_GLOBAL_8adb955bd33fac2f: function() {
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
- __wbg_static_accessor_GLOBAL_THIS_ad356e0db91c7913: function() {
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
- __wbg_static_accessor_SELF_f207c857566db248: function() {
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
- __wbg_static_accessor_WINDOW_bb9f1ba69d61b386: function() {
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
- __wbg_text_372f5b91442c50f9: function() { return handleError(function (arg0) {
400
+ __wbg_text_d0039cf442b19ec4: function() { return handleError(function (arg0) {
403
401
  const ret = arg0.text();
404
402
  return ret;
405
403
  }, arguments); },
406
- __wbg_then_098abe61755d12f6: function(arg0, arg1) {
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
- __wbg_then_9e335f6dd892bc11: function(arg0, arg1, arg2) {
411
- const ret = arg0.then(arg1, arg2);
408
+ __wbg_then_3ea18602c6a5123b: function(arg0, arg1) {
409
+ const ret = arg0.then(arg1);
412
410
  return ret;
413
411
  },
414
- __wbg_timeout_be2cf33603101664: function(arg0) {
412
+ __wbg_timeout_63f005b335f9cb42: function(arg0) {
415
413
  const ret = AbortSignal.timeout(arg0 >>> 0);
416
414
  return ret;
417
415
  },
418
- __wbg_write_6c1ce79b0d7a43ff: function(arg0, arg1) {
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 { dtor_idx: 1416, function: Function { arguments: [Externref], shim_idx: 1455, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
424
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_68f1cc3df06a5adc___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_68f1cc3df06a5adc___JsValue____Output___core_b03932f25916e09f___result__Result_____wasm_bindgen_68f1cc3df06a5adc___JsError___, wasm_bindgen_68f1cc3df06a5adc___convert__closures_____invoke___wasm_bindgen_68f1cc3df06a5adc___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_68f1cc3df06a5adc___JsError___true_);
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 wasm_bindgen_68f1cc3df06a5adc___convert__closures_____invoke___wasm_bindgen_68f1cc3df06a5adc___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_68f1cc3df06a5adc___JsError___true_(arg0, arg1, arg2) {
449
- const ret = wasm.wasm_bindgen_68f1cc3df06a5adc___convert__closures_____invoke___wasm_bindgen_68f1cc3df06a5adc___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_68f1cc3df06a5adc___JsError___true_(arg0, arg1, arg2);
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 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_(arg0, arg1, arg2, arg3) {
456
- wasm.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_(arg0, arg1, arg2, arg3);
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 >>> 0, 1));
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 => state.dtor(state.a, state.b));
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
- ptr = ptr >>> 0;
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, dtor, f) {
586
- const state = { a: arg0, b: arg1, cnt: 1, dtor };
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
- state.dtor(state.a, state.b);
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