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
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
The text was updated successfully, but these errors were encountered:
Describe the Bug
I get the following error
with the following code
I am aware that this is incorrect code. It is missing the first three dashes
---
Steps to Reproduce
Link to Minimal Reproducible Example
See bug description
The text was updated successfully, but these errors were encountered: