Skip to content

Fix output of `a || (()=>b)`

Compare
Choose a tag to compare
@matAtWork matAtWork released this 26 Aug 13:13
· 147 commits to master since this release

Fix JS output routine which (incorrectly) removed parenthesis from a || (()=>b) causing a precedence problem.

Closes #54