DanielXMoore / Civet

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

Fix ASI by handling tokens #1260

Closed edemaine closed 6 months ago

edemaine commented 6 months ago

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

Before:

image

After:

image