UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

9 lines (8 loc) 130 B
warnings: [ /Operator '==' is not supported in CoffeeScript/ ] ---- if (a == b(c + 2)) { run(); } ---- if a == b(c + 2) run()