Update preset-env fixtures (#11120)
This commit is contained in:
parent
df78258765
commit
a4d5c6253e
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "78",
|
"android": "79",
|
||||||
"chrome": "49",
|
"chrome": "49",
|
||||||
"edge": "18",
|
"edge": "18",
|
||||||
"firefox": "68",
|
"firefox": "68",
|
||||||
"ios": "12.2",
|
"ios": "12.2",
|
||||||
"opera": "63",
|
"opera": "65",
|
||||||
"safari": "12.1",
|
"safari": "12.1",
|
||||||
"samsung": "9.2"
|
"samsung": "9.2"
|
||||||
}
|
}
|
||||||
@ -15,8 +15,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-nullish-coalescing-operator { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
proposal-nullish-coalescing-operator { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
proposal-optional-chaining { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
proposal-optional-chaining { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
proposal-json-strings { "chrome":"49", "edge":"18" }
|
proposal-json-strings { "chrome":"49", "edge":"18" }
|
||||||
proposal-optional-catch-binding { "chrome":"49", "edge":"18" }
|
proposal-optional-catch-binding { "chrome":"49", "edge":"18" }
|
||||||
proposal-async-generator-functions { "chrome":"49", "edge":"18" }
|
proposal-async-generator-functions { "chrome":"49", "edge":"18" }
|
||||||
@ -32,7 +32,7 @@ Using plugins:
|
|||||||
transform-unicode-regex { "chrome":"49" }
|
transform-unicode-regex { "chrome":"49" }
|
||||||
transform-destructuring { "chrome":"49" }
|
transform-destructuring { "chrome":"49" }
|
||||||
transform-regenerator { "chrome":"49" }
|
transform-regenerator { "chrome":"49" }
|
||||||
transform-modules-commonjs { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
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":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "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.
|
||||||
|
|||||||
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "78",
|
"android": "79",
|
||||||
"chrome": "49",
|
"chrome": "49",
|
||||||
"edge": "18",
|
"edge": "18",
|
||||||
"firefox": "68",
|
"firefox": "68",
|
||||||
"ie": "11",
|
"ie": "11",
|
||||||
"ios": "12.2",
|
"ios": "12.2",
|
||||||
"opera": "63",
|
"opera": "65",
|
||||||
"safari": "12.1",
|
"safari": "12.1",
|
||||||
"samsung": "9.2"
|
"samsung": "9.2"
|
||||||
}
|
}
|
||||||
@ -16,8 +16,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-nullish-coalescing-operator { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
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-optional-chaining { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
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-json-strings { "chrome":"49", "edge":"18", "ie":"11" }
|
proposal-json-strings { "chrome":"49", "edge":"18", "ie":"11" }
|
||||||
proposal-optional-catch-binding { "chrome":"49", "edge":"18", "ie":"11" }
|
proposal-optional-catch-binding { "chrome":"49", "edge":"18", "ie":"11" }
|
||||||
proposal-async-generator-functions { "chrome":"49", "edge":"18", "ie":"11" }
|
proposal-async-generator-functions { "chrome":"49", "edge":"18", "ie":"11" }
|
||||||
@ -46,7 +46,7 @@ Using plugins:
|
|||||||
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 { "chrome":"49", "ie":"11" }
|
||||||
transform-modules-commonjs { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
transform-modules-commonjs { "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":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
proposal-dynamic-import { "android":"79", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "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.
|
||||||
|
|||||||
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "78",
|
"android": "79",
|
||||||
"chrome": "78",
|
"chrome": "79",
|
||||||
"edge": "18",
|
"edge": "79",
|
||||||
"firefox": "71",
|
"firefox": "71",
|
||||||
"ios": "13",
|
"ios": "13",
|
||||||
"opera": "63",
|
"opera": "65",
|
||||||
"safari": "12.1",
|
"safari": "12.1",
|
||||||
"samsung": "9.2"
|
"samsung": "9.2"
|
||||||
}
|
}
|
||||||
@ -15,18 +15,17 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-nullish-coalescing-operator { "android":"78", "chrome":"78", "edge":"18", "firefox":"71", "ios":"13", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
proposal-nullish-coalescing-operator { "android":"79", "chrome":"79", "edge":"79", "firefox":"71", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
proposal-optional-chaining { "android":"78", "chrome":"78", "edge":"18", "firefox":"71", "ios":"13", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
proposal-optional-chaining { "android":"79", "chrome":"79", "edge":"79", "firefox":"71", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
proposal-json-strings { "edge":"18" }
|
syntax-json-strings { "android":"79", "chrome":"79", "edge":"79", "firefox":"71", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
proposal-optional-catch-binding { "edge":"18" }
|
syntax-optional-catch-binding { "android":"79", "chrome":"79", "edge":"79", "firefox":"71", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
proposal-async-generator-functions { "edge":"18" }
|
syntax-async-generators { "android":"79", "chrome":"79", "edge":"79", "firefox":"71", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
proposal-object-rest-spread { "edge":"18" }
|
syntax-object-rest-spread { "android":"79", "chrome":"79", "edge":"79", "firefox":"71", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
transform-dotall-regex { "edge":"18", "firefox":"71" }
|
transform-dotall-regex { "firefox":"71" }
|
||||||
proposal-unicode-property-regex { "edge":"18", "firefox":"71" }
|
proposal-unicode-property-regex { "firefox":"71" }
|
||||||
transform-named-capturing-groups-regex { "edge":"18", "firefox":"71" }
|
transform-named-capturing-groups-regex { "firefox":"71" }
|
||||||
transform-template-literals { "safari":"12.1" }
|
transform-template-literals { "safari":"12.1" }
|
||||||
transform-function-name { "edge":"18" }
|
transform-modules-commonjs { "android":"79", "chrome":"79", "edge":"79", "firefox":"71", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
transform-modules-commonjs { "android":"78", "chrome":"78", "edge":"18", "firefox":"71", "ios":"13", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
proposal-dynamic-import { "android":"79", "chrome":"79", "edge":"79", "firefox":"71", "ios":"13", "opera":"65", "safari":"12.1", "samsung":"9.2" }
|
||||||
proposal-dynamic-import { "android":"78", "chrome":"78", "edge":"18", "firefox":"71", "ios":"13", "opera":"63", "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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user