Skip to content

Commit

Permalink
Enable es6.array.slice in compat-data build
Browse files Browse the repository at this point in the history
  • Loading branch information
eligao committed Feb 23, 2021
1 parent fd8efb9 commit e73858d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions packages/babel-compat-data/data/corejs2-built-ins.json
Expand Up @@ -224,6 +224,17 @@
"samsung": "1",
"electron": "0.20"
},
"es6.array.slice": {
"chrome": "51",
"opera": "38",
"edge": "13",
"firefox": "48",
"safari": "10",
"node": "6.5",
"ios": "10",
"samsung": "5",
"electron": "1.2"
},
"es6.array.some": {
"chrome": "5",
"opera": "10.10",
Expand Down Expand Up @@ -850,17 +861,6 @@
"samsung": "4",
"electron": "0.30"
},
"es6.array.slice": {
"chrome": "1",
"edge": "12",
"firefox": "1",
"ie":"4",
"ios": "1",
"node": "0.10.0",
"opera": "4",
"safari": "1",
"samsung": "1.0"
},
"es6.object.to-string": {
"chrome": "57",
"opera": "44",
Expand Down
Expand Up @@ -74,7 +74,7 @@ module.exports = {
"es6.array.reduce": "Array methods / Array.prototype.reduce",
"es6.array.reduce-right": "Array methods / Array.prototype.reduceRight",
// compat-table missing babel6 mapping
// "es6.array.slice": "well-known symbols / Symbol.species, Array.prototype.slice",
"es6.array.slice": "well-known symbols / Symbol.species, Array.prototype.slice",
"es6.array.some": "Array methods / Array.prototype.some",
"es6.array.sort": "Array methods / Array.prototype.sort",
"es6.array.species": "Array static methods / Array[Symbol.species]",
Expand Down

0 comments on commit e73858d

Please sign in to comment.