UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

18 lines (15 loc) 99 B
---- a() /* * comment */ function x() { return; } ---- ### # comment ### x = -> return a()