UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

20 lines (17 loc) 174 B
---- function x() { alert(2+2); alert(y(10)); } $.get({ ajax: true, url: 'foo' }); ---- x = -> alert 2 + 2 alert y(10) return $.get ajax: true url: 'foo'