UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

15 lines (14 loc) 131 B
---- if (x) { try { a(); } catch (e) { b(); } finally { c(); } } ---- if x try a() catch e b() finally c()