UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

11 lines (10 loc) 162 B
---- X.prototype = { a: b }; this.prototype = { a: b }; X.prototype.a = { a: b }; this.prototype.b = { a: b }; ---- X:: = a: b @:: = a: b X::a = a: b @::b = a: b