Huáng Jùnliàng 03d163a0d9
Use chrome data when android is absent (#10790)
* chore: rename test folder

* chore: add test case

* fix: use chrome support data when android is absent

* chore: add type annotation

* chore: add testcases last 2 versions not ie

* chore: bump browerslist to v4.8.2

* chore: update test fixtures

* chore: update test fixtures
2020-01-03 18:26:27 -05:00

32 lines
1.1 KiB
Plaintext

@babel/preset-env: `DEBUG` option
Using targets:
{
"android": "77",
"chrome": "77",
"edge": "17",
"firefox": "70",
"ios": "13",
"opera": "63",
"safari": "12.1",
"samsung": "9.2"
}
Using modules transform: auto
Using plugins:
transform-template-literals { "safari":"12.1" }
transform-function-name { "edge":"17" }
transform-dotall-regex { "edge":"17", "firefox":"70" }
transform-parameters { "edge":"17" }
proposal-async-generator-functions { "edge":"17" }
proposal-object-rest-spread { "edge":"17" }
proposal-unicode-property-regex { "edge":"17", "firefox":"70" }
proposal-json-strings { "edge":"17" }
proposal-optional-catch-binding { "edge":"17" }
transform-named-capturing-groups-regex { "edge":"17", "firefox":"70" }
transform-modules-commonjs { "android":"77", "chrome":"77", "edge":"17", "firefox":"70", "ios":"13", "opera":"63", "safari":"12.1", "samsung":"9.2" }
proposal-dynamic-import { "android":"77", "chrome":"77", "edge":"17", "firefox":"70", "ios":"13", "opera":"63", "safari":"12.1", "samsung":"9.2" }
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.