oxc/tasks/prettier_conformance
Cam McHenry 57b7ca8eae
docs(ast): add documentation for all remaining JS AST methods (#8820)
Finishes the remaining items that require documenting for the JS AST
implementations. Once again, I tried my best to ensure these are
accurate, but it might not be 100% correct.

I also renamed the `get_identifier` method to `get_identifier_name` to
make it clear that it returns an `Atom`/`str` and not an `Identifier`.
2025-02-01 21:41:15 +08:00
..
snapshots refactor(prettier): Verify printing member expr (#8797) 2025-01-31 11:48:12 +08:00
src docs(ast): add documentation for all remaining JS AST methods (#8820) 2025-02-01 21:41:15 +08:00
Cargo.toml feat(tasks/prettier): Show total match ratio with updating snapshot format (#8788) 2025-01-30 22:27:34 +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: