Update compat-table (#11890)
* chore: update compat-table * chore: friendly to node < 14 contributors Co-Authored-By: Brian Ng <bng412@gmail.com> Co-authored-by: Brian Ng <bng412@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "5",
|
||||
"electron": "0.32"
|
||||
"electron": "0.31"
|
||||
},
|
||||
"es6.array.every": {
|
||||
"chrome": "5",
|
||||
@@ -33,7 +33,7 @@
|
||||
"node": "4",
|
||||
"ios": "8",
|
||||
"samsung": "5",
|
||||
"electron": "0.32"
|
||||
"electron": "0.31"
|
||||
},
|
||||
"es6.array.filter": {
|
||||
"chrome": "5",
|
||||
@@ -58,7 +58,7 @@
|
||||
"node": "4",
|
||||
"ios": "8",
|
||||
"samsung": "5",
|
||||
"electron": "0.32"
|
||||
"electron": "0.31"
|
||||
},
|
||||
"es6.array.find-index": {
|
||||
"chrome": "45",
|
||||
@@ -69,7 +69,7 @@
|
||||
"node": "4",
|
||||
"ios": "8",
|
||||
"samsung": "5",
|
||||
"electron": "0.32"
|
||||
"electron": "0.31"
|
||||
},
|
||||
"es7.array.flat-map": {
|
||||
"chrome": "69",
|
||||
@@ -194,7 +194,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "5",
|
||||
"electron": "0.32"
|
||||
"electron": "0.31"
|
||||
},
|
||||
"es6.array.reduce": {
|
||||
"chrome": "5",
|
||||
@@ -573,7 +573,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"es6.number.epsilon": {
|
||||
"chrome": "34",
|
||||
@@ -1287,7 +1287,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"es6.string.ends-with": {
|
||||
"chrome": "41",
|
||||
@@ -1298,7 +1298,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"es6.string.fixed": {
|
||||
"chrome": "5",
|
||||
@@ -1348,7 +1348,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"es6.string.includes": {
|
||||
"chrome": "41",
|
||||
@@ -1359,7 +1359,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"es6.string.italics": {
|
||||
"chrome": "5",
|
||||
@@ -1429,7 +1429,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"es6.string.repeat": {
|
||||
"chrome": "41",
|
||||
@@ -1440,7 +1440,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"es6.string.small": {
|
||||
"chrome": "5",
|
||||
@@ -1464,7 +1464,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"es6.string.strike": {
|
||||
"chrome": "5",
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"bugfix/transform-tagged-template-caching": {
|
||||
"chrome": "41",
|
||||
@@ -120,6 +120,6 @@
|
||||
"node": "4",
|
||||
"ios": "13",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
"electron": "6"
|
||||
},
|
||||
"proposal-private-methods": {
|
||||
"chrome": "84"
|
||||
"chrome": "84",
|
||||
"edge": "84",
|
||||
"electron": "10"
|
||||
},
|
||||
"proposal-numeric-separator": {
|
||||
"chrome": "75",
|
||||
@@ -21,7 +23,12 @@
|
||||
"samsung": "11",
|
||||
"electron": "6"
|
||||
},
|
||||
"proposal-logical-assignment-operators": {},
|
||||
"proposal-logical-assignment-operators": {
|
||||
"chrome": "85",
|
||||
"firefox": "79",
|
||||
"safari": "14",
|
||||
"electron": "10"
|
||||
},
|
||||
"proposal-nullish-coalescing-operator": {
|
||||
"chrome": "80",
|
||||
"opera": "67",
|
||||
@@ -29,7 +36,8 @@
|
||||
"firefox": "72",
|
||||
"safari": "13.1",
|
||||
"node": "14",
|
||||
"electron": "8.1"
|
||||
"ios": "13.4",
|
||||
"electron": "8"
|
||||
},
|
||||
"proposal-optional-chaining": {
|
||||
"chrome": "80",
|
||||
@@ -38,7 +46,8 @@
|
||||
"firefox": "74",
|
||||
"safari": "13.1",
|
||||
"node": "14",
|
||||
"electron": "8.1"
|
||||
"ios": "13.4",
|
||||
"electron": "8"
|
||||
},
|
||||
"proposal-json-strings": {
|
||||
"chrome": "66",
|
||||
@@ -121,6 +130,7 @@
|
||||
"chrome": "64",
|
||||
"opera": "51",
|
||||
"edge": "79",
|
||||
"firefox": "78",
|
||||
"safari": "11.1",
|
||||
"node": "10",
|
||||
"ios": "11.3",
|
||||
@@ -158,7 +168,7 @@
|
||||
"node": "4",
|
||||
"ios": "13",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"transform-literals": {
|
||||
"chrome": "44",
|
||||
@@ -203,7 +213,7 @@
|
||||
"ie": "11",
|
||||
"ios": "10",
|
||||
"samsung": "3.4",
|
||||
"electron": "0.22"
|
||||
"electron": "0.21"
|
||||
},
|
||||
"transform-classes": {
|
||||
"chrome": "46",
|
||||
@@ -236,7 +246,7 @@
|
||||
"node": "4",
|
||||
"ios": "9",
|
||||
"samsung": "4",
|
||||
"electron": "0.28"
|
||||
"electron": "0.27"
|
||||
},
|
||||
"transform-duplicate-keys": {
|
||||
"chrome": "42",
|
||||
|
||||
Reference in New Issue
Block a user