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

Add es2025 features #15

Open
controversial opened this issue Jan 17, 2025 · 0 comments
Open

Add es2025 features #15

controversial opened this issue Jan 17, 2025 · 0 comments

Comments

@controversial
Copy link

Add polyfills for:

  • Promise.try
  • Set methods:
    • Set.prototype.intersection
    • Set.prototype.union
    • Set.prototype.difference
    • Set.prototype.symmetricDifference
    • Set.prototype.isSubsetOf
    • Set.prototype.isSupersetOf
    • Set.prototype.isDisjointFrom
  • Iterator helpers:
    • Iterator.prototype.map
    • Iterator.prototype.filter
    • Iterator.prototype.take
    • Iterator.prototype.drop
    • Iterator.prototype.flatMap
    • Iterator.prototype.reduce
    • Iterator.prototype.toArray
    • Iterator.prototype.forEach
    • Iterator.prototype.some
    • Iterator.prototype.every
    • Iterator.prototype.find
    • Iterator.from

It seems like these are available in the latest version of https://github.com/mrhenry/polyfill-library

These are aliased under the es2025 feature label

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant