moodymudskipper / nakedpipe

Pipe Into a Sequence of Calls Without Repeating the Pipe Symbol.
69 stars 7 forks source link

transform shorthand doesn't work after if #24

Closed moodymudskipper closed 3 years ago

moodymudskipper commented 3 years ago

we should be able to do if(cond) foo = bar, this doesn't work atm

moodymudskipper commented 3 years ago

solved by eb0dd7a7998d9a0621ad84da75a48b3bdda8d495 .

Now evaluating in if/else should be as flexible as evaluating outside of it. That means even nested conditions are possible.

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.