DanielXMoore / Civet

A TypeScript superset that favors more types and less typing
https://civet.dev
MIT License
1.33k stars 28 forks source link

Add source location to error nodes #1251

Closed bbrk24 closed 1 month ago

bbrk24 commented 1 month ago

Primarily for ease of development and to make errors more obvious with the LSP, so that errors for things like for each ... in point to the correct line.