@astral-sh/ruff-wasm-nodejs 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 +5 -5
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm.js
CHANGED
|
@@ -530,11 +530,6 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
530
530
|
return ret;
|
|
531
531
|
};
|
|
532
532
|
|
|
533
|
-
module.exports.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
534
|
-
const ret = getObject(arg0) == getObject(arg1);
|
|
535
|
-
return ret;
|
|
536
|
-
};
|
|
537
|
-
|
|
538
533
|
module.exports.__wbindgen_number_new = function(arg0) {
|
|
539
534
|
const ret = arg0;
|
|
540
535
|
return addHeapObject(ret);
|
|
@@ -545,6 +540,11 @@ module.exports.__wbindgen_string_new = function(arg0, arg1) {
|
|
|
545
540
|
return addHeapObject(ret);
|
|
546
541
|
};
|
|
547
542
|
|
|
543
|
+
module.exports.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
544
|
+
const ret = getObject(arg0) == getObject(arg1);
|
|
545
|
+
return ret;
|
|
546
|
+
};
|
|
547
|
+
|
|
548
548
|
module.exports.__wbg_String_b9412f8799faab3e = function(arg0, arg1) {
|
|
549
549
|
const ret = String(getObject(arg1));
|
|
550
550
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|