qlue-ls 0.22.0 → 0.23.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 +1 -1
- package/qlue_ls.js +6 -2
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -21,10 +21,10 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
21
21
|
|
|
22
22
|
export interface InitOutput {
|
|
23
23
|
readonly memory: WebAssembly.Memory;
|
|
24
|
+
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
24
25
|
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
25
26
|
readonly init_language_server: (a: any) => number;
|
|
26
27
|
readonly listen: (a: number, b: any) => any;
|
|
27
|
-
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
28
28
|
readonly determine_operation_type: (a: number, b: number) => [number, number];
|
|
29
29
|
readonly get_parse_tree: (a: number, b: number, c: number) => any;
|
|
30
30
|
readonly wasm_bindgen__convert__closures_____invoke__hf060df46011f9509: (a: number, b: number, c: any) => void;
|
package/qlue_ls.js
CHANGED
|
@@ -454,6 +454,10 @@ function __wbg_get_imports() {
|
|
|
454
454
|
imports.wbg.__wbg_debug_9ad80675faf0c9cf = function(arg0, arg1, arg2, arg3) {
|
|
455
455
|
console.debug(arg0, arg1, arg2, arg3);
|
|
456
456
|
};
|
|
457
|
+
imports.wbg.__wbg_encodeURIComponent_fe8578929b74aa6c = function(arg0, arg1) {
|
|
458
|
+
const ret = encodeURIComponent(getStringFromWasm0(arg0, arg1));
|
|
459
|
+
return ret;
|
|
460
|
+
};
|
|
457
461
|
imports.wbg.__wbg_entries_83c79938054e065f = function(arg0) {
|
|
458
462
|
const ret = Object.entries(arg0);
|
|
459
463
|
return ret;
|
|
@@ -679,8 +683,8 @@ function __wbg_get_imports() {
|
|
|
679
683
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
680
684
|
return ret;
|
|
681
685
|
};
|
|
682
|
-
imports.wbg.
|
|
683
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
686
|
+
imports.wbg.__wbindgen_cast_cdcf88c3671c49c6 = function(arg0, arg1) {
|
|
687
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1422, function: Function { arguments: [Externref], shim_idx: 1423, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
684
688
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h28325e4e12848b80, wasm_bindgen__convert__closures_____invoke__hf060df46011f9509);
|
|
685
689
|
return ret;
|
|
686
690
|
};
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|