@astral-sh/ruff-wasm-web 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 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.3",
8
+ "version": "0.6.5",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
package/ruff_wasm.js CHANGED
@@ -544,10 +544,6 @@ function __wbg_get_imports() {
544
544
  const ret = getObject(arg0) === undefined;
545
545
  return ret;
546
546
  };
547
- imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
548
- const ret = getObject(arg0) == getObject(arg1);
549
- return ret;
550
- };
551
547
  imports.wbg.__wbindgen_number_new = function(arg0) {
552
548
  const ret = arg0;
553
549
  return addHeapObject(ret);
@@ -556,6 +552,10 @@ function __wbg_get_imports() {
556
552
  const ret = getStringFromWasm0(arg0, arg1);
557
553
  return addHeapObject(ret);
558
554
  };
555
+ imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
556
+ const ret = getObject(arg0) == getObject(arg1);
557
+ return ret;
558
+ };
559
559
  imports.wbg.__wbg_String_b9412f8799faab3e = function(arg0, arg1) {
560
560
  const ret = String(getObject(arg1));
561
561
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
package/ruff_wasm_bg.wasm CHANGED
Binary file