UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

6 lines (5 loc) 77 B
---- if (x && (a ? b : c)) { d(); } ---- if x and (if a then b else c) d()