Update fixtures again (#11094)
This commit is contained in:
parent
11d9826e77
commit
0ae61f060a
@ -8,45 +8,31 @@ Using targets:
|
||||
"firefox": "68",
|
||||
"ios": "12.2",
|
||||
"opera": "63",
|
||||
"safari": "5.1",
|
||||
"safari": "12.1",
|
||||
"samsung": "9.2"
|
||||
}
|
||||
|
||||
Using modules transform: auto
|
||||
|
||||
Using plugins:
|
||||
proposal-nullish-coalescing-operator { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "safari":"5.1", "samsung":"9.2" }
|
||||
proposal-optional-chaining { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "safari":"5.1", "samsung":"9.2" }
|
||||
proposal-json-strings { "chrome":"49", "edge":"18", "safari":"5.1" }
|
||||
proposal-optional-catch-binding { "chrome":"49", "edge":"18", "safari":"5.1" }
|
||||
proposal-async-generator-functions { "chrome":"49", "edge":"18", "safari":"5.1" }
|
||||
proposal-object-rest-spread { "chrome":"49", "edge":"18", "safari":"5.1" }
|
||||
transform-dotall-regex { "chrome":"49", "edge":"18", "firefox":"68", "safari":"5.1" }
|
||||
proposal-unicode-property-regex { "chrome":"49", "edge":"18", "firefox":"68", "safari":"5.1" }
|
||||
transform-named-capturing-groups-regex { "chrome":"49", "edge":"18", "firefox":"68", "safari":"5.1" }
|
||||
transform-async-to-generator { "chrome":"49", "safari":"5.1" }
|
||||
transform-exponentiation-operator { "chrome":"49", "safari":"5.1" }
|
||||
transform-template-literals { "ios":"12.2", "safari":"5.1" }
|
||||
transform-literals { "safari":"5.1" }
|
||||
transform-function-name { "chrome":"49", "edge":"18", "safari":"5.1" }
|
||||
transform-arrow-functions { "safari":"5.1" }
|
||||
transform-block-scoped-functions { "safari":"5.1" }
|
||||
transform-classes { "safari":"5.1" }
|
||||
transform-object-super { "safari":"5.1" }
|
||||
transform-shorthand-properties { "safari":"5.1" }
|
||||
transform-duplicate-keys { "safari":"5.1" }
|
||||
transform-computed-properties { "safari":"5.1" }
|
||||
transform-for-of { "chrome":"49", "safari":"5.1" }
|
||||
transform-sticky-regex { "safari":"5.1" }
|
||||
transform-unicode-regex { "chrome":"49", "safari":"5.1" }
|
||||
transform-spread { "safari":"5.1" }
|
||||
transform-parameters { "safari":"5.1" }
|
||||
transform-destructuring { "chrome":"49", "safari":"5.1" }
|
||||
transform-block-scoping { "safari":"5.1" }
|
||||
transform-typeof-symbol { "safari":"5.1" }
|
||||
transform-new-target { "safari":"5.1" }
|
||||
transform-regenerator { "chrome":"49", "safari":"5.1" }
|
||||
transform-modules-commonjs { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "safari":"5.1", "samsung":"9.2" }
|
||||
proposal-dynamic-import { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "safari":"5.1", "samsung":"9.2" }
|
||||
proposal-nullish-coalescing-operator { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "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-json-strings { "chrome":"49", "edge":"18" }
|
||||
proposal-optional-catch-binding { "chrome":"49", "edge":"18" }
|
||||
proposal-async-generator-functions { "chrome":"49", "edge":"18" }
|
||||
proposal-object-rest-spread { "chrome":"49", "edge":"18" }
|
||||
transform-dotall-regex { "chrome":"49", "edge":"18", "firefox":"68" }
|
||||
proposal-unicode-property-regex { "chrome":"49", "edge":"18", "firefox":"68" }
|
||||
transform-named-capturing-groups-regex { "chrome":"49", "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-function-name { "chrome":"49", "edge":"18" }
|
||||
transform-for-of { "chrome":"49" }
|
||||
transform-unicode-regex { "chrome":"49" }
|
||||
transform-destructuring { "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" }
|
||||
proposal-dynamic-import { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
||||
|
||||
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
||||
|
||||
@ -9,45 +9,44 @@ Using targets:
|
||||
"ie": "11",
|
||||
"ios": "12.2",
|
||||
"opera": "63",
|
||||
"safari": "5.1",
|
||||
"safari": "12.1",
|
||||
"samsung": "9.2"
|
||||
}
|
||||
|
||||
Using modules transform: auto
|
||||
|
||||
Using plugins:
|
||||
proposal-nullish-coalescing-operator { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"5.1", "samsung":"9.2" }
|
||||
proposal-optional-chaining { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"5.1", "samsung":"9.2" }
|
||||
proposal-json-strings { "chrome":"49", "edge":"18", "ie":"11", "safari":"5.1" }
|
||||
proposal-optional-catch-binding { "chrome":"49", "edge":"18", "ie":"11", "safari":"5.1" }
|
||||
proposal-async-generator-functions { "chrome":"49", "edge":"18", "ie":"11", "safari":"5.1" }
|
||||
proposal-object-rest-spread { "chrome":"49", "edge":"18", "ie":"11", "safari":"5.1" }
|
||||
transform-dotall-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "safari":"5.1" }
|
||||
proposal-unicode-property-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "safari":"5.1" }
|
||||
transform-named-capturing-groups-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "safari":"5.1" }
|
||||
transform-async-to-generator { "chrome":"49", "ie":"11", "safari":"5.1" }
|
||||
transform-exponentiation-operator { "chrome":"49", "ie":"11", "safari":"5.1" }
|
||||
transform-template-literals { "ie":"11", "ios":"12.2", "safari":"5.1" }
|
||||
transform-literals { "ie":"11", "safari":"5.1" }
|
||||
transform-function-name { "chrome":"49", "edge":"18", "ie":"11", "safari":"5.1" }
|
||||
transform-arrow-functions { "ie":"11", "safari":"5.1" }
|
||||
transform-block-scoped-functions { "safari":"5.1" }
|
||||
transform-classes { "ie":"11", "safari":"5.1" }
|
||||
transform-object-super { "ie":"11", "safari":"5.1" }
|
||||
transform-shorthand-properties { "ie":"11", "safari":"5.1" }
|
||||
transform-duplicate-keys { "ie":"11", "safari":"5.1" }
|
||||
transform-computed-properties { "ie":"11", "safari":"5.1" }
|
||||
transform-for-of { "chrome":"49", "ie":"11", "safari":"5.1" }
|
||||
transform-sticky-regex { "ie":"11", "safari":"5.1" }
|
||||
transform-unicode-regex { "chrome":"49", "ie":"11", "safari":"5.1" }
|
||||
transform-spread { "ie":"11", "safari":"5.1" }
|
||||
transform-parameters { "ie":"11", "safari":"5.1" }
|
||||
transform-destructuring { "chrome":"49", "ie":"11", "safari":"5.1" }
|
||||
transform-block-scoping { "ie":"11", "safari":"5.1" }
|
||||
transform-typeof-symbol { "ie":"11", "safari":"5.1" }
|
||||
transform-new-target { "ie":"11", "safari":"5.1" }
|
||||
transform-regenerator { "chrome":"49", "ie":"11", "safari":"5.1" }
|
||||
transform-modules-commonjs { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"5.1", "samsung":"9.2" }
|
||||
proposal-dynamic-import { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"5.1", "samsung":"9.2" }
|
||||
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-optional-chaining { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
||||
proposal-json-strings { "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-object-rest-spread { "chrome":"49", "edge":"18", "ie":"11" }
|
||||
transform-dotall-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11" }
|
||||
proposal-unicode-property-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11" }
|
||||
transform-named-capturing-groups-regex { "chrome":"49", "edge":"18", "firefox":"68", "ie":"11" }
|
||||
transform-async-to-generator { "chrome":"49", "ie":"11" }
|
||||
transform-exponentiation-operator { "chrome":"49", "ie":"11" }
|
||||
transform-template-literals { "ie":"11", "ios":"12.2", "safari":"12.1" }
|
||||
transform-literals { "ie":"11" }
|
||||
transform-function-name { "chrome":"49", "edge":"18", "ie":"11" }
|
||||
transform-arrow-functions { "ie":"11" }
|
||||
transform-classes { "ie":"11" }
|
||||
transform-object-super { "ie":"11" }
|
||||
transform-shorthand-properties { "ie":"11" }
|
||||
transform-duplicate-keys { "ie":"11" }
|
||||
transform-computed-properties { "ie":"11" }
|
||||
transform-for-of { "chrome":"49", "ie":"11" }
|
||||
transform-sticky-regex { "ie":"11" }
|
||||
transform-unicode-regex { "chrome":"49", "ie":"11" }
|
||||
transform-spread { "ie":"11" }
|
||||
transform-parameters { "ie":"11" }
|
||||
transform-destructuring { "chrome":"49", "ie":"11" }
|
||||
transform-block-scoping { "ie":"11" }
|
||||
transform-typeof-symbol { "ie":"11" }
|
||||
transform-new-target { "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" }
|
||||
proposal-dynamic-import { "android":"78", "chrome":"49", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"63", "safari":"12.1", "samsung":"9.2" }
|
||||
|
||||
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user