-
Notifications
You must be signed in to change notification settings - Fork 99
🐛 BUG: Commented out scripts can crash the compiler #988
Copy link
Copy link
Open
Labels
- P4: importantViolate documented behavior or significantly improves performance (priority)Violate documented behavior or significantly improves performance (priority)
Description
What version of @astrojs/compiler are you using?
2.7.0
What package manager are you using?
pnpm
What operating system are you using?
Windows
Describe the Bug
runtime error: slice bounds out of range [1:0]
---
import Grid from "../components/Grid"
---
<!-- <script>
import Grid from "../components/Grid"
</script> -->
<Grid client:only/>Link to Minimal Reproducible Example
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
- P4: importantViolate documented behavior or significantly improves performance (priority)Violate documented behavior or significantly improves performance (priority)