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 +1 -1
- package/qlue_ls.js +2 -2
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
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
|
|
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,
|
|
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
|