UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

14 lines (13 loc) 102 B
---- if (w) { x(y(function() { return true })); z() } ---- if w x y(-> true ) z()