-
Notifications
You must be signed in to change notification settings - Fork 717
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hey, I wanna add compat data for Hermes to core-js for providing polyfill only then required zloirock/core-js#1099
Running the test case based on core-js feature detection shows that the actual version of Hermes does not support iteration closing and it causes the inclusion of heavy polyfills like Set, Map, WeakMap, etc. for wrapping their constructors for proper iteration closing when it's required.
However, it was supported in Hermes 0.3-.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working