update: preset-env-fixtures (#11218)

Co-authored-by: Kai Cataldo <kai@kaicataldo.com>
This commit is contained in:
Huáng Jùnliàng 2020-03-05 15:01:29 -05:00 committed by GitHub
parent 1e7ab24bb3
commit 1011e58c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 49 deletions

View File

@ -3,36 +3,30 @@
Using targets: Using targets:
{ {
"android": "79", "android": "79",
"chrome": "49", "chrome": "79",
"edge": "18", "edge": "18",
"firefox": "68", "firefox": "68",
"ios": "12.2", "ios": "12.2",
"opera": "65", "opera": "65",
"safari": "12.1", "safari": "12.1",
"samsung": "9.2" "samsung": "10.1"
} }
Using modules transform: auto Using modules transform: auto
Using plugins: Using plugins:
proposal-nullish-coalescing-operator { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" } proposal-nullish-coalescing-operator { "android":"79", "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" } proposal-optional-chaining { "android":"79", "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
proposal-json-strings { "chrome":"49", "edge":"18" } proposal-json-strings { "edge":"18" }
proposal-optional-catch-binding { "chrome":"49", "edge":"18" } proposal-optional-catch-binding { "edge":"18" }
proposal-async-generator-functions { "chrome":"49", "edge":"18" } proposal-async-generator-functions { "edge":"18" }
proposal-object-rest-spread { "chrome":"49", "edge":"18" } proposal-object-rest-spread { "edge":"18" }
transform-dotall-regex { "chrome":"49", "edge":"18", "firefox":"68" } transform-dotall-regex { "edge":"18", "firefox":"68" }
proposal-unicode-property-regex { "chrome":"49", "edge":"18", "firefox":"68" } proposal-unicode-property-regex { "edge":"18", "firefox":"68" }
transform-named-capturing-groups-regex { "chrome":"49", "edge":"18", "firefox":"68" } transform-named-capturing-groups-regex { "edge":"18", "firefox":"68" }
transform-async-to-generator { "chrome":"49" }
transform-exponentiation-operator { "chrome":"49" }
transform-template-literals { "ios":"12.2", "safari":"12.1" } transform-template-literals { "ios":"12.2", "safari":"12.1" }
transform-function-name { "chrome":"49", "edge":"18" } transform-function-name { "edge":"18" }
transform-for-of { "chrome":"49" } transform-modules-commonjs { "android":"79", "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
transform-unicode-regex { "chrome":"49" } proposal-dynamic-import { "android":"79", "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
transform-destructuring { "chrome":"49" }
transform-regenerator { "chrome":"49" }
transform-modules-commonjs { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" }
proposal-dynamic-import { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" }
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set. Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.

View File

@ -3,50 +3,50 @@
Using targets: Using targets:
{ {
"android": "79", "android": "79",
"chrome": "49", "chrome": "79",
"edge": "18", "edge": "18",
"firefox": "68", "firefox": "68",
"ie": "11", "ie": "11",
"ios": "12.2", "ios": "12.2",
"opera": "65", "opera": "65",
"safari": "12.1", "safari": "12.1",
"samsung": "9.2" "samsung": "10.1"
} }
Using modules transform: auto Using modules transform: auto
Using plugins: Using plugins:
proposal-nullish-coalescing-operator { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" } proposal-nullish-coalescing-operator { "android":"79", "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" } proposal-optional-chaining { "android":"79", "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
proposal-json-strings { "chrome":"49", "edge":"18", "ie":"11" } proposal-json-strings { "edge":"18", "ie":"11" }
proposal-optional-catch-binding { "chrome":"49", "edge":"18", "ie":"11" } proposal-optional-catch-binding { "edge":"18", "ie":"11" }
proposal-async-generator-functions { "chrome":"49", "edge":"18", "ie":"11" } proposal-async-generator-functions { "edge":"18", "ie":"11" }
proposal-object-rest-spread { "chrome":"49", "edge":"18", "ie":"11" } proposal-object-rest-spread { "edge":"18", "ie":"11" }
transform-dotall-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11" } transform-dotall-regex { "edge":"18", "firefox":"68", "ie":"11" }
proposal-unicode-property-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11" } proposal-unicode-property-regex { "edge":"18", "firefox":"68", "ie":"11" }
transform-named-capturing-groups-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11" } transform-named-capturing-groups-regex { "edge":"18", "firefox":"68", "ie":"11" }
transform-async-to-generator { "chrome":"49", "ie":"11" } transform-async-to-generator { "ie":"11" }
transform-exponentiation-operator { "chrome":"49", "ie":"11" } transform-exponentiation-operator { "ie":"11" }
transform-template-literals { "ie":"11", "ios":"12.2", "safari":"12.1" } transform-template-literals { "ie":"11", "ios":"12.2", "safari":"12.1" }
transform-literals { "ie":"11" } transform-literals { "ie":"11" }
transform-function-name { "chrome":"49", "edge":"18", "ie":"11" } transform-function-name { "edge":"18", "ie":"11" }
transform-arrow-functions { "ie":"11" } transform-arrow-functions { "ie":"11" }
transform-classes { "ie":"11" } transform-classes { "ie":"11" }
transform-object-super { "ie":"11" } transform-object-super { "ie":"11" }
transform-shorthand-properties { "ie":"11" } transform-shorthand-properties { "ie":"11" }
transform-duplicate-keys { "ie":"11" } transform-duplicate-keys { "ie":"11" }
transform-computed-properties { "ie":"11" } transform-computed-properties { "ie":"11" }
transform-for-of { "chrome":"49", "ie":"11" } transform-for-of { "ie":"11" }
transform-sticky-regex { "ie":"11" } transform-sticky-regex { "ie":"11" }
transform-unicode-regex { "chrome":"49", "ie":"11" } transform-unicode-regex { "ie":"11" }
transform-spread { "ie":"11" } transform-spread { "ie":"11" }
transform-parameters { "ie":"11" } transform-parameters { "ie":"11" }
transform-destructuring { "chrome":"49", "ie":"11" } transform-destructuring { "ie":"11" }
transform-block-scoping { "ie":"11" } transform-block-scoping { "ie":"11" }
transform-typeof-symbol { "ie":"11" } transform-typeof-symbol { "ie":"11" }
transform-new-target { "ie":"11" } transform-new-target { "ie":"11" }
transform-regenerator { "chrome":"49", "ie":"11" } transform-regenerator { "ie":"11" }
transform-modules-commonjs { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" } transform-modules-commonjs { "android":"79", "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
proposal-dynamic-import { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" } proposal-dynamic-import { "android":"79", "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"10.1" }
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set. Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.

View File

@ -9,23 +9,23 @@ Using targets:
"ios": "13", "ios": "13",
"opera": "65", "opera": "65",
"safari": "12.1", "safari": "12.1",
"samsung": "9.2" "samsung": "10.1"
} }
Using modules transform: auto Using modules transform: auto
Using plugins: Using plugins:
proposal-nullish-coalescing-operator { "android":"79", "chrome":"79", "edge":"79", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" } proposal-nullish-coalescing-operator { "android":"79", "chrome":"79", "edge":"79", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" } proposal-optional-chaining { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"10.1" }
syntax-json-strings { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" } syntax-json-strings { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"10.1" }
syntax-optional-catch-binding { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" } syntax-optional-catch-binding { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"10.1" }
syntax-async-generators { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" } syntax-async-generators { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"10.1" }
syntax-object-rest-spread { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" } syntax-object-rest-spread { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"10.1" }
transform-dotall-regex { "firefox":"72" } transform-dotall-regex { "firefox":"72" }
proposal-unicode-property-regex { "firefox":"72" } proposal-unicode-property-regex { "firefox":"72" }
transform-named-capturing-groups-regex { "firefox":"72" } transform-named-capturing-groups-regex { "firefox":"72" }
transform-template-literals { "safari":"12.1" } transform-template-literals { "safari":"12.1" }
transform-modules-commonjs { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" } transform-modules-commonjs { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"10.1" }
proposal-dynamic-import { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" } proposal-dynamic-import { "android":"79", "chrome":"79", "edge":"79", "firefox":"72", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"10.1" }
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set. Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.