qlue-ls 0.17.1 → 0.18.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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "Ioannis Nezis <ioannis@nezis.de>"
6
6
  ],
7
7
  "description": "A language server for SPARQL",
8
- "version": "0.17.1",
8
+ "version": "0.18.0",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls.d.ts CHANGED
@@ -15,10 +15,10 @@ 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 format_raw: (a: number, b: number) => [number, number, number, number];
19
20
  readonly init_language_server: (a: any) => number;
20
21
  readonly listen: (a: number, b: any) => any;
21
- readonly __wbg_server_free: (a: number, b: number) => void;
22
22
  readonly determine_operation_type: (a: number, b: number) => [number, number];
23
23
  readonly get_parse_tree: (a: number, b: number, c: number) => any;
24
24
  readonly __wbindgen_exn_store: (a: number) => void;
@@ -29,8 +29,8 @@ export interface InitOutput {
29
29
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
30
30
  readonly __wbindgen_export_6: WebAssembly.Table;
31
31
  readonly __externref_table_dealloc: (a: number) => void;
32
- readonly closure1383_externref_shim: (a: number, b: number, c: any) => void;
33
- readonly closure1900_externref_shim: (a: number, b: number, c: any, d: any) => void;
32
+ readonly closure1406_externref_shim: (a: number, b: number, c: any) => void;
33
+ readonly closure1923_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
@@ -298,12 +298,12 @@ export function get_parse_tree(input, offset) {
298
298
  return ret;
299
299
  }
300
300
 
301
- function __wbg_adapter_6(arg0, arg1, arg2) {
302
- wasm.closure1383_externref_shim(arg0, arg1, arg2);
301
+ function __wbg_adapter_8(arg0, arg1, arg2) {
302
+ wasm.closure1406_externref_shim(arg0, arg1, arg2);
303
303
  }
304
304
 
305
305
  function __wbg_adapter_84(arg0, arg1, arg2, arg3) {
306
- wasm.closure1900_externref_shim(arg0, arg1, arg2, arg3);
306
+ wasm.closure1923_externref_shim(arg0, arg1, arg2, arg3);
307
307
  }
308
308
 
309
309
  const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
@@ -616,9 +616,9 @@ function __wbg_get_imports() {
616
616
  const ret = getStringFromWasm0(arg0, arg1);
617
617
  return ret;
618
618
  };
619
- imports.wbg.__wbindgen_cast_646f6bca41d52858 = function(arg0, arg1) {
620
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1372, function: Function { arguments: [Externref], shim_idx: 1383, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
621
- const ret = makeMutClosure(arg0, arg1, 1372, __wbg_adapter_6);
619
+ imports.wbg.__wbindgen_cast_a474be5ce8df10bf = function(arg0, arg1) {
620
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1395, function: Function { arguments: [Externref], shim_idx: 1406, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
621
+ const ret = makeMutClosure(arg0, arg1, 1395, __wbg_adapter_8);
622
622
  return ret;
623
623
  };
624
624
  imports.wbg.__wbindgen_init_externref_table = function() {
package/qlue_ls_bg.wasm CHANGED
Binary file