UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

13 lines (12 loc) 116 B
---- while (true) { switch (x) { case 1: continue; } } ---- loop switch x when 1 continue