-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)feat: astRelated to the JSON AST output (scope)Related to the JSON AST output (scope)
Description
Describe the Bug
I get the following error
The Astro compiler encountered an unknown error while parsing this file's AST. Please create an issue with your code and the error shown in the server's logs: https://github.com/withastro/language-tools/issues
with the following code
export function _() {
return
}
---I am aware that this is incorrect code. It is missing the first three dashes ---
Steps to Reproduce
- Create an astro file with the content mentioned above
- Hover over it
Link to Minimal Reproducible Example
See bug description
Metadata
Metadata
Assignees
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)feat: astRelated to the JSON AST output (scope)Related to the JSON AST output (scope)