qlue-ls 0.5.9 → 0.6.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/README.md +1 -1
- package/package.json +1 -1
- package/qlue_ls.d.ts +6 -6
- package/qlue_ls.js +4 -4
- package/qlue_ls_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Qlue-ls is available on [crate.io](https://crates.io/crates/qlue-ls):
|
|
|
19
19
|
cargo install --bin qlue-ls qlue-ls
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
And on [
|
|
22
|
+
And on [PyPI](https://pypi.org/project/qlue-ls/):
|
|
23
23
|
|
|
24
24
|
```shell
|
|
25
25
|
pipx install qlue-ls
|
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -14,12 +14,12 @@ 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
|
-
readonly init_language_server: (a: any) => number;
|
|
19
|
-
readonly listen: (a: number, b: any) => any;
|
|
20
|
-
readonly ts_query_cursor_exec: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
21
17
|
readonly ts_query_cursor_next_capture: (a: number, b: number, c: number) => number;
|
|
18
|
+
readonly ts_query_cursor_exec: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
22
19
|
readonly ts_parser_parse_with_options: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
20
|
+
readonly init_language_server: (a: any) => number;
|
|
21
|
+
readonly listen: (a: number, b: any) => any;
|
|
22
|
+
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
23
23
|
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
24
24
|
readonly determine_operation_type: (a: number, b: number) => [number, number, number, number];
|
|
25
25
|
readonly get_parse_tree: (a: number, b: number, c: number) => any;
|
|
@@ -280,8 +280,8 @@ export interface InitOutput {
|
|
|
280
280
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
281
281
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
282
282
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
283
|
-
readonly
|
|
284
|
-
readonly
|
|
283
|
+
readonly closure583_externref_shim: (a: number, b: number, c: any) => void;
|
|
284
|
+
readonly closure595_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
285
285
|
readonly __wbindgen_start: () => void;
|
|
286
286
|
}
|
|
287
287
|
|
package/qlue_ls.js
CHANGED
|
@@ -291,11 +291,11 @@ export function get_parse_tree(input, offset) {
|
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
function __wbg_adapter_24(arg0, arg1, arg2) {
|
|
294
|
-
wasm.
|
|
294
|
+
wasm.closure583_externref_shim(arg0, arg1, arg2);
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
function __wbg_adapter_100(arg0, arg1, arg2, arg3) {
|
|
298
|
-
wasm.
|
|
298
|
+
wasm.closure595_externref_shim(arg0, arg1, arg2, arg3);
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
@@ -576,8 +576,8 @@ function __wbg_get_imports() {
|
|
|
576
576
|
const ret = false;
|
|
577
577
|
return ret;
|
|
578
578
|
};
|
|
579
|
-
imports.wbg.
|
|
580
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
579
|
+
imports.wbg.__wbindgen_closure_wrapper5537 = function(arg0, arg1, arg2) {
|
|
580
|
+
const ret = makeMutClosure(arg0, arg1, 584, __wbg_adapter_24);
|
|
581
581
|
return ret;
|
|
582
582
|
};
|
|
583
583
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|