I'm working on adding hermes parser in Prettier repo prettier/prettier#17520, currently it passed all Prettier tests except some tests are disabled due to parser issues, I'll open issues about them.
I can see most changes are in this repo https://github.com/pieterv/prettier/tree/hermes-v2-backport ?
- What do you think about moving to Prettier?
- Still need Prettier v2 support? (This commit is turning async apis to sync)
- Are there additional supports required from Prettier?
- Are you willing to upstream changes? (Most likely
hook and match syntax support)