Skip to content

checkForPolyfills not working with latest core-js #389

@jlowcs

Description

@jlowcs

For instance, for Array.toSorted The code seems to search for Array.prototype.toSorted, but the core-js code does not assign to Array.prototype.toSorted.

Array.prototype.toSorted is in a comment in the core-js code, but when bundling (e.g. with webpack), those comments tend to be stripped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions