qlue-ls 0.1.17 → 0.1.18
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_bg.js +4 -4
- package/qlue_ls_bg.wasm +0 -0
package/package.json
CHANGED
package/qlue_ls_bg.js
CHANGED
|
@@ -169,11 +169,11 @@ export function format_raw(text) {
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
function __wbg_adapter_22(arg0, arg1, arg2) {
|
|
172
|
-
wasm.
|
|
172
|
+
wasm.closure520_externref_shim(arg0, arg1, arg2);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
function __wbg_adapter_52(arg0, arg1, arg2, arg3) {
|
|
176
|
-
wasm.
|
|
176
|
+
wasm.closure537_externref_shim(arg0, arg1, arg2, arg3);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
const ServerFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -344,8 +344,8 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
344
344
|
return ret;
|
|
345
345
|
};
|
|
346
346
|
|
|
347
|
-
export function
|
|
348
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
347
|
+
export function __wbindgen_closure_wrapper2510(arg0, arg1, arg2) {
|
|
348
|
+
const ret = makeMutClosure(arg0, arg1, 521, __wbg_adapter_22);
|
|
349
349
|
return ret;
|
|
350
350
|
};
|
|
351
351
|
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|