oxc/crates/oxc_prettier
Yuji Sugiura a93e27aca0
refactor(prettier): Verify current implementation with refactoring (#8412)
Part of #5068 

I think I will be able to grasp the current implementation status after
a few more iterations... 🏃🏻
2025-01-10 17:31:33 +08:00
..
examples
src refactor(prettier): Verify current implementation with refactoring (#8412) 2025-01-10 17:31:33 +08:00
Cargo.toml
README.md chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00

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