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

Remove ES 2015 and ES 2016 polyfill sets #2702

Merged
merged 1 commit into from
Nov 5, 2020

Conversation

robertknight
Copy link
Member

@robertknight robertknight commented Nov 5, 2020

All of the browsers we currently support, as specified by the
browserslist key in package.json, fully support ES 2015 and ES 2016.

The only exception I'm aware of is that Edge Legacy v17 and v18 do not
support using string search/match methods with custom (non-string/regex)
types via Symbol.{match, search, replace}. That's not something we've
ever used AFAIK. I didn't even know it was a thing.

All of the browsers we currently support, as specified by the
`browserslist` key in package.json, fully support ES 2015 and ES 2016.

The only exception I'm aware of is that Edge Legacy v17 and v18 do not
support using string regex search/match methods with custom (non-regex)
types via `Symbol.{match, search, replace}`. That's not something we've
ever used AFAIK.
Copy link
Contributor

@lyzadanger lyzadanger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Nice housekeeping

@robertknight robertknight merged commit f17f690 into master Nov 5, 2020
@robertknight robertknight deleted the remove-es2015-2016-polyfills branch November 5, 2020 14:15
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

Successfully merging this pull request may close these issues.

2 participants