oxc/crates/oxc_prettier
2024-08-28 11:26:05 +08:00
..
examples refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
src fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
Cargo.toml
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