oxc/tasks/prettier_conformance
Boshen f6752b482f
feat!(ast): make Trivias clonable by adding Arc (#3638)
This makes `Trivias` cloneable and stops us from using `Rc::new` and
`Rc::clone` everywhere.

`Trivias` is rarely cloned so an `Arc` should suffice.
2024-06-12 13:16:10 +08:00
..
src feat!(ast): make Trivias clonable by adding Arc (#3638) 2024-06-12 13:16:10 +08:00
Cargo.toml refactor: compile less test binaries to speed up CI (#3414) 2024-05-26 07:21:44 +00:00
prettier.js.snap.md feat(prettier): print with_clause in reexport declaration (#2635) 2024-03-07 14:24:16 +08:00
prettier.ts.snap.md feat(prettier/ts): better conformance (#2721) 2024-03-20 18:59:49 +08:00
README.md

Prettier Conformance

Run

just watch "run -p oxc_prettier_conformance"