oxc/crates/oxc_prettier
Alexander S. c6d97e9366
feat(prettier): improve ts class output (#5835)
please look first at  #5834 :)
2024-09-17 17:33:35 -04:00
..
examples refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
src feat(prettier): improve ts class output (#5835) 2024-09-17 17:33:35 -04:00
Cargo.toml perf(formatter): use cow and put cow_ascii on clippy (#5646) 2024-09-10 09:38:17 +08:00
README.md

Getting started

Create a test.js and run the example just example prettier from crates/oxc_prettier/examples/prettier.rs, follow the code structure and read the references documented at the top of the files.

Tasks