oxc/crates/oxc_prettier
Yuji Sugiura 3e3fbefecc
refactor(prettier): Verify printing member expr (#8797)
Part of #5068 

- MemberExpression
  - Computed
  - Static, PrivateField
2025-01-31 11:48:12 +08:00
..
examples
src refactor(prettier): Verify printing member expr (#8797) 2025-01-31 11:48:12 +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