Skip to content

es6-shim dependency: upgrade? remove? #9

@dahjelle

Description

@dahjelle

I just found that having ssl-config as a dependency in our project was (indirectly) causing

console.log(new Set([1, 2, 3]);

to output

Set {}

instead of the expected values. Upgrading the es6-shim dependency to 0.35.3 fixed the issue.

So, it seems like the es6-shim dependency should be upgraded.

Alternatively, I didn't see an obvious requirement to use es6-shim—but it's very possible that I've been using ES6 so long I wouldn't recognize it anyway. Would it be possible to remove the dependency all together?

Thanks! Happy to help with a PR once a direction is decided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions