paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 387 forks source link

One more time: Number constructor wrapper still removes Number constants in ES3 environment #402

Closed zloirock closed 8 years ago

zloirock commented 8 years ago

After #365 Object.getOwnPropertyNames for ES3 environment was changed to Object.keys. But Number constants are non-enumerable. IE8, last es5-shim, es5-sham, es6-shim: default How many times should I report it and to show examples? :)

ljharb commented 8 years ago

Thanks, it's hard to deal with multiple problems reported in the same issue, or as comments on github commits - one issue per problem makes it far more likely it will be handled.