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

String.prototype.padStart/padEnd incorrectly tagged as es2016 #21

Closed
SpadeAceman opened this issue Feb 8, 2018 · 1 comment
Closed

Comments

@SpadeAceman
Copy link

It looks like String.prototype.padStart and String.prototype.padEnd should be tagged es2017:

http://2ality.com/2016/02/ecmascript-2017.html (under "String padding")

Array.prototype.includes appears to be the only polyfill that should be tagged es2016:

http://2ality.com/2016/01/ecmascript-2016.html

(I know, probably a very nitpicky detail!)

@JakeChampion JakeChampion transferred this issue from polyfillpolyfill/polyfill-service Jan 22, 2019
@JakeChampion
Copy link
Owner

Thanks for the issue, I have fixed these to also include "es2017" :-)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2020
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