qlue-ls 0.19.0 → 0.19.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 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.19.0",
8
+ "version": "0.19.1",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls.d.ts CHANGED
@@ -29,8 +29,8 @@ export interface InitOutput {
29
29
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
30
30
  readonly __wbindgen_export_6: WebAssembly.Table;
31
31
  readonly __externref_table_dealloc: (a: number) => void;
32
- readonly closure1416_externref_shim: (a: number, b: number, c: any) => void;
33
- readonly closure1934_externref_shim: (a: number, b: number, c: any, d: any) => void;
32
+ readonly closure1412_externref_shim: (a: number, b: number, c: any) => void;
33
+ readonly closure1930_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
@@ -304,11 +304,11 @@ export function get_parse_tree(input, offset) {
304
304
  }
305
305
 
306
306
  function __wbg_adapter_6(arg0, arg1, arg2) {
307
- wasm.closure1416_externref_shim(arg0, arg1, arg2);
307
+ wasm.closure1412_externref_shim(arg0, arg1, arg2);
308
308
  }
309
309
 
310
310
  function __wbg_adapter_98(arg0, arg1, arg2, arg3) {
311
- wasm.closure1934_externref_shim(arg0, arg1, arg2, arg3);
311
+ wasm.closure1930_externref_shim(arg0, arg1, arg2, arg3);
312
312
  }
313
313
 
314
314
  const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
@@ -707,9 +707,9 @@ function __wbg_get_imports() {
707
707
  const ret = getStringFromWasm0(arg0, arg1);
708
708
  return ret;
709
709
  };
710
- imports.wbg.__wbindgen_cast_62137c3c251f4059 = function(arg0, arg1) {
711
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1405, function: Function { arguments: [Externref], shim_idx: 1416, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
712
- const ret = makeMutClosure(arg0, arg1, 1405, __wbg_adapter_6);
710
+ imports.wbg.__wbindgen_cast_84741b831f99cf23 = function(arg0, arg1) {
711
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1401, function: Function { arguments: [Externref], shim_idx: 1412, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
712
+ const ret = makeMutClosure(arg0, arg1, 1401, __wbg_adapter_6);
713
713
  return ret;
714
714
  };
715
715
  imports.wbg.__wbindgen_init_externref_table = function() {
package/qlue_ls_bg.wasm CHANGED
Binary file