Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken getOwnPropertySymbols in Mobile Chrome 38 and 39 #539

Merged
merged 3 commits into from
May 10, 2019

Commits on Apr 26, 2019

  1. Fix broken getOwnPropertySymbols in Mobile Chrome 38 and 39

    This is a workaround for this chrome issue
    https://bugs.chromium.org/p/v8/issues/detail?id=3443
    
    Without this fix, the object spread operator is broken for these
    versions of chrome when transpiling and shimming with babel and
    core-js@3.
    See babel/babel#8721
    nicketson committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    9d489e7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Configuration menu
    Copy the full SHA
    1884750 View commit details
    Browse the repository at this point in the history
  2. Move object-get-own-property-symbols-external into es.symbol and...

    switch toIndexedObject to toObject
    nicketson committed May 5, 2019
    Configuration menu
    Copy the full SHA
    0dc60df View commit details
    Browse the repository at this point in the history