qlue-ls 0.23.1 → 0.24.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 +1 -1
- package/qlue_ls.js +30 -2
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -25,8 +25,8 @@ export interface InitOutput {
|
|
|
25
25
|
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
26
26
|
readonly init_language_server: (a: any) => number;
|
|
27
27
|
readonly listen: (a: number, b: any) => any;
|
|
28
|
-
readonly determine_operation_type: (a: number, b: number) => [number, number];
|
|
29
28
|
readonly get_parse_tree: (a: number, b: number, c: number) => any;
|
|
29
|
+
readonly determine_operation_type: (a: number, b: number) => [number, number];
|
|
30
30
|
readonly wasm_bindgen__convert__closures_____invoke__hf060df46011f9509: (a: number, b: number, c: any) => void;
|
|
31
31
|
readonly wasm_bindgen__closure__destroy__h28325e4e12848b80: (a: number, b: number) => void;
|
|
32
32
|
readonly wasm_bindgen__convert__closures_____invoke__hec3146db81f215d6: (a: number, b: number, c: any, d: any) => void;
|
package/qlue_ls.js
CHANGED
|
@@ -439,6 +439,9 @@ function __wbg_get_imports() {
|
|
|
439
439
|
imports.wbg.__wbg__wbg_cb_unref_87dfb5aaa0cbcea7 = function(arg0) {
|
|
440
440
|
arg0._wbg_cb_unref();
|
|
441
441
|
};
|
|
442
|
+
imports.wbg.__wbg_abort_399ecbcfd6ef3c8e = function(arg0, arg1) {
|
|
443
|
+
arg0.abort(arg1);
|
|
444
|
+
};
|
|
442
445
|
imports.wbg.__wbg_body_947b901c33f7fe32 = function(arg0) {
|
|
443
446
|
const ret = arg0.body;
|
|
444
447
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -505,6 +508,16 @@ function __wbg_get_imports() {
|
|
|
505
508
|
const ret = result;
|
|
506
509
|
return ret;
|
|
507
510
|
};
|
|
511
|
+
imports.wbg.__wbg_instanceof_DomException_d430cd4fb5284a83 = function(arg0) {
|
|
512
|
+
let result;
|
|
513
|
+
try {
|
|
514
|
+
result = arg0 instanceof DOMException;
|
|
515
|
+
} catch (_) {
|
|
516
|
+
result = false;
|
|
517
|
+
}
|
|
518
|
+
const ret = result;
|
|
519
|
+
return ret;
|
|
520
|
+
};
|
|
508
521
|
imports.wbg.__wbg_instanceof_Response_cd74d1c2ac92cb0b = function(arg0) {
|
|
509
522
|
let result;
|
|
510
523
|
try {
|
|
@@ -544,6 +557,13 @@ function __wbg_get_imports() {
|
|
|
544
557
|
imports.wbg.__wbg_log_f614673762e98966 = function(arg0, arg1, arg2, arg3) {
|
|
545
558
|
console.log(arg0, arg1, arg2, arg3);
|
|
546
559
|
};
|
|
560
|
+
imports.wbg.__wbg_name_9136863a055402ff = function(arg0, arg1) {
|
|
561
|
+
const ret = arg1.name;
|
|
562
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
563
|
+
const len1 = WASM_VECTOR_LEN;
|
|
564
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
565
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
566
|
+
};
|
|
547
567
|
imports.wbg.__wbg_new_1ba21ce319a06297 = function() {
|
|
548
568
|
const ret = new Object();
|
|
549
569
|
return ret;
|
|
@@ -556,6 +576,10 @@ function __wbg_get_imports() {
|
|
|
556
576
|
const ret = new Uint8Array(arg0);
|
|
557
577
|
return ret;
|
|
558
578
|
};
|
|
579
|
+
imports.wbg.__wbg_new_881a222c65f168fc = function() { return handleError(function () {
|
|
580
|
+
const ret = new AbortController();
|
|
581
|
+
return ret;
|
|
582
|
+
}, arguments) };
|
|
559
583
|
imports.wbg.__wbg_new_ff12d2b041fb48f1 = function(arg0, arg1) {
|
|
560
584
|
try {
|
|
561
585
|
var state0 = {a: arg0, b: arg1};
|
|
@@ -639,6 +663,10 @@ function __wbg_get_imports() {
|
|
|
639
663
|
imports.wbg.__wbg_set_signal_e89be862d0091009 = function(arg0, arg1) {
|
|
640
664
|
arg0.signal = arg1;
|
|
641
665
|
};
|
|
666
|
+
imports.wbg.__wbg_signal_3c14fbdc89694b39 = function(arg0) {
|
|
667
|
+
const ret = arg0.signal;
|
|
668
|
+
return ret;
|
|
669
|
+
};
|
|
642
670
|
imports.wbg.__wbg_static_accessor_GLOBAL_769e6b65d6557335 = function() {
|
|
643
671
|
const ret = typeof global === 'undefined' ? null : global;
|
|
644
672
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -683,8 +711,8 @@ function __wbg_get_imports() {
|
|
|
683
711
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
684
712
|
return ret;
|
|
685
713
|
};
|
|
686
|
-
imports.wbg.
|
|
687
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
714
|
+
imports.wbg.__wbindgen_cast_ffd1409c09a94377 = function(arg0, arg1) {
|
|
715
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1427, function: Function { arguments: [Externref], shim_idx: 1428, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
688
716
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h28325e4e12848b80, wasm_bindgen__convert__closures_____invoke__hf060df46011f9509);
|
|
689
717
|
return ret;
|
|
690
718
|
};
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|