Add export-namespace-from to preset-env (#11849)

* feat: add compat-data of proposal-export-namespace-from

* feat: add export-namespace-from to preset-env

* chore: update test fixtures

* address review comments
This commit is contained in:
Huáng Jùnliàng
2020-07-21 16:56:31 -04:00
parent eba4c3b6ed
commit cdb81d7703
129 changed files with 255 additions and 8 deletions

View File

@@ -410,5 +410,13 @@
"phantom": "2",
"samsung": "1",
"electron": "0.20"
},
"proposal-export-namespace-from": {
"chrome": "72",
"edge": "79",
"opera": "60",
"firefox": "80",
"node": "13.2",
"samsung": "11.0"
}
}