Update preset-env mappings (#10742)
This commit is contained in:
parent
fee4d936a3
commit
83fc3f2623
@ -95,7 +95,31 @@ const es = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
"es6.map": "Map",
|
// This is explicit to prevent Map-related proposals (like
|
||||||
|
// Map.prototype.upsert) from being included
|
||||||
|
"es6.map": {
|
||||||
|
features: [
|
||||||
|
"Map / basic functionality",
|
||||||
|
"Map / constructor arguments",
|
||||||
|
"Map / constructor requires new",
|
||||||
|
"Map / constructor accepts null",
|
||||||
|
"Map / constructor invokes set",
|
||||||
|
"Map / iterator closing",
|
||||||
|
"Map / Map.prototype.add returns this",
|
||||||
|
"Map / -0 key converts to +0",
|
||||||
|
"Map / Map.prototype.size",
|
||||||
|
"Map / Map.prototype.delete",
|
||||||
|
"Map / Map.prototype.clear",
|
||||||
|
"Map / Map.prototype.forEach",
|
||||||
|
"Map / Map.prototype.keys",
|
||||||
|
"Map / Map.prototype.values",
|
||||||
|
"Map / Map.prototype.entries",
|
||||||
|
"Map / Map.prototype[Symbol.iterator]",
|
||||||
|
"Map / Map.prototype isn't an instance",
|
||||||
|
"Map / Map iterator prototype chain",
|
||||||
|
"Map / Map[Symbol.species]",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
"es6.math.acosh": "Math methods / Math.acosh",
|
"es6.math.acosh": "Math methods / Math.acosh",
|
||||||
"es6.math.asinh": "Math methods / Math.asinh",
|
"es6.math.asinh": "Math methods / Math.asinh",
|
||||||
|
|||||||
@ -77,6 +77,7 @@
|
|||||||
"safari": "12",
|
"safari": "12",
|
||||||
"node": "11",
|
"node": "11",
|
||||||
"ios": "12",
|
"ios": "12",
|
||||||
|
"samsung": "10.2",
|
||||||
"opera": "56",
|
"opera": "56",
|
||||||
"electron": "4"
|
"electron": "4"
|
||||||
},
|
},
|
||||||
@ -1496,6 +1497,7 @@
|
|||||||
"safari": "12",
|
"safari": "12",
|
||||||
"node": "10",
|
"node": "10",
|
||||||
"ios": "12",
|
"ios": "12",
|
||||||
|
"samsung": "9.2",
|
||||||
"opera": "53",
|
"opera": "53",
|
||||||
"electron": "3.1"
|
"electron": "3.1"
|
||||||
},
|
},
|
||||||
@ -1505,6 +1507,7 @@
|
|||||||
"safari": "12",
|
"safari": "12",
|
||||||
"node": "10",
|
"node": "10",
|
||||||
"ios": "12",
|
"ios": "12",
|
||||||
|
"samsung": "9.2",
|
||||||
"opera": "53",
|
"opera": "53",
|
||||||
"electron": "3.1"
|
"electron": "3.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -3,7 +3,9 @@
|
|||||||
"chrome": "41",
|
"chrome": "41",
|
||||||
"edge": "13",
|
"edge": "13",
|
||||||
"firefox": "34",
|
"firefox": "34",
|
||||||
|
"safari": "13",
|
||||||
"node": "4",
|
"node": "4",
|
||||||
|
"ios": "13",
|
||||||
"samsung": "3.4",
|
"samsung": "3.4",
|
||||||
"opera": "28",
|
"opera": "28",
|
||||||
"electron": "0.24"
|
"electron": "0.24"
|
||||||
@ -273,6 +275,7 @@
|
|||||||
"safari": "11.1",
|
"safari": "11.1",
|
||||||
"node": "10",
|
"node": "10",
|
||||||
"ios": "11.3",
|
"ios": "11.3",
|
||||||
|
"samsung": "9.2",
|
||||||
"opera": "51",
|
"opera": "51",
|
||||||
"electron": "3.1"
|
"electron": "3.1"
|
||||||
},
|
},
|
||||||
@ -282,6 +285,7 @@
|
|||||||
"safari": "12",
|
"safari": "12",
|
||||||
"node": "10",
|
"node": "10",
|
||||||
"ios": "12",
|
"ios": "12",
|
||||||
|
"samsung": "9.2",
|
||||||
"opera": "53",
|
"opera": "53",
|
||||||
"electron": "3.1"
|
"electron": "3.1"
|
||||||
},
|
},
|
||||||
@ -291,6 +295,7 @@
|
|||||||
"safari": "11.1",
|
"safari": "11.1",
|
||||||
"node": "10",
|
"node": "10",
|
||||||
"ios": "11.3",
|
"ios": "11.3",
|
||||||
|
"samsung": "9.2",
|
||||||
"opera": "53",
|
"opera": "53",
|
||||||
"electron": "3.1"
|
"electron": "3.1"
|
||||||
},
|
},
|
||||||
@ -299,6 +304,7 @@
|
|||||||
"safari": "11.1",
|
"safari": "11.1",
|
||||||
"node": "10",
|
"node": "10",
|
||||||
"ios": "11.3",
|
"ios": "11.3",
|
||||||
|
"samsung": "9.2",
|
||||||
"opera": "51",
|
"opera": "51",
|
||||||
"electron": "3.1"
|
"electron": "3.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -76,7 +76,7 @@
|
|||||||
"@babel/helper-plugin-test-runner": "^7.0.0",
|
"@babel/helper-plugin-test-runner": "^7.0.0",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||||
"caniuse-db": "1.0.30000969",
|
"caniuse-db": "1.0.30000969",
|
||||||
"compat-table": "kangax/compat-table#071b478a44694cbf72a78db8ab39189c5ae31b2c",
|
"compat-table": "kangax/compat-table#4195aca631ad904cb0efeb62a9c2d8c8511706f8",
|
||||||
"electron-to-chromium": "1.3.113"
|
"electron-to-chromium": "1.3.113"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user