Investigate async parse support in embed format · Issue #12751 · prettier/prettier · GitHub
DRANK
We can't simply make parse return a Promise, embed parser have to be sync. Options: Don't support async parser in embed format. Support async printer.print() (maybe jest printer.embed() function is...