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 issue with parens and arrow functions #1964

Closed arv closed 9 years ago

arv commented 9 years ago

The ParenTrait did not add the required paren around comma expressions in object literals.

Fixes #1962

arv commented 9 years ago

@johnjbarton PTAL

johnjbarton commented 9 years ago

LGTM