DanielXMoore / Civet

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

Fix parenthesized `&` followed by type postfix #1574

Closed edemaine closed 3 weeks ago

edemaine commented 3 weeks ago

Fixes #1570

Placeholders followed by binary operators seem to already be correctly handled (because they're not valid expressions)