qlue-ls 0.7.2 → 0.9.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/package.json +1 -1
- package/qlue_ls.d.ts +2 -2
- package/qlue_ls.js +4 -4
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -28,8 +28,8 @@ export interface InitOutput {
|
|
|
28
28
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
29
29
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
30
30
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
31
|
+
readonly closure1206_externref_shim: (a: number, b: number, c: any) => void;
|
|
32
|
+
readonly closure1575_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
33
33
|
readonly __wbindgen_start: () => void;
|
|
34
34
|
}
|
|
35
35
|
|
package/qlue_ls.js
CHANGED
|
@@ -286,11 +286,11 @@ export function get_parse_tree(input, offset) {
|
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
function __wbg_adapter_24(arg0, arg1, arg2) {
|
|
289
|
-
wasm.
|
|
289
|
+
wasm.closure1206_externref_shim(arg0, arg1, arg2);
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
function __wbg_adapter_100(arg0, arg1, arg2, arg3) {
|
|
293
|
-
wasm.
|
|
293
|
+
wasm.closure1575_externref_shim(arg0, arg1, arg2, arg3);
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
@@ -571,8 +571,8 @@ function __wbg_get_imports() {
|
|
|
571
571
|
const ret = false;
|
|
572
572
|
return ret;
|
|
573
573
|
};
|
|
574
|
-
imports.wbg.
|
|
575
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
574
|
+
imports.wbg.__wbindgen_closure_wrapper5374 = function(arg0, arg1, arg2) {
|
|
575
|
+
const ret = makeMutClosure(arg0, arg1, 1207, __wbg_adapter_24);
|
|
576
576
|
return ret;
|
|
577
577
|
};
|
|
578
578
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|