-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: panic if a jsx attribute is missing an closing quote #623
Labels
- P4: important
Violate documented behavior or significantly improves performance (priority)
ecosystem: compiler
Issue is caused by a bug in the Astro compiler
Comments
cc @natemoo-re, it's rare we have crashes in the AST parsing, so I didn't think to handle them in the language-server Thank you for reporting this issue! |
Panic! At The Parsing 🎶 |
I had the exact same issue. Git-bisected my commit log to find the offending code. More helpful error messages would be much appreciated! |
Princesseuh
added
bug
ecosystem: upstream
Issue is caused by a bug / missing feature upstream
labels
Aug 23, 2023
1 task
I'm getting the same issue. Here's the log: Log
Here is video: output.mp4 |
Princesseuh
added
- P4: important
Violate documented behavior or significantly improves performance (priority)
and removed
bug
labels
Nov 12, 2023
Princesseuh
added
ecosystem: compiler
Issue is caused by a bug in the Astro compiler
and removed
ecosystem: upstream
Issue is caused by a bug / missing feature upstream
labels
Nov 17, 2023
This was referenced Dec 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
- P4: important
Violate documented behavior or significantly improves performance (priority)
ecosystem: compiler
Issue is caused by a bug in the Astro compiler
Describe the Bug
Putting this in a file causes the Astro Language Server to repeatedly crash:
The Astro Language Server log contains:
Steps to Reproduce
.astro
file<main id="gotcha />
Note that I'm on v2.1.4. This seems to be similar to #518.
The text was updated successfully, but these errors were encountered: