>
> I'd expect the following to work, given that the prop expression evaluates
> to 'bar', and bar is in context.
>
> var foo = 'bar'
> var bar = 'ponyfoo'
> var baz = { [foo] }
> console.log(baz)
> // <- { bar: 'ponyfoo' }
>

Hmmm...  I'm not sure I would expect any such thing.  It seems like you're
proposing some kind of dynamic eval-ish variable binding lookup, which is
probably going to be a no-go.

Kevin
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to