UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

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