UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

21 lines (20 loc) 219 B
---- if (1) { if (2) { if (3) { if (a === function(){ return x(); }) { b() c() } } } } ---- if 1 if 2 if 3 if a == (-> x() ) b() c()