What version of @astrojs/compiler are you using?
1.1.1
What package manager are you using?
pnpm
What operating system are you using?
macOS
Describe the Bug
Super edge case incoming, but this tripped up the language-server test suite.
If the file only contain a tag with no name, like such:
The compiler won't return a diagnostic telling the user to use Fragment. Adding a space in front of it, or moving it to another line works. It's really only if this is the only thing
Link to Minimal Reproducible Example
See description