@astral-sh/ruff-wasm-web 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.js CHANGED
@@ -561,6 +561,10 @@ function __wbg_get_imports() {
561
561
  const ret = getObject(arg0) === undefined;
562
562
  return ret;
563
563
  };
564
+ imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
565
+ const ret = getObject(arg0) == getObject(arg1);
566
+ return ret;
567
+ };
564
568
  imports.wbg.__wbindgen_number_new = function(arg0) {
565
569
  const ret = arg0;
566
570
  return addHeapObject(ret);
@@ -569,10 +573,6 @@ function __wbg_get_imports() {
569
573
  const ret = getStringFromWasm0(arg0, arg1);
570
574
  return addHeapObject(ret);
571
575
  };
572
- imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
573
- const ret = getObject(arg0) == getObject(arg1);
574
- return ret;
575
- };
576
576
  imports.wbg.__wbg_String_b9412f8799faab3e = function(arg0, arg1) {
577
577
  const ret = String(getObject(arg1));
578
578
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
package/ruff_wasm_bg.wasm CHANGED
Binary file