You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also replicate this in the withastro/astro codebase, first remove these lines from .prettierignore:
# Ignoring these files for now due to https://github.com/withastro/compiler/issues/318
examples/basics/src/layouts
examples/blog/src/layouts
examples/with-nanostores/src/layouts
Then, run pnpm run format, and you'll see this issue in these files:
* fix(#585): followup to fix style tag moving inside html
* chore: remove change from diff
* chore: update test
* chore: add changeset
Co-authored-by: Nate Moore <[email protected]>
Version I'm using
n/a, bug is visible inside test, see below.
Describe the Bug
becomes
As per withastro/prettier-plugin-astro#295 & withastro/prettier-plugin-astro#260 (comment)
The first step would be changing internal/printer/printer_test.go#L2548 from:
to:
Or, without formatting, from:
to:
The text was updated successfully, but these errors were encountered: