qlue-ls 2.6.0 → 2.6.3
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 +5 -5
- package/qlue_ls.js +47 -21
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -18,19 +18,19 @@ 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
|
|
26
|
-
readonly wasm_bindgen_8c799f3d7fd174fb___convert__closures_____invoke___js_sys_6be95868eda31ba1___Function_fn_wasm_bindgen_8c799f3d7fd174fb___JsValue_____wasm_bindgen_8c799f3d7fd174fb___sys__Undefined___js_sys_6be95868eda31ba1___Function_fn_wasm_bindgen_8c799f3d7fd174fb___JsValue_____wasm_bindgen_8c799f3d7fd174fb___sys__Undefined_______true_: (a: number, b: number, c: any, d: any) => void;
|
|
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;
|
|
27
27
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
28
28
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
29
29
|
readonly __externref_table_alloc: () => number;
|
|
30
30
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
31
31
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
32
|
-
readonly __externref_table_dealloc: (a: number) => void;
|
|
33
32
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
33
|
+
readonly __externref_table_dealloc: (a: number) => void;
|
|
34
34
|
readonly __wbindgen_start: () => void;
|
|
35
35
|
}
|
|
36
36
|
|
package/qlue_ls.js
CHANGED
|
@@ -157,9 +157,6 @@ function __wbg_get_imports() {
|
|
|
157
157
|
const ret = arg0.call(arg1);
|
|
158
158
|
return ret;
|
|
159
159
|
}, arguments); },
|
|
160
|
-
__wbg_debug_271c16e6de0bc226: function(arg0, arg1, arg2, arg3) {
|
|
161
|
-
console.debug(arg0, arg1, arg2, arg3);
|
|
162
|
-
},
|
|
163
160
|
__wbg_encodeURIComponent_92643eb91e22a715: function(arg0, arg1) {
|
|
164
161
|
const ret = encodeURIComponent(getStringFromWasm0(arg0, arg1));
|
|
165
162
|
return ret;
|
|
@@ -168,9 +165,6 @@ function __wbg_get_imports() {
|
|
|
168
165
|
const ret = Object.entries(arg0);
|
|
169
166
|
return ret;
|
|
170
167
|
},
|
|
171
|
-
__wbg_error_1eece6b0039034ce: function(arg0, arg1, arg2, arg3) {
|
|
172
|
-
console.error(arg0, arg1, arg2, arg3);
|
|
173
|
-
},
|
|
174
168
|
__wbg_error_8d9a8e04cd1d3588: function(arg0) {
|
|
175
169
|
console.error(arg0);
|
|
176
170
|
},
|
|
@@ -198,9 +192,6 @@ function __wbg_get_imports() {
|
|
|
198
192
|
const ret = arg0.headers;
|
|
199
193
|
return ret;
|
|
200
194
|
},
|
|
201
|
-
__wbg_info_0194681687b5ab04: function(arg0, arg1, arg2, arg3) {
|
|
202
|
-
console.info(arg0, arg1, arg2, arg3);
|
|
203
|
-
},
|
|
204
195
|
__wbg_instanceof_ArrayBuffer_101e2bf31071a9f6: function(arg0) {
|
|
205
196
|
let result;
|
|
206
197
|
try {
|
|
@@ -257,9 +248,47 @@ function __wbg_get_imports() {
|
|
|
257
248
|
const ret = arg0.length;
|
|
258
249
|
return ret;
|
|
259
250
|
},
|
|
260
|
-
|
|
261
|
-
|
|
251
|
+
__wbg_log_17a3e9a5cbb91ef7: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
252
|
+
let deferred0_0;
|
|
253
|
+
let deferred0_1;
|
|
254
|
+
try {
|
|
255
|
+
deferred0_0 = arg0;
|
|
256
|
+
deferred0_1 = arg1;
|
|
257
|
+
console.log(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
258
|
+
} finally {
|
|
259
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
__wbg_log_e885b89e7e480a2f: function(arg0, arg1) {
|
|
263
|
+
let deferred0_0;
|
|
264
|
+
let deferred0_1;
|
|
265
|
+
try {
|
|
266
|
+
deferred0_0 = arg0;
|
|
267
|
+
deferred0_1 = arg1;
|
|
268
|
+
console.log(getStringFromWasm0(arg0, arg1));
|
|
269
|
+
} finally {
|
|
270
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
__wbg_mark_0279c5d75168b5b8: function(arg0, arg1) {
|
|
274
|
+
performance.mark(getStringFromWasm0(arg0, arg1));
|
|
262
275
|
},
|
|
276
|
+
__wbg_measure_c9b58ac538b3e2f7: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
277
|
+
let deferred0_0;
|
|
278
|
+
let deferred0_1;
|
|
279
|
+
let deferred1_0;
|
|
280
|
+
let deferred1_1;
|
|
281
|
+
try {
|
|
282
|
+
deferred0_0 = arg0;
|
|
283
|
+
deferred0_1 = arg1;
|
|
284
|
+
deferred1_0 = arg2;
|
|
285
|
+
deferred1_1 = arg3;
|
|
286
|
+
performance.measure(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
|
|
287
|
+
} finally {
|
|
288
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
289
|
+
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
|
|
290
|
+
}
|
|
291
|
+
}, arguments); },
|
|
263
292
|
__wbg_name_7a3bbd030d0afa16: function(arg0, arg1) {
|
|
264
293
|
const ret = arg1.name;
|
|
265
294
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -286,7 +315,7 @@ function __wbg_get_imports() {
|
|
|
286
315
|
const a = state0.a;
|
|
287
316
|
state0.a = 0;
|
|
288
317
|
try {
|
|
289
|
-
return
|
|
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);
|
|
290
319
|
} finally {
|
|
291
320
|
state0.a = a;
|
|
292
321
|
}
|
|
@@ -386,16 +415,13 @@ function __wbg_get_imports() {
|
|
|
386
415
|
const ret = AbortSignal.timeout(arg0 >>> 0);
|
|
387
416
|
return ret;
|
|
388
417
|
},
|
|
389
|
-
__wbg_warn_809cad1bfc2b3a42: function(arg0, arg1, arg2, arg3) {
|
|
390
|
-
console.warn(arg0, arg1, arg2, arg3);
|
|
391
|
-
},
|
|
392
418
|
__wbg_write_6c1ce79b0d7a43ff: function(arg0, arg1) {
|
|
393
419
|
const ret = arg0.write(arg1);
|
|
394
420
|
return ret;
|
|
395
421
|
},
|
|
396
422
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
397
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
398
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
423
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1418, function: Function { arguments: [Externref], shim_idx: 1457, 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_);
|
|
399
425
|
return ret;
|
|
400
426
|
},
|
|
401
427
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
@@ -419,15 +445,15 @@ function __wbg_get_imports() {
|
|
|
419
445
|
};
|
|
420
446
|
}
|
|
421
447
|
|
|
422
|
-
function
|
|
423
|
-
const ret = wasm.
|
|
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);
|
|
424
450
|
if (ret[1]) {
|
|
425
451
|
throw takeFromExternrefTable0(ret[0]);
|
|
426
452
|
}
|
|
427
453
|
}
|
|
428
454
|
|
|
429
|
-
function
|
|
430
|
-
wasm.
|
|
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);
|
|
431
457
|
}
|
|
432
458
|
|
|
433
459
|
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|