DanielXMoore / Civet

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

`&` is not compiled to `$ => $` in specific contexts #1224

Closed bbrk24 closed 1 month ago

bbrk24 commented 1 month ago

From the Discord:

if desc := #board.foundation.desc.find &# + pile# is 13
bbrk24 commented 1 month ago

It also doesn't transform x.-1 into x[x.length-1] in this context, instead leaving it as x[-1].