qlue-ls 0.17.0 → 0.17.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.17.0",
8
+ "version": "0.17.1",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls.js CHANGED
@@ -298,7 +298,7 @@ export function get_parse_tree(input, offset) {
298
298
  return ret;
299
299
  }
300
300
 
301
- function __wbg_adapter_8(arg0, arg1, arg2) {
301
+ function __wbg_adapter_6(arg0, arg1, arg2) {
302
302
  wasm.closure1383_externref_shim(arg0, arg1, arg2);
303
303
  }
304
304
 
@@ -618,7 +618,7 @@ function __wbg_get_imports() {
618
618
  };
619
619
  imports.wbg.__wbindgen_cast_646f6bca41d52858 = function(arg0, arg1) {
620
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_8);
621
+ const ret = makeMutClosure(arg0, arg1, 1372, __wbg_adapter_6);
622
622
  return ret;
623
623
  };
624
624
  imports.wbg.__wbindgen_init_externref_table = function() {
package/qlue_ls_bg.wasm CHANGED
Binary file