qlue-ls 0.13.3 → 0.13.4
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
|
@@ -23,8 +23,8 @@ export interface InitOutput {
|
|
|
23
23
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
24
24
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
25
25
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
26
|
+
readonly closure1364_externref_shim: (a: number, b: number, c: any) => void;
|
|
27
|
+
readonly closure1704_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
28
28
|
readonly __wbindgen_start: () => void;
|
|
29
29
|
}
|
|
30
30
|
|
package/qlue_ls.js
CHANGED
|
@@ -236,11 +236,11 @@ export function get_parse_tree(input, offset) {
|
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
function __wbg_adapter_24(arg0, arg1, arg2) {
|
|
239
|
-
wasm.
|
|
239
|
+
wasm.closure1364_externref_shim(arg0, arg1, arg2);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
function __wbg_adapter_96(arg0, arg1, arg2, arg3) {
|
|
243
|
-
wasm.
|
|
243
|
+
wasm.closure1704_externref_shim(arg0, arg1, arg2, arg3);
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
@@ -517,8 +517,8 @@ function __wbg_get_imports() {
|
|
|
517
517
|
const ret = false;
|
|
518
518
|
return ret;
|
|
519
519
|
};
|
|
520
|
-
imports.wbg.
|
|
521
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
520
|
+
imports.wbg.__wbindgen_closure_wrapper5890 = function(arg0, arg1, arg2) {
|
|
521
|
+
const ret = makeMutClosure(arg0, arg1, 1365, __wbg_adapter_24);
|
|
522
522
|
return ret;
|
|
523
523
|
};
|
|
524
524
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|