UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

10 lines (9 loc) 108 B
warnings: [ /global variable/ ] ---- a = { b: { x: 3, y: 3 }, d: 4 } ---- a = b: x: 3 y: 3 d: 4