-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels