google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 580 forks source link

Fix arrow functions in derived class constructors #1988

Closed arv closed 8 years ago

arv commented 8 years ago

Fixes #1987

arv commented 8 years ago

@johnjbarton PTAL

We need to wrap comma expressions in binary expressions too.

johnjbarton commented 8 years ago

Nice, LGTM