DanielXMoore / Civet

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

Use `{}` instead of `;` for empty block #1244

Closed bbrk24 closed 1 month ago

bbrk24 commented 1 month ago

For some reason, TypeScript complains about if (x); but is fine with if (x){}.