Closed silveltman closed 12 months ago
Ah yeah, in this function: https://github.com/withastro/prettier-plugin-astro/blob/e5dc2ec416dec83332ef86a792fb558752281cad/src/printer/embed.ts#L263 we need to check to make sure we don't replace those identifiers (keywords? operator?). Should be an easy fix, sorry for the inconvenience!
Is it correct that that the fix has not been published yet? I don't see a newer version available
Is it correct that that the fix has not been published yet? I don't see a newer version available
Yes, not published yet! Sorry for the delay, will do the release this week.
Describe the Bug
this works:
but this gives an error:
vscode error output:
Steps to Reproduce
npm init astro
using template blank