qlue-ls 0.22.0 → 0.23.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.22.0",
8
+ "version": "0.23.0",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls.d.ts CHANGED
@@ -22,9 +22,9 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
22
22
  export interface InitOutput {
23
23
  readonly memory: WebAssembly.Memory;
24
24
  readonly format_raw: (a: number, b: number) => [number, number, number, number];
25
+ readonly __wbg_server_free: (a: number, b: number) => void;
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.__wbindgen_cast_f8e98c272db65547 = function(arg0, arg1) {
683
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1413, function: Function { arguments: [Externref], shim_idx: 1414, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
686
+ imports.wbg.__wbindgen_cast_7a61becff93cdfdf = function(arg0, arg1) {
687
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1429, function: Function { arguments: [Externref], shim_idx: 1430, 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