Le 23/04/2013 15:30, Allen Wirfs-Brock a écrit :
I don't know what the agreement is, but that would be wise to forbid strings in [ ] propert keys given that ES6 introduces Maps which seem to be a better host for dynamically generated string keys.* { [ "__proto__" ]: .... } is not special in any way, and creates a normal property named "__proto__".I don't believe this is legal. Didn't we agree w to support [ ] property keys that evaluate to symbols.
David _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

