DanielXMoore / Civet

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

Fix ASI by handling tokens #1260

Closed edemaine closed 1 month ago

edemaine commented 1 month ago

In particular fixes the reported issue with https://civet.dev/comparison#automatic-semicolon-insertion

Before:

image

After:

image