@astral-sh/ruff-wasm-nodejs 0.5.5 → 0.5.6
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 +5 -5
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm.js
CHANGED
|
@@ -546,6 +546,11 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
546
546
|
return ret;
|
|
547
547
|
};
|
|
548
548
|
|
|
549
|
+
module.exports.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
550
|
+
const ret = getObject(arg0) == getObject(arg1);
|
|
551
|
+
return ret;
|
|
552
|
+
};
|
|
553
|
+
|
|
549
554
|
module.exports.__wbindgen_number_new = function(arg0) {
|
|
550
555
|
const ret = arg0;
|
|
551
556
|
return addHeapObject(ret);
|
|
@@ -556,11 +561,6 @@ module.exports.__wbindgen_string_new = function(arg0, arg1) {
|
|
|
556
561
|
return addHeapObject(ret);
|
|
557
562
|
};
|
|
558
563
|
|
|
559
|
-
module.exports.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
560
|
-
const ret = getObject(arg0) == getObject(arg1);
|
|
561
|
-
return ret;
|
|
562
|
-
};
|
|
563
|
-
|
|
564
564
|
module.exports.__wbg_String_b9412f8799faab3e = function(arg0, arg1) {
|
|
565
565
|
const ret = String(getObject(arg1));
|
|
566
566
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|