qlue-ls 0.4.1 → 0.5.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/README.md +1 -0
- package/package.json +1 -1
- package/qlue_ls_bg.js +4 -4
- package/qlue_ls_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -121,6 +121,7 @@ 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 | |
|
|
124
125
|
|
|
125
126
|
# ⚙️ Configuration
|
|
126
127
|
|
package/package.json
CHANGED
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.
|
|
286
|
+
wasm.closure260_externref_shim(arg0, arg1, arg2);
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
|
|
290
|
-
wasm.
|
|
290
|
+
wasm.closure272_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
|
|
482
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
481
|
+
export function __wbindgen_closure_wrapper3484(arg0, arg1, arg2) {
|
|
482
|
+
const ret = makeMutClosure(arg0, arg1, 261, __wbg_adapter_24);
|
|
483
483
|
return ret;
|
|
484
484
|
};
|
|
485
485
|
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|