qlue-ls 2.5.3 → 2.6.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 +7 -7
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -17,13 +17,13 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
17
17
|
|
|
18
18
|
export interface InitOutput {
|
|
19
19
|
readonly memory: WebAssembly.Memory;
|
|
20
|
+
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
20
21
|
readonly init_language_server: (a: any) => number;
|
|
21
22
|
readonly listen: (a: number, b: any) => any;
|
|
22
23
|
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
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;
|
|
24
|
+
readonly wasm_bindgen_8c799f3d7fd174fb___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_8c799f3d7fd174fb___JsValue____Output___core_b03932f25916e09f___result__Result_____wasm_bindgen_8c799f3d7fd174fb___JsError___: (a: number, b: number) => void;
|
|
25
|
+
readonly wasm_bindgen_8c799f3d7fd174fb___convert__closures_____invoke___wasm_bindgen_8c799f3d7fd174fb___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_8c799f3d7fd174fb___JsError___true_: (a: number, b: number, c: any) => [number, number];
|
|
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;
|
|
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;
|
package/qlue_ls.js
CHANGED
|
@@ -286,7 +286,7 @@ function __wbg_get_imports() {
|
|
|
286
286
|
const a = state0.a;
|
|
287
287
|
state0.a = 0;
|
|
288
288
|
try {
|
|
289
|
-
return
|
|
289
|
+
return 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, state0.b, arg0, arg1);
|
|
290
290
|
} finally {
|
|
291
291
|
state0.a = a;
|
|
292
292
|
}
|
|
@@ -394,8 +394,8 @@ function __wbg_get_imports() {
|
|
|
394
394
|
return ret;
|
|
395
395
|
},
|
|
396
396
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
397
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
398
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
397
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1293, function: Function { arguments: [Externref], shim_idx: 1332, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
398
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_8c799f3d7fd174fb___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_8c799f3d7fd174fb___JsValue____Output___core_b03932f25916e09f___result__Result_____wasm_bindgen_8c799f3d7fd174fb___JsError___, wasm_bindgen_8c799f3d7fd174fb___convert__closures_____invoke___wasm_bindgen_8c799f3d7fd174fb___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_8c799f3d7fd174fb___JsError___true_);
|
|
399
399
|
return ret;
|
|
400
400
|
},
|
|
401
401
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
@@ -419,15 +419,15 @@ function __wbg_get_imports() {
|
|
|
419
419
|
};
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
function
|
|
423
|
-
const ret = wasm.
|
|
422
|
+
function wasm_bindgen_8c799f3d7fd174fb___convert__closures_____invoke___wasm_bindgen_8c799f3d7fd174fb___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_8c799f3d7fd174fb___JsError___true_(arg0, arg1, arg2) {
|
|
423
|
+
const ret = wasm.wasm_bindgen_8c799f3d7fd174fb___convert__closures_____invoke___wasm_bindgen_8c799f3d7fd174fb___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_8c799f3d7fd174fb___JsError___true_(arg0, arg1, arg2);
|
|
424
424
|
if (ret[1]) {
|
|
425
425
|
throw takeFromExternrefTable0(ret[0]);
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
function
|
|
430
|
-
wasm.
|
|
429
|
+
function 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_(arg0, arg1, arg2, arg3) {
|
|
430
|
+
wasm.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_(arg0, arg1, arg2, arg3);
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|