@astral-sh/ruff-wasm-bundler 0.13.3 → 0.14.1
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 +1 -1
- package/ruff_wasm_bg.js +5 -0
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm_bg.js
CHANGED
|
@@ -590,6 +590,11 @@ export function __wbg_next_3de8f2669431a3ff(arg0) {
|
|
|
590
590
|
return ret;
|
|
591
591
|
};
|
|
592
592
|
|
|
593
|
+
export function __wbg_now_e3057dd824ca0191() {
|
|
594
|
+
const ret = Date.now();
|
|
595
|
+
return ret;
|
|
596
|
+
};
|
|
597
|
+
|
|
593
598
|
export function __wbg_prototypesetcall_c5f74efd31aea86b(arg0, arg1, arg2) {
|
|
594
599
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
595
600
|
};
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|