es-shims / es5-shim

ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines
MIT License
7.12k stars 899 forks source link

Something in the shim causes Chrome to throw a warning #456

Closed NoahAndrews closed 6 years ago

NoahAndrews commented 6 years ago

See https://github.com/ljharb/object-keys/issues/46, which was solved by @ljharb, the primary committer here

ljharb commented 6 years ago

Specifically, https://github.com/ljharb/object-keys/commit/f09421a6fca35c89a0b8bbfad1fb67cef98f5ac7.

NoahAndrews commented 6 years ago

Thanks! Is there a release imminent?

ljharb commented 6 years ago

Once i resolve some test failures.