qlue-ls 1.1.2 → 1.1.4

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": "1.1.2",
8
+ "version": "1.1.4",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
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;
25
- readonly format_raw: (a: number, b: number) => [number, number, number, number];
26
24
  readonly init_language_server: (a: any) => number;
27
25
  readonly listen: (a: number, b: any) => any;
26
+ readonly __wbg_server_free: (a: number, b: number) => void;
27
+ readonly format_raw: (a: number, b: number) => [number, number, number, number];
28
28
  readonly get_parse_tree: (a: number, b: number, c: number) => any;
29
29
  readonly determine_operation_type: (a: number, b: number) => [number, number];
30
30
  readonly wasm_bindgen_1875f4231cc1d982___convert__closures_____invoke___wasm_bindgen_1875f4231cc1d982___JsValue_____: (a: number, b: number, c: any) => void;
package/qlue_ls.js CHANGED
@@ -711,8 +711,8 @@ function __wbg_get_imports() {
711
711
  const ret = getStringFromWasm0(arg0, arg1);
712
712
  return ret;
713
713
  };
714
- imports.wbg.__wbindgen_cast_ba634f89d848e16b = function(arg0, arg1) {
715
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1438, function: Function { arguments: [Externref], shim_idx: 1439, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
714
+ imports.wbg.__wbindgen_cast_8586626e32c317d6 = function(arg0, arg1) {
715
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1258, function: Function { arguments: [Externref], shim_idx: 1259, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
716
716
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_1875f4231cc1d982___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_1875f4231cc1d982___JsValue____Output_______, wasm_bindgen_1875f4231cc1d982___convert__closures_____invoke___wasm_bindgen_1875f4231cc1d982___JsValue_____);
717
717
  return ret;
718
718
  };
package/qlue_ls_bg.wasm CHANGED
Binary file