oxc/tasks/prettier_conformance
DonIsaac a207923af1 perf: replace some CompactStr usages with Cows (#4377)
Reduce memory allocations in semantic and linter by using `Cow<'a, str>` over `CompactStr`
2024-07-20 19:19:55 +00:00
..
src perf: replace some CompactStr usages with Cows (#4377) 2024-07-20 19:19:55 +00:00
Cargo.toml chore: turn off doctest for all [[bin]] 2024-07-14 16:55:19 +08: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 fix(tasks/prettier_conformance): fix incorrect casing in README (#1295) 2023-11-14 13:41:48 +08:00

Prettier Conformance

Run

just watch "run -p oxc_prettier_conformance"