google / traceur-compiler

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

Enforce valid assignment target in the parser #1937

Closed arv closed 9 years ago

arv commented 9 years ago

This adds a function that matches the IsValidSimpleAssignmentTarget spec algorithm

Fixes #1929

arv commented 9 years ago

@johnjbarton PTAL

johnjbarton commented 9 years ago

LGTM