UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

9 lines (8 loc) 82 B
---- try { throw 2;} catch(x) { alert (x); } ---- try throw 2 catch x alert x