qlue-ls 2.3.0 → 2.5.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/README.md CHANGED
@@ -98,6 +98,7 @@ where_new_line = true
98
98
  filter_same_line = true
99
99
  line_length = 120
100
100
  contract_triples = false
101
+ auto_line_break = false
101
102
 
102
103
  [completion]
103
104
  timeout_ms = 5000
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": "2.3.0",
8
+ "version": "2.5.0",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls.js CHANGED
@@ -417,7 +417,7 @@ function __wbg_get_imports() {
417
417
  return ret;
418
418
  },
419
419
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
420
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1228, function: Function { arguments: [Externref], shim_idx: 1229, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
420
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1231, function: Function { arguments: [Externref], shim_idx: 1232, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
421
421
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_8be2313e8adba0b1___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_8be2313e8adba0b1___JsValue____Output_______, wasm_bindgen_8be2313e8adba0b1___convert__closures_____invoke___wasm_bindgen_8be2313e8adba0b1___JsValue_____);
422
422
  return ret;
423
423
  },
package/qlue_ls_bg.wasm CHANGED
Binary file