UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

11 lines (10 loc) 65 B
---- if (a) { if (b) { c(); } } ---- if a if b c()