Closed Princesseuh closed 11 months ago
@astrojs/compiler
^2.2.2
pnpm
macOS
The following code: <main id="gotcha /> crashes the compiler due to the missing end quote.
<main id="gotcha />
For more details, see the following issue: https://github.com/withastro/language-tools/issues/623
See description
What version of
@astrojs/compiler
are you using?^2.2.2
What package manager are you using?
pnpm
What operating system are you using?
macOS
Describe the Bug
The following code:
<main id="gotcha />
crashes the compiler due to the missing end quote.For more details, see the following issue: https://github.com/withastro/language-tools/issues/623
Link to Minimal Reproducible Example
See description