@astral-sh/ruff-wasm-web 0.6.3 → 0.6.5
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/ruff_wasm.js +4 -4
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm.js
CHANGED
|
@@ -544,10 +544,6 @@ function __wbg_get_imports() {
|
|
|
544
544
|
const ret = getObject(arg0) === undefined;
|
|
545
545
|
return ret;
|
|
546
546
|
};
|
|
547
|
-
imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
548
|
-
const ret = getObject(arg0) == getObject(arg1);
|
|
549
|
-
return ret;
|
|
550
|
-
};
|
|
551
547
|
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
552
548
|
const ret = arg0;
|
|
553
549
|
return addHeapObject(ret);
|
|
@@ -556,6 +552,10 @@ function __wbg_get_imports() {
|
|
|
556
552
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
557
553
|
return addHeapObject(ret);
|
|
558
554
|
};
|
|
555
|
+
imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
556
|
+
const ret = getObject(arg0) == getObject(arg1);
|
|
557
|
+
return ret;
|
|
558
|
+
};
|
|
559
559
|
imports.wbg.__wbg_String_b9412f8799faab3e = function(arg0, arg1) {
|
|
560
560
|
const ret = String(getObject(arg1));
|
|
561
561
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|