@astral-sh/ruff-wasm-bundler 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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "Charlie Marsh <charlie.r.marsh@gmail.com>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for Ruff",
8
- "version": "0.5.5",
8
+ "version": "0.5.6",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
package/ruff_wasm_bg.js CHANGED
@@ -550,6 +550,11 @@ export function __wbindgen_is_undefined(arg0) {
550
550
  return ret;
551
551
  };
552
552
 
553
+ export function __wbindgen_jsval_loose_eq(arg0, arg1) {
554
+ const ret = getObject(arg0) == getObject(arg1);
555
+ return ret;
556
+ };
557
+
553
558
  export function __wbindgen_number_new(arg0) {
554
559
  const ret = arg0;
555
560
  return addHeapObject(ret);
@@ -560,11 +565,6 @@ export function __wbindgen_string_new(arg0, arg1) {
560
565
  return addHeapObject(ret);
561
566
  };
562
567
 
563
- export function __wbindgen_jsval_loose_eq(arg0, arg1) {
564
- const ret = getObject(arg0) == getObject(arg1);
565
- return ret;
566
- };
567
-
568
568
  export function __wbg_String_b9412f8799faab3e(arg0, arg1) {
569
569
  const ret = String(getObject(arg1));
570
570
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
package/ruff_wasm_bg.wasm CHANGED
Binary file