qlue-ls 3.0.0 → 3.1.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 +29 -79
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls.d.ts
CHANGED
|
@@ -17,8 +17,8 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
17
17
|
|
|
18
18
|
export interface InitOutput {
|
|
19
19
|
readonly memory: WebAssembly.Memory;
|
|
20
|
-
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
21
20
|
readonly format_raw: (a: number, b: number) => [number, number, number, number];
|
|
21
|
+
readonly __wbg_server_free: (a: number, b: number) => void;
|
|
22
22
|
readonly init_language_server: (a: any) => number;
|
|
23
23
|
readonly listen: (a: number, b: any) => any;
|
|
24
24
|
readonly wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___wasm_bindgen_50e84266a2ebc23d___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_50e84266a2ebc23d___JsError___true_: (a: number, b: number, c: any) => [number, number];
|
package/qlue_ls.js
CHANGED
|
@@ -68,21 +68,6 @@ export function listen(server, reader) {
|
|
|
68
68
|
function __wbg_get_imports() {
|
|
69
69
|
const import0 = {
|
|
70
70
|
__proto__: null,
|
|
71
|
-
__wbg_Error_9dc85fe1bc224456: function(arg0, arg1) {
|
|
72
|
-
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
73
|
-
return ret;
|
|
74
|
-
},
|
|
75
|
-
__wbg_Number_4779d427bae39753: function(arg0) {
|
|
76
|
-
const ret = Number(arg0);
|
|
77
|
-
return ret;
|
|
78
|
-
},
|
|
79
|
-
__wbg_String_8564e559799eccda: function(arg0, arg1) {
|
|
80
|
-
const ret = String(arg1);
|
|
81
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
82
|
-
const len1 = WASM_VECTOR_LEN;
|
|
83
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
84
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
85
|
-
},
|
|
86
71
|
__wbg___wbindgen_boolean_get_b131b2f36d6b2f55: function(arg0) {
|
|
87
72
|
const v = arg0;
|
|
88
73
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
@@ -95,37 +80,14 @@ function __wbg_get_imports() {
|
|
|
95
80
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
96
81
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
97
82
|
},
|
|
98
|
-
__wbg___wbindgen_in_ce8569b2fc6f5088: function(arg0, arg1) {
|
|
99
|
-
const ret = arg0 in arg1;
|
|
100
|
-
return ret;
|
|
101
|
-
},
|
|
102
83
|
__wbg___wbindgen_is_function_147961669f068cd4: function(arg0) {
|
|
103
84
|
const ret = typeof(arg0) === 'function';
|
|
104
85
|
return ret;
|
|
105
86
|
},
|
|
106
|
-
__wbg___wbindgen_is_object_3a2c414391dbf751: function(arg0) {
|
|
107
|
-
const val = arg0;
|
|
108
|
-
const ret = typeof(val) === 'object' && val !== null;
|
|
109
|
-
return ret;
|
|
110
|
-
},
|
|
111
|
-
__wbg___wbindgen_is_string_6541b0f6ecd4e8e5: function(arg0) {
|
|
112
|
-
const ret = typeof(arg0) === 'string';
|
|
113
|
-
return ret;
|
|
114
|
-
},
|
|
115
87
|
__wbg___wbindgen_is_undefined_4410e3c20a99fa97: function(arg0) {
|
|
116
88
|
const ret = arg0 === undefined;
|
|
117
89
|
return ret;
|
|
118
90
|
},
|
|
119
|
-
__wbg___wbindgen_jsval_loose_eq_e07e3b1f5db6da6c: function(arg0, arg1) {
|
|
120
|
-
const ret = arg0 == arg1;
|
|
121
|
-
return ret;
|
|
122
|
-
},
|
|
123
|
-
__wbg___wbindgen_number_get_588ed6b97f0d7e14: function(arg0, arg1) {
|
|
124
|
-
const obj = arg1;
|
|
125
|
-
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
126
|
-
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
127
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
128
|
-
},
|
|
129
91
|
__wbg___wbindgen_string_get_fa2687d531ed17a5: function(arg0, arg1) {
|
|
130
92
|
const obj = arg1;
|
|
131
93
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -140,8 +102,8 @@ function __wbg_get_imports() {
|
|
|
140
102
|
__wbg__wbg_cb_unref_c2301a3c9b78104b: function(arg0) {
|
|
141
103
|
arg0._wbg_cb_unref();
|
|
142
104
|
},
|
|
143
|
-
|
|
144
|
-
arg0.abort(
|
|
105
|
+
__wbg_abort_f2416f4a9852003e: function(arg0) {
|
|
106
|
+
arg0.abort();
|
|
145
107
|
},
|
|
146
108
|
__wbg_body_442a47f02322d7b0: function(arg0) {
|
|
147
109
|
const ret = arg0.body;
|
|
@@ -159,10 +121,6 @@ function __wbg_get_imports() {
|
|
|
159
121
|
const ret = encodeURIComponent(getStringFromWasm0(arg0, arg1));
|
|
160
122
|
return ret;
|
|
161
123
|
},
|
|
162
|
-
__wbg_entries_5a6a7e7e0df09fe5: function(arg0) {
|
|
163
|
-
const ret = Object.entries(arg0);
|
|
164
|
-
return ret;
|
|
165
|
-
},
|
|
166
124
|
__wbg_error_6651fee1c71e5da9: function(arg0) {
|
|
167
125
|
console.error(arg0);
|
|
168
126
|
},
|
|
@@ -174,32 +132,14 @@ function __wbg_get_imports() {
|
|
|
174
132
|
const ret = arg0.getReader();
|
|
175
133
|
return ret;
|
|
176
134
|
},
|
|
177
|
-
__wbg_get_4b90d6d8c5deb5d5: function(arg0, arg1) {
|
|
178
|
-
const ret = arg0[arg1 >>> 0];
|
|
179
|
-
return ret;
|
|
180
|
-
},
|
|
181
135
|
__wbg_get_52a8a619f7b88df6: function() { return handleError(function (arg0, arg1) {
|
|
182
136
|
const ret = Reflect.get(arg0, arg1);
|
|
183
137
|
return ret;
|
|
184
138
|
}, arguments); },
|
|
185
|
-
__wbg_get_with_ref_key_6412cf3094599694: function(arg0, arg1) {
|
|
186
|
-
const ret = arg0[arg1];
|
|
187
|
-
return ret;
|
|
188
|
-
},
|
|
189
139
|
__wbg_headers_e1e94862a6a36f9e: function(arg0) {
|
|
190
140
|
const ret = arg0.headers;
|
|
191
141
|
return ret;
|
|
192
142
|
},
|
|
193
|
-
__wbg_instanceof_ArrayBuffer_a581da923203f29f: function(arg0) {
|
|
194
|
-
let result;
|
|
195
|
-
try {
|
|
196
|
-
result = arg0 instanceof ArrayBuffer;
|
|
197
|
-
} catch (_) {
|
|
198
|
-
result = false;
|
|
199
|
-
}
|
|
200
|
-
const ret = result;
|
|
201
|
-
return ret;
|
|
202
|
-
},
|
|
203
143
|
__wbg_instanceof_DomException_11c6fdda80861b83: function(arg0) {
|
|
204
144
|
let result;
|
|
205
145
|
try {
|
|
@@ -210,42 +150,30 @@ function __wbg_get_imports() {
|
|
|
210
150
|
const ret = result;
|
|
211
151
|
return ret;
|
|
212
152
|
},
|
|
213
|
-
|
|
153
|
+
__wbg_instanceof_Error_cb5ebd65d798655e: function(arg0) {
|
|
214
154
|
let result;
|
|
215
155
|
try {
|
|
216
|
-
result = arg0 instanceof
|
|
156
|
+
result = arg0 instanceof Error;
|
|
217
157
|
} catch (_) {
|
|
218
158
|
result = false;
|
|
219
159
|
}
|
|
220
160
|
const ret = result;
|
|
221
161
|
return ret;
|
|
222
162
|
},
|
|
223
|
-
|
|
163
|
+
__wbg_instanceof_Response_36a65a969abaa7c6: function(arg0) {
|
|
224
164
|
let result;
|
|
225
165
|
try {
|
|
226
|
-
result = arg0 instanceof
|
|
166
|
+
result = arg0 instanceof Response;
|
|
227
167
|
} catch (_) {
|
|
228
168
|
result = false;
|
|
229
169
|
}
|
|
230
170
|
const ret = result;
|
|
231
171
|
return ret;
|
|
232
172
|
},
|
|
233
|
-
__wbg_isSafeInteger_c22ccb4af2201fe9: function(arg0) {
|
|
234
|
-
const ret = Number.isSafeInteger(arg0);
|
|
235
|
-
return ret;
|
|
236
|
-
},
|
|
237
|
-
__wbg_json_1f241d2c075564c1: function() { return handleError(function (arg0) {
|
|
238
|
-
const ret = arg0.json();
|
|
239
|
-
return ret;
|
|
240
|
-
}, arguments); },
|
|
241
173
|
__wbg_length_68a9d5278d084f4f: function(arg0) {
|
|
242
174
|
const ret = arg0.length;
|
|
243
175
|
return ret;
|
|
244
176
|
},
|
|
245
|
-
__wbg_length_fb04d16d7bdf6d4c: function(arg0) {
|
|
246
|
-
const ret = arg0.length;
|
|
247
|
-
return ret;
|
|
248
|
-
},
|
|
249
177
|
__wbg_log_17a3e9a5cbb91ef7: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
250
178
|
let deferred0_0;
|
|
251
179
|
let deferred0_1;
|
|
@@ -287,6 +215,17 @@ function __wbg_get_imports() {
|
|
|
287
215
|
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
|
|
288
216
|
}
|
|
289
217
|
}, arguments); },
|
|
218
|
+
__wbg_message_12958526424a887b: function(arg0, arg1) {
|
|
219
|
+
const ret = arg1.message;
|
|
220
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
221
|
+
const len1 = WASM_VECTOR_LEN;
|
|
222
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
223
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
224
|
+
},
|
|
225
|
+
__wbg_message_5c6ab4dd6c4b34e8: function(arg0) {
|
|
226
|
+
const ret = arg0.message;
|
|
227
|
+
return ret;
|
|
228
|
+
},
|
|
290
229
|
__wbg_name_eb273e7492158915: function(arg0, arg1) {
|
|
291
230
|
const ret = arg1.name;
|
|
292
231
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -397,6 +336,17 @@ function __wbg_get_imports() {
|
|
|
397
336
|
const ret = typeof window === 'undefined' ? null : window;
|
|
398
337
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
399
338
|
},
|
|
339
|
+
__wbg_statusText_1a429a988ff7e957: function(arg0, arg1) {
|
|
340
|
+
const ret = arg1.statusText;
|
|
341
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
342
|
+
const len1 = WASM_VECTOR_LEN;
|
|
343
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
344
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
345
|
+
},
|
|
346
|
+
__wbg_status_9e6505cfa3e73a7c: function(arg0) {
|
|
347
|
+
const ret = arg0.status;
|
|
348
|
+
return ret;
|
|
349
|
+
},
|
|
400
350
|
__wbg_text_d0039cf442b19ec4: function() { return handleError(function (arg0) {
|
|
401
351
|
const ret = arg0.text();
|
|
402
352
|
return ret;
|
|
@@ -418,7 +368,7 @@ function __wbg_get_imports() {
|
|
|
418
368
|
return ret;
|
|
419
369
|
},
|
|
420
370
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
421
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
371
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1443, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
422
372
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_50e84266a2ebc23d___convert__closures_____invoke___wasm_bindgen_50e84266a2ebc23d___JsValue__core_b03932f25916e09f___result__Result_____wasm_bindgen_50e84266a2ebc23d___JsError___true_);
|
|
423
373
|
return ret;
|
|
424
374
|
},
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|