UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

20 lines (19 loc) 183 B
---- switch (obj) { case 'one': a(); break; case 'two': b(); break; default: c(); } ---- switch obj when 'one' a() when 'two' b() else c()