@astral-sh/ruff-wasm-bundler 0.6.4 → 0.6.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.6.4",
8
+ "version": "0.6.6",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
package/ruff_wasm_bg.js CHANGED
@@ -533,11 +533,6 @@ export function __wbindgen_is_undefined(arg0) {
533
533
  return ret;
534
534
  };
535
535
 
536
- export function __wbindgen_jsval_loose_eq(arg0, arg1) {
537
- const ret = getObject(arg0) == getObject(arg1);
538
- return ret;
539
- };
540
-
541
536
  export function __wbindgen_number_new(arg0) {
542
537
  const ret = arg0;
543
538
  return addHeapObject(ret);
@@ -548,6 +543,11 @@ export function __wbindgen_string_new(arg0, arg1) {
548
543
  return addHeapObject(ret);
549
544
  };
550
545
 
546
+ export function __wbindgen_jsval_loose_eq(arg0, arg1) {
547
+ const ret = getObject(arg0) == getObject(arg1);
548
+ return ret;
549
+ };
550
+
551
551
  export function __wbg_String_b9412f8799faab3e(arg0, arg1) {
552
552
  const ret = String(getObject(arg1));
553
553
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
package/ruff_wasm_bg.wasm CHANGED
Binary file