Dear all, the current proposal is here https://github.com/WebReflection/Object.getOwnPropertyDescriptors#objectgetownpropertydescriptors-proposal
It has been mostly copied, as suggested, from https://github.com/tc39/Array.prototype.includes It has a reference implemntation: https://github.com/WebReflection/Object.getOwnPropertyDescriptors/blob/master/reference-implementation/index.js#L12-L68 It has at least one test: https://github.com/WebReflection/Object.getOwnPropertyDescriptors/blob/master/test/built-ins/Object/getOwnPropertyDescriptors/has-accessors.js I wonder if there is a specific amount of tests I should cover, right now I just cover the fact it works and it does not ignore accessors. Woudl a test for symbols and one for data descriptors be enough to move forward? Thanks. On Mon, Jan 18, 2016 at 9:12 PM, Mathias Bynens <[email protected]> wrote: > On Mon, Jan 18, 2016 at 8:27 PM, Andrea Giammarchi > <[email protected]> wrote: > > Do you (or anyone else) know if that should be filed as a PR to > tc39/ecma262 > > or if it should just be a repository eventually posted in here? > > It should be a repository that can eventually move to the tc39 > organization if all goes well. Good luck! >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

