Alexander Jones wrote:
That's exactly what this is. I appreciate the beauty in symmetry, but I think -1.
I second this.
On 27 August 2015 at 17:25, Kevin Smith <[email protected] <mailto:[email protected]>> wrote: 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 [email protected] <mailto:[email protected]> https://mail.mozilla.org/listinfo/es-discuss _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

