Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

🐛 BUG: If not using semicolons in JS, shows many errors in the template section #58

@matthewp

Description

@matthewp

Describe the Bug

If you don't use semicolons, or specifically if the last statement does not have a semicolon, you will see many errors in the template section.

Steps to Reproduce

---
let something = 'value'
---

<div></div>

The div will show as errors.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions