Enabling Object.values and Object.entries by-default ON. by akroshg · Pull Request #475 · chakra-core/ChakraCore (original) (raw)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ljharb agreed. This is something we've mulled over a touch but keep punting on. Going back and changing existing flags is slightly a pain because our test tools over time start to take dependency on them, so a change needs to make sure we don't break our tools. Which makes me prefer some general always applicable convention, I'm thinking simply ES, but then they lose their groupings.

And there are features that miss revisions, like async functions will now be ESNext instead of 7, but we already have tests for it under test/es7.

Naming is hard.