qlue-ls 0.3.1 → 0.3.2
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/README.md +1 -1
- package/package.json +1 -1
- package/qlue_ls_bg.js +3 -3
- package/qlue_ls_bg.wasm +0 -0
package/README.md
CHANGED
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.closure233_externref_shim(arg0, arg1, arg2);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
function __wbg_adapter_52(arg0, arg1, arg2, arg3) {
|
|
176
|
-
wasm.
|
|
176
|
+
wasm.closure246_externref_shim(arg0, arg1, arg2, arg3);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
const ServerFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -345,7 +345,7 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
345
345
|
};
|
|
346
346
|
|
|
347
347
|
export function __wbindgen_closure_wrapper1068(arg0, arg1, arg2) {
|
|
348
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
348
|
+
const ret = makeMutClosure(arg0, arg1, 234, __wbg_adapter_22);
|
|
349
349
|
return ret;
|
|
350
350
|
};
|
|
351
351
|
|
package/qlue_ls_bg.wasm
CHANGED
|
Binary file
|