244 releases (93 breaking)
new 0.93.2 | Nov 4, 2024 |
---|---|
0.93.0 | Sep 18, 2024 |
0.91.5 | Jul 31, 2024 |
0.89.3 | Feb 23, 2024 |
0.9.8 | Mar 29, 2020 |
#25 in Value formatting
11,134 downloads per month
Used in 25 crates
(19 directly)
555KB
13K
SLoC
dprint-plugin-typescript
TypeScript formatting plugin for dprint.
This uses the swc parser for TypeScript written in Rust (it's super fast).
Install
See the GitHub releases.
Development
The tests are in the ./tests/specs
folder. To run the tests, run cargo test
.
Building Wasm file
You may wish to try out the plugin by building from source:
- Run
cargo build --target wasm32-unknown-unknown --release --features "wasm"
- Reference the file at
./target/wasm32-unknown-unknown/release/dprint_plugin_typescript.wasm
in a dprint configuration file.
Dependencies
~10–18MB
~263K SLoC