Add numeric-separator to preset-env (#11865)

This commit is contained in:
Huáng Jùnliàng
2020-07-22 04:46:08 -04:00
parent cdb81d7703
commit ccd98f042c
111 changed files with 124 additions and 40 deletions

View File

@@ -1,15 +1,4 @@
{
"proposal-numeric-separator": {
"chrome": "75",
"opera": "62",
"edge": "79",
"firefox": "70",
"safari": "13",
"node": "12.5",
"ios": "13",
"samsung": "11",
"electron": "6"
},
"proposal-class-properties": {
"chrome": "74",
"opera": "61",
@@ -21,6 +10,17 @@
"proposal-private-methods": {
"chrome": "84"
},
"proposal-numeric-separator": {
"chrome": "75",
"opera": "62",
"edge": "79",
"firefox": "70",
"safari": "13",
"node": "12.5",
"ios": "13",
"samsung": "11",
"electron": "6"
},
"proposal-nullish-coalescing-operator": {
"chrome": "80",
"opera": "67",