UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

16 lines (15 loc) 105 B
---- if (a) { x(); } else if (b) { y(); } else { z(); } ---- if a x() else if b y() else z()