DanielXMoore / Civet

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

`!=` not supported in chained comparison #1343

Closed JayXon closed 3 months ago

JayXon commented 3 months ago

a==b!=c compiles to a == (b != c);

https://civet.dev/playground?code=YT09YiE9Yw%3D%3D