@astral-sh/ruff-wasm-nodejs 0.5.5 → 0.5.7

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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "Charlie Marsh <charlie.r.marsh@gmail.com>"
5
5
  ],
6
6
  "description": "WebAssembly bindings for Ruff",
7
- "version": "0.5.5",
7
+ "version": "0.5.7",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
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