ericmckean / traceur-compiler

Automatically exported from code.google.com/p/traceur-compiler
Apache License 2.0
0 stars 0 forks source link

Handle non IdentifierName in object patterns #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following does not work at the moment:

var {x: y, 'z': w} = ...

Because we only allow id as the property name in the object pattern.

Original issue reported on code.google.com by arv@chromium.org on 20 Apr 2012 at 6:49

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/traceur-compiler/source/detail?r=0029cadd3e1b58d5026645
19b22bfdf1af4cc05f

Original comment by arv@chromium.org on 18 May 2012 at 2:57