oxc/tasks/prettier_conformance
Yuji Sugiura 40334ba66e
refactor(prettier): Align exported function names to Prettier (#7827)
Some refactoring works to update
https://github.com/oxc-project/oxc/issues/5068#issuecomment-2507272735
table.

- Implement `array::is_consisely_printed_array()` and use it
  - This improved compat-rate a bit ✌🏻 
- Align exported function names to align prettier's
- Split `format/mod.rs` into `js`, `jsx` and `typescript`
- Move `format/*.rs` to `format/print/*.rs`
2024-12-13 17:06:15 +08:00
..
snapshots refactor(prettier): Align exported function names to Prettier (#7827) 2024-12-13 17:06:15 +08:00
src chore(tasks): Update prettier_conformance task (#7500) 2024-11-27 08:40:43 +00:00
Cargo.toml perf(linter, ast-tools, coverage): Use FxHashSet instead of std::collections::HashSet (#6001) 2024-09-24 19:29:08 +08:00
README.md test(prettier): move prettier conformance snapshots into separate directory (#5921) 2024-09-20 11:34:13 +00:00

Prettier Conformance

Run

just watch "run -p oxc_prettier_conformance"

Test results

Test case results are listed in: