qlue-ls 0.15.0 → 0.15.1
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 +4 -4
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -14,9 +14,9 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
14
14
|
|
|
15
15
|
export interface InitOutput {
|
|
16
16
|
readonly memory: WebAssembly.Memory;
|
|
17
|
-
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
18
17
|
readonly init_language_server: (a: any) => number;
|
|
19
18
|
readonly listen: (a: number, b: any) => any;
|
|
19
|
+
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
20
20
|
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
21
21
|
readonly determine_operation_type: (a: number, b: number) => [number, number];
|
|
22
22
|
readonly get_parse_tree: (a: number, b: number, c: number) => any;
|
|
@@ -28,8 +28,8 @@ export interface InitOutput {
|
|
|
28
28
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
29
29
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
30
30
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
31
|
+
readonly closure1368_externref_shim: (a: number, b: number, c: any) => void;
|
|
32
|
+
readonly closure1708_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
33
33
|
readonly __wbindgen_start: () => void;
|
|
34
34
|
}
|
|
35
35
|
|
package/qlue_ls.js
CHANGED
|
@@ -285,11 +285,11 @@ export function get_parse_tree(input, offset) {
|
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
function __wbg_adapter_24(arg0, arg1, arg2) {
|
|
288
|
-
wasm.
|
|
288
|
+
wasm.closure1368_externref_shim(arg0, arg1, arg2);
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
function __wbg_adapter_98(arg0, arg1, arg2, arg3) {
|
|
292
|
-
wasm.
|
|
292
|
+
wasm.closure1708_externref_shim(arg0, arg1, arg2, arg3);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
@@ -566,8 +566,8 @@ function __wbg_get_imports() {
|
|
|
566
566
|
const ret = false;
|
|
567
567
|
return ret;
|
|
568
568
|
};
|
|
569
|
-
imports.wbg.
|
|
570
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
569
|
+
imports.wbg.__wbindgen_closure_wrapper5891 = function(arg0, arg1, arg2) {
|
|
570
|
+
const ret = makeMutClosure(arg0, arg1, 1369, __wbg_adapter_24);
|
|
571
571
|
return ret;
|
|
572
572
|
};
|
|
573
573
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|