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

Array.prototype.flatMap missing from es2019? #533

Closed
BenRomberg opened this issue Mar 6, 2020 · 3 comments
Closed

Array.prototype.flatMap missing from es2019? #533

BenRomberg opened this issue Mar 6, 2020 · 3 comments

Comments

@BenRomberg
Copy link

Bug report

What

Array.prototype.flatMap is missing when calling https://cdn.polyfill.io/v3/polyfill.min.js?features=es2019

Details

Tested with Edge 17, Array.prototype.flatMap polyfill is only included when asking for it specifically (e.g. https://cdn.polyfill.io/v3/polyfill.min.js?features=Array.prototype.flatMap). According to http://www.ecma-international.org/ecma-262/10.0/index.html it should be included with es2019.

Searched issues for flatMap but couldn't find anything.

In any case, thanks a ton for this great service, we happily use to easily support older browsers :-)

@JakeChampion JakeChampion transferred this issue from polyfillpolyfill/polyfill-service Mar 6, 2020
@JakeChampion
Copy link
Owner

Thanks for the report, this was fixed in e7322ea and will be out in version 3.52.3 of polyfill-library, polyfill.io will have the new version later today :-)

Origami ✨ automation moved this from incoming to complete Mar 6, 2020
@BenRomberg
Copy link
Author

@JakeChampion thank you so much for the lightning fast response and fix :-)

@JakeChampion
Copy link
Owner

PR for polyfill.io -- polyfillpolyfill/polyfill-service#2165

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2020
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants