@astral-sh/ruff-wasm-web 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.js +4 -0
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm.js
CHANGED
|
@@ -587,6 +587,10 @@ function __wbg_get_imports() {
|
|
|
587
587
|
const ret = arg0.next;
|
|
588
588
|
return ret;
|
|
589
589
|
};
|
|
590
|
+
imports.wbg.__wbg_now_e3057dd824ca0191 = function() {
|
|
591
|
+
const ret = Date.now();
|
|
592
|
+
return ret;
|
|
593
|
+
};
|
|
590
594
|
imports.wbg.__wbg_prototypesetcall_c5f74efd31aea86b = function(arg0, arg1, arg2) {
|
|
591
595
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
592
596
|
};
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|