qlue-ls 0.19.2 → 0.20.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 +3 -3
- package/qlue_ls.js +5 -5
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -15,9 +15,9 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
15
15
|
|
|
16
16
|
export interface InitOutput {
|
|
17
17
|
readonly memory: WebAssembly.Memory;
|
|
18
|
+
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
18
19
|
readonly init_language_server: (a: any) => number;
|
|
19
20
|
readonly listen: (a: number, b: any) => any;
|
|
20
|
-
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
21
21
|
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
22
22
|
readonly get_parse_tree: (a: number, b: number, c: number) => any;
|
|
23
23
|
readonly determine_operation_type: (a: number, b: number) => [number, number];
|
|
@@ -29,8 +29,8 @@ export interface InitOutput {
|
|
|
29
29
|
readonly __wbindgen_export_5: WebAssembly.Table;
|
|
30
30
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
31
31
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
32
|
+
readonly closure1389_externref_shim: (a: number, b: number, c: any) => void;
|
|
33
|
+
readonly closure1920_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
34
34
|
readonly __wbindgen_start: () => void;
|
|
35
35
|
}
|
|
36
36
|
|
package/qlue_ls.js
CHANGED
|
@@ -303,11 +303,11 @@ export function determine_operation_type(input) {
|
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
function __wbg_adapter_6(arg0, arg1, arg2) {
|
|
306
|
-
wasm.
|
|
306
|
+
wasm.closure1389_externref_shim(arg0, arg1, arg2);
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
function __wbg_adapter_78(arg0, arg1, arg2, arg3) {
|
|
310
|
-
wasm.
|
|
310
|
+
wasm.closure1920_externref_shim(arg0, arg1, arg2, arg3);
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
@@ -688,9 +688,9 @@ function __wbg_get_imports() {
|
|
|
688
688
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
689
689
|
return ret;
|
|
690
690
|
};
|
|
691
|
-
imports.wbg.
|
|
692
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
693
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
691
|
+
imports.wbg.__wbindgen_cast_6db7aa72e01bd6b9 = function(arg0, arg1) {
|
|
692
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1388, function: Function { arguments: [Externref], shim_idx: 1389, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
693
|
+
const ret = makeMutClosure(arg0, arg1, 1388, __wbg_adapter_6);
|
|
694
694
|
return ret;
|
|
695
695
|
};
|
|
696
696
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|