NiklasPor / prettier-plugin-go-template

Fixes prettier formatting for go templates 🐹
prettier-plugin-go-template-niklaspor.vercel.app
MIT License
343 stars 24 forks source link

prettier print/embed are async now #90

Open jasikpark opened 2 years ago

jasikpark commented 2 years ago

I don't think this is relevant, but it could be: prettier print/embed functions are now async to support asynchronous processes for printing the languages, such as calling out to a WASM binary: https://github.com/prettier/prettier/pull/13104