@astral-sh/ruff-wasm-nodejs 0.14.0 → 0.14.2
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 +5 -0
- package/ruff_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ruff_wasm.js
CHANGED
|
@@ -579,6 +579,11 @@ module.exports.__wbg_next_3de8f2669431a3ff = function(arg0) {
|
|
|
579
579
|
return ret;
|
|
580
580
|
};
|
|
581
581
|
|
|
582
|
+
module.exports.__wbg_now_e3057dd824ca0191 = function() {
|
|
583
|
+
const ret = Date.now();
|
|
584
|
+
return ret;
|
|
585
|
+
};
|
|
586
|
+
|
|
582
587
|
module.exports.__wbg_prototypesetcall_c5f74efd31aea86b = function(arg0, arg1, arg2) {
|
|
583
588
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
584
589
|
};
|
package/ruff_wasm_bg.wasm
CHANGED
|
Binary file
|