UNPKG
@wasm-fmt/ruff_fmt
Version:
latest (0.14.10)
0.14.10
0.14.8
0.12.9
0.12.1
0.10.0
0.9.7
0.9.4
0.9.2
0.9.1
0.9.0
0.8.6
0.8.3
0.8.1
0.7.4
0.7.1
0.7.0
0.6.1
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
A WASM Based Python Formatter
github.com/wasm-fmt/ruff_fmt
wasm-fmt/ruff_fmt
@wasm-fmt/ruff_fmt
/
ruff_fmt_vite.js
9 lines
(6 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
initAsync
from
"./ruff_fmt.js"
;
import
wasm
from
"./ruff_fmt_bg.wasm?url"
;
export
default
function
__wbg_init
(
input = { module_or_path: wasm }
) {
return
initAsync
(input); }
export
*
from
"./ruff_fmt.js"
;