Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude polyfill for ES2016
[].includes()
sparse array issue
Although this polyfill is required for bug-free `[].includes()` in legacy Firefox versions with sparse arrays, we don’t have any: ``` The es-shims polyfill added the following polyfills: Array.prototype.includes { "firefox":"60" } ```
- Loading branch information