Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update preset-env fixtures #11486

Merged
merged 1 commit into from Apr 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -7,16 +7,16 @@ Using targets:
"edge": "18",
"firefox": "68",
"ios": "12.2",
"opera": "66",
"opera": "67",
"safari": "12.1",
"samsung": "10.1"
}

Using modules transform: auto

Using plugins:
proposal-nullish-coalescing-operator { "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-nullish-coalescing-operator { "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "safari":"12.1", "samsung":"10.1" }
proposal-json-strings { "edge":"18" }
proposal-optional-catch-binding { "edge":"18" }
proposal-async-generator-functions { "edge":"18" }
Expand All @@ -26,7 +26,7 @@ Using plugins:
transform-named-capturing-groups-regex { "edge":"18", "firefox":"68" }
transform-template-literals { "ios":"12.2", "safari":"12.1" }
transform-function-name { "edge":"18" }
transform-modules-commonjs { "android":"80", "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-dynamic-import { "android":"80", "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
transform-modules-commonjs { "android":"80", "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }
proposal-dynamic-import { "android":"80", "chrome":"79", "edge":"18", "firefox":"68", "ios":"12.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
Expand Up @@ -8,16 +8,16 @@ Using targets:
"firefox": "68",
"ie": "11",
"ios": "12.2",
"opera": "66",
"opera": "67",
"safari": "12.1",
"samsung": "10.1"
}

Using modules transform: auto

Using plugins:
proposal-nullish-coalescing-operator { "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-nullish-coalescing-operator { "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "safari":"12.1", "samsung":"10.1" }
proposal-json-strings { "edge":"18", "ie":"11" }
proposal-optional-catch-binding { "edge":"18", "ie":"11" }
transform-parameters { "ie":"11" }
Expand Down Expand Up @@ -46,7 +46,7 @@ Using plugins:
transform-typeof-symbol { "ie":"11" }
transform-new-target { "ie":"11" }
transform-regenerator { "ie":"11" }
transform-modules-commonjs { "android":"80", "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-dynamic-import { "android":"80", "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
transform-modules-commonjs { "android":"80", "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }
proposal-dynamic-import { "android":"80", "chrome":"79", "edge":"18", "firefox":"68", "ie":"11", "ios":"12.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
Expand Up @@ -4,28 +4,28 @@ Using targets:
{
"android": "80",
"chrome": "80",
"edge": "79",
"edge": "80",
"firefox": "74",
"ios": "13.2",
"opera": "66",
"opera": "67",
"safari": "12.1",
"samsung": "10.1"
}

Using modules transform: auto

Using plugins:
proposal-nullish-coalescing-operator { "edge":"79", "ios":"13.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "edge":"79", "ios":"13.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
syntax-json-strings { "android":"80", "chrome":"80", "edge":"79", "firefox":"74", "ios":"13.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
syntax-optional-catch-binding { "android":"80", "chrome":"80", "edge":"79", "firefox":"74", "ios":"13.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
syntax-async-generators { "android":"80", "chrome":"80", "edge":"79", "firefox":"74", "ios":"13.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
syntax-object-rest-spread { "android":"80", "chrome":"80", "edge":"79", "firefox":"74", "ios":"13.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-nullish-coalescing-operator { "ios":"13.2", "safari":"12.1", "samsung":"10.1" }
proposal-optional-chaining { "ios":"13.2", "safari":"12.1", "samsung":"10.1" }
syntax-json-strings { "android":"80", "chrome":"80", "edge":"80", "firefox":"74", "ios":"13.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }
syntax-optional-catch-binding { "android":"80", "chrome":"80", "edge":"80", "firefox":"74", "ios":"13.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }
syntax-async-generators { "android":"80", "chrome":"80", "edge":"80", "firefox":"74", "ios":"13.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }
syntax-object-rest-spread { "android":"80", "chrome":"80", "edge":"80", "firefox":"74", "ios":"13.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }
transform-dotall-regex { "firefox":"74" }
proposal-unicode-property-regex { "firefox":"74" }
transform-named-capturing-groups-regex { "firefox":"74" }
transform-template-literals { "safari":"12.1" }
transform-modules-commonjs { "android":"80", "chrome":"80", "edge":"79", "firefox":"74", "ios":"13.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
proposal-dynamic-import { "android":"80", "chrome":"80", "edge":"79", "firefox":"74", "ios":"13.2", "opera":"66", "safari":"12.1", "samsung":"10.1" }
transform-modules-commonjs { "android":"80", "chrome":"80", "edge":"80", "firefox":"74", "ios":"13.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }
proposal-dynamic-import { "android":"80", "chrome":"80", "edge":"80", "firefox":"74", "ios":"13.2", "opera":"67", "safari":"12.1", "samsung":"10.1" }

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.