Object.entries(), Object.values()

2014-03-19 Thread C. Scott Ananian
We briefly mentioned `Object.entries`/`Object.values` the other day on
list (to complement `Object.keys`).

Is there any concrete plan to propose these for ES6/ES7?  Would filing
a bug help?  Or maybe just mentioning @rwaldron is enough to magically
make it appear on an agenda. ;)
 --scott
___
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss


Re: Object.entries(), Object.values()

2014-03-19 Thread Brendan Eich

C. Scott Ananian wrote:

propose these for ES6/ES7?


David's reply covers the main stuff, but on this question, let's be 
clear: ES6 is wrapped up and being edited and implemented. ES7 is fair 
game. Engines can implement both, so there's no reason to worry that you 
won't see Object.values or Object.entries for years in modern browsers. 
But we need to get it into consensus-ES7.


/be
___
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss


Re: Object.entries(), Object.values()

2014-03-19 Thread Rick Waldron
On Wed, Mar 19, 2014 at 2:08 PM, C. Scott Ananian ecmascr...@cscott.netwrote:

 We briefly mentioned `Object.entries`/`Object.values` the other day on
 list (to complement `Object.keys`).

 Is there any concrete plan to propose these for ES6/ES7?  Would filing
 a bug help?  Or maybe just mentioning @rwaldron is enough to magically
 make it appear on an agenda. ;)


I will gladly champion this for ES7.

Rick
___
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss