google / traceur-compiler

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

Correctly parse and transform `yield` #1912

Closed arv closed 9 years ago

arv commented 9 years ago

We didn't handle expression-less yield expressions correctly before.

Fixes #1899

arv commented 9 years ago

@johnjbarton PTAL

johnjbarton commented 9 years ago

LGTM