oxc/tasks/prettier_conformance
Dunqing ba0e4d1a6a
feat(tasks/prettier-conformance): parse the specs and pass the correct options to prettier (#1327)
### This PR did the following things.

1. Parse specs
2. Collect `run_spec's` arguments
3. Pass the correct `PrettierOptions` to the `Prettier`
4. Printing snapshots correctly
2023-11-15 13:30:44 +08:00
..
prettier@3478719cc0 feat(prettier_conformance): add prettier test runner (#1262) 2023-11-13 20:14:35 +08:00
src feat(tasks/prettier-conformance): parse the specs and pass the correct options to prettier (#1327) 2023-11-15 13:30:44 +08:00
Cargo.toml feat(tasks/prettier-conformance): parse the specs and pass the correct options to prettier (#1327) 2023-11-15 13:30:44 +08:00
prettier.snap.md feat(tasks/prettier-conformance): parse the specs and pass the correct options to prettier (#1327) 2023-11-15 13:30:44 +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"