qlue-ls 0.4.1 → 0.5.2

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
@@ -121,6 +121,8 @@ Static completion is done, dynamic offline completion is in development.
121
121
  | shorten uri | shorten uri into compacted form | uncompacted uri |
122
122
  | declare prefix | declares undeclared prefix (if known) | undeclared prefix |
123
123
  | shorten all uri's | shorten all uri's into compacted form | |
124
+ | add to result | add variable to selected result | |
125
+ | filter variable | add filter for this variable | |
124
126
 
125
127
  # ⚙️ Configuration
126
128
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Ioannis Nezis <ioannis@nezis.de>"
6
6
  ],
7
7
  "description": "A formatter for SPARQL queries",
8
- "version": "0.4.1",
8
+ "version": "0.5.2",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls_bg.js CHANGED
@@ -283,11 +283,11 @@ export function get_parse_tree(input, offset) {
283
283
  }
284
284
 
285
285
  function __wbg_adapter_24(arg0, arg1, arg2) {
286
- wasm.closure237_externref_shim(arg0, arg1, arg2);
286
+ wasm.closure272_externref_shim(arg0, arg1, arg2);
287
287
  }
288
288
 
289
289
  function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
290
- wasm.closure249_externref_shim(arg0, arg1, arg2, arg3);
290
+ wasm.closure284_externref_shim(arg0, arg1, arg2, arg3);
291
291
  }
292
292
 
293
293
  const ServerFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -478,8 +478,8 @@ export function __wbindgen_cb_drop(arg0) {
478
478
  return ret;
479
479
  };
480
480
 
481
- export function __wbindgen_closure_wrapper2914(arg0, arg1, arg2) {
482
- const ret = makeMutClosure(arg0, arg1, 238, __wbg_adapter_24);
481
+ export function __wbindgen_closure_wrapper3518(arg0, arg1, arg2) {
482
+ const ret = makeMutClosure(arg0, arg1, 273, __wbg_adapter_24);
483
483
  return ret;
484
484
  };
485
485
 
package/qlue_ls_bg.wasm CHANGED
Binary file