Update browserslist (#13914)
This commit is contained in:
parent
1fa759f989
commit
76e4566bfc
@ -83,8 +83,8 @@
|
|||||||
"benchmark"
|
"benchmark"
|
||||||
],
|
],
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"browserslist": "npm:4.16.6",
|
"browserslist": "npm:4.17.5",
|
||||||
"caniuse-lite": "npm:1.0.30001235",
|
"caniuse-lite": "npm:1.0.30001274",
|
||||||
"core-js-compat": "npm:3.19.0",
|
"core-js-compat": "npm:3.19.0",
|
||||||
"electron-to-chromium": "npm:1.3.749",
|
"electron-to-chromium": "npm:1.3.749",
|
||||||
"glob-watcher/chokidar": "npm:^3.4.0",
|
"glob-watcher/chokidar": "npm:^3.4.0",
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "workspace:^",
|
"@babel/compat-data": "workspace:^",
|
||||||
"@babel/helper-validator-option": "workspace:^",
|
"@babel/helper-validator-option": "workspace:^",
|
||||||
"browserslist": "^4.16.6",
|
"browserslist": "^4.17.5",
|
||||||
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
import "core-js/modules/es.array.unscopables.flat.js";
|
||||||
|
import "core-js/modules/es.array.unscopables.flat-map.js";
|
||||||
|
import "core-js/modules/es.promise.finally.js";
|
||||||
import "core-js/modules/es.string.replace.js";
|
import "core-js/modules/es.string.replace.js";
|
||||||
import "core-js/modules/es.typed-array.float32-array.js";
|
import "core-js/modules/es.typed-array.float32-array.js";
|
||||||
import "core-js/modules/es.typed-array.float64-array.js";
|
import "core-js/modules/es.typed-array.float64-array.js";
|
||||||
@ -48,6 +51,7 @@ import "core-js/modules/esnext.math.signbit.js";
|
|||||||
import "core-js/modules/esnext.math.umulh.js";
|
import "core-js/modules/esnext.math.umulh.js";
|
||||||
import "core-js/modules/esnext.number.from-string.js";
|
import "core-js/modules/esnext.number.from-string.js";
|
||||||
import "core-js/modules/esnext.observable.js";
|
import "core-js/modules/esnext.observable.js";
|
||||||
|
import "core-js/modules/esnext.promise.all-settled.js";
|
||||||
import "core-js/modules/esnext.promise.any.js";
|
import "core-js/modules/esnext.promise.any.js";
|
||||||
import "core-js/modules/esnext.promise.try.js";
|
import "core-js/modules/esnext.promise.try.js";
|
||||||
import "core-js/modules/esnext.reflect.define-metadata.js";
|
import "core-js/modules/esnext.reflect.define-metadata.js";
|
||||||
@ -79,6 +83,7 @@ import "core-js/modules/esnext.set.symmetric-difference.js";
|
|||||||
import "core-js/modules/esnext.set.union.js";
|
import "core-js/modules/esnext.set.union.js";
|
||||||
import "core-js/modules/esnext.string.at.js";
|
import "core-js/modules/esnext.string.at.js";
|
||||||
import "core-js/modules/esnext.string.code-points.js";
|
import "core-js/modules/esnext.string.code-points.js";
|
||||||
|
import "core-js/modules/esnext.string.match-all.js";
|
||||||
import "core-js/modules/esnext.string.replace-all.js";
|
import "core-js/modules/esnext.string.replace-all.js";
|
||||||
import "core-js/modules/esnext.symbol.dispose.js";
|
import "core-js/modules/esnext.symbol.dispose.js";
|
||||||
import "core-js/modules/esnext.symbol.observable.js";
|
import "core-js/modules/esnext.symbol.observable.js";
|
||||||
@ -90,6 +95,7 @@ import "core-js/modules/esnext.weak-set.add-all.js";
|
|||||||
import "core-js/modules/esnext.weak-set.delete-all.js";
|
import "core-js/modules/esnext.weak-set.delete-all.js";
|
||||||
import "core-js/modules/esnext.weak-set.from.js";
|
import "core-js/modules/esnext.weak-set.from.js";
|
||||||
import "core-js/modules/esnext.weak-set.of.js";
|
import "core-js/modules/esnext.weak-set.of.js";
|
||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
import "core-js/modules/web.immediate.js";
|
import "core-js/modules/web.immediate.js";
|
||||||
import "core-js/modules/web.url.js";
|
import "core-js/modules/web.url.js";
|
||||||
import "core-js/modules/web.url.to-json.js";
|
import "core-js/modules/web.url.to-json.js";
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
import "core-js/modules/es.array.unscopables.flat.js";
|
||||||
|
import "core-js/modules/es.array.unscopables.flat-map.js";
|
||||||
|
import "core-js/modules/es.promise.finally.js";
|
||||||
import "core-js/modules/es.string.replace.js";
|
import "core-js/modules/es.string.replace.js";
|
||||||
import "core-js/modules/es.typed-array.float32-array.js";
|
import "core-js/modules/es.typed-array.float32-array.js";
|
||||||
import "core-js/modules/es.typed-array.float64-array.js";
|
import "core-js/modules/es.typed-array.float64-array.js";
|
||||||
@ -48,6 +51,7 @@ import "core-js/modules/esnext.math.signbit.js";
|
|||||||
import "core-js/modules/esnext.math.umulh.js";
|
import "core-js/modules/esnext.math.umulh.js";
|
||||||
import "core-js/modules/esnext.number.from-string.js";
|
import "core-js/modules/esnext.number.from-string.js";
|
||||||
import "core-js/modules/esnext.observable.js";
|
import "core-js/modules/esnext.observable.js";
|
||||||
|
import "core-js/modules/esnext.promise.all-settled.js";
|
||||||
import "core-js/modules/esnext.promise.any.js";
|
import "core-js/modules/esnext.promise.any.js";
|
||||||
import "core-js/modules/esnext.promise.try.js";
|
import "core-js/modules/esnext.promise.try.js";
|
||||||
import "core-js/modules/esnext.reflect.define-metadata.js";
|
import "core-js/modules/esnext.reflect.define-metadata.js";
|
||||||
@ -79,6 +83,7 @@ import "core-js/modules/esnext.set.symmetric-difference.js";
|
|||||||
import "core-js/modules/esnext.set.union.js";
|
import "core-js/modules/esnext.set.union.js";
|
||||||
import "core-js/modules/esnext.string.at.js";
|
import "core-js/modules/esnext.string.at.js";
|
||||||
import "core-js/modules/esnext.string.code-points.js";
|
import "core-js/modules/esnext.string.code-points.js";
|
||||||
|
import "core-js/modules/esnext.string.match-all.js";
|
||||||
import "core-js/modules/esnext.string.replace-all.js";
|
import "core-js/modules/esnext.string.replace-all.js";
|
||||||
import "core-js/modules/esnext.symbol.dispose.js";
|
import "core-js/modules/esnext.symbol.dispose.js";
|
||||||
import "core-js/modules/esnext.symbol.observable.js";
|
import "core-js/modules/esnext.symbol.observable.js";
|
||||||
|
|||||||
@ -16,5 +16,6 @@ import "core-js/modules/esnext.set.reduce.js";
|
|||||||
import "core-js/modules/esnext.set.some.js";
|
import "core-js/modules/esnext.set.some.js";
|
||||||
import "core-js/modules/esnext.set.symmetric-difference.js";
|
import "core-js/modules/esnext.set.symmetric-difference.js";
|
||||||
import "core-js/modules/esnext.set.union.js";
|
import "core-js/modules/esnext.set.union.js";
|
||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
import "core-js/modules/es.string.replace.js";
|
import "core-js/modules/es.string.replace.js";
|
||||||
import "core-js/modules/esnext.string.replace-all.js";
|
import "core-js/modules/esnext.string.replace-all.js";
|
||||||
|
|||||||
@ -35,6 +35,7 @@ import "core-js/modules/esnext.math.signbit.js";
|
|||||||
import "core-js/modules/esnext.math.umulh.js";
|
import "core-js/modules/esnext.math.umulh.js";
|
||||||
import "core-js/modules/esnext.number.from-string.js";
|
import "core-js/modules/esnext.number.from-string.js";
|
||||||
import "core-js/modules/esnext.observable.js";
|
import "core-js/modules/esnext.observable.js";
|
||||||
|
import "core-js/modules/esnext.promise.all-settled.js";
|
||||||
import "core-js/modules/esnext.promise.any.js";
|
import "core-js/modules/esnext.promise.any.js";
|
||||||
import "core-js/modules/esnext.promise.try.js";
|
import "core-js/modules/esnext.promise.try.js";
|
||||||
import "core-js/modules/esnext.reflect.define-metadata.js";
|
import "core-js/modules/esnext.reflect.define-metadata.js";
|
||||||
@ -66,6 +67,7 @@ import "core-js/modules/esnext.set.symmetric-difference.js";
|
|||||||
import "core-js/modules/esnext.set.union.js";
|
import "core-js/modules/esnext.set.union.js";
|
||||||
import "core-js/modules/esnext.string.at.js";
|
import "core-js/modules/esnext.string.at.js";
|
||||||
import "core-js/modules/esnext.string.code-points.js";
|
import "core-js/modules/esnext.string.code-points.js";
|
||||||
|
import "core-js/modules/esnext.string.match-all.js";
|
||||||
import "core-js/modules/esnext.string.replace-all.js";
|
import "core-js/modules/esnext.string.replace-all.js";
|
||||||
import "core-js/modules/esnext.symbol.dispose.js";
|
import "core-js/modules/esnext.symbol.dispose.js";
|
||||||
import "core-js/modules/esnext.symbol.observable.js";
|
import "core-js/modules/esnext.symbol.observable.js";
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
|
|||||||
@ -35,6 +35,7 @@ import "core-js/modules/esnext.math.signbit.js";
|
|||||||
import "core-js/modules/esnext.math.umulh.js";
|
import "core-js/modules/esnext.math.umulh.js";
|
||||||
import "core-js/modules/esnext.number.from-string.js";
|
import "core-js/modules/esnext.number.from-string.js";
|
||||||
import "core-js/modules/esnext.observable.js";
|
import "core-js/modules/esnext.observable.js";
|
||||||
|
import "core-js/modules/esnext.promise.all-settled.js";
|
||||||
import "core-js/modules/esnext.promise.any.js";
|
import "core-js/modules/esnext.promise.any.js";
|
||||||
import "core-js/modules/esnext.promise.try.js";
|
import "core-js/modules/esnext.promise.try.js";
|
||||||
import "core-js/modules/esnext.reflect.define-metadata.js";
|
import "core-js/modules/esnext.reflect.define-metadata.js";
|
||||||
@ -66,6 +67,7 @@ import "core-js/modules/esnext.set.symmetric-difference.js";
|
|||||||
import "core-js/modules/esnext.set.union.js";
|
import "core-js/modules/esnext.set.union.js";
|
||||||
import "core-js/modules/esnext.string.at.js";
|
import "core-js/modules/esnext.string.at.js";
|
||||||
import "core-js/modules/esnext.string.code-points.js";
|
import "core-js/modules/esnext.string.code-points.js";
|
||||||
|
import "core-js/modules/esnext.string.match-all.js";
|
||||||
import "core-js/modules/esnext.string.replace-all.js";
|
import "core-js/modules/esnext.string.replace-all.js";
|
||||||
import "core-js/modules/esnext.symbol.dispose.js";
|
import "core-js/modules/esnext.symbol.dispose.js";
|
||||||
import "core-js/modules/esnext.symbol.observable.js";
|
import "core-js/modules/esnext.symbol.observable.js";
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
import "core-js/modules/web.immediate.js";
|
import "core-js/modules/web.immediate.js";
|
||||||
import "core-js/modules/web.url.js";
|
import "core-js/modules/web.url.js";
|
||||||
import "core-js/modules/web.url.to-json.js";
|
import "core-js/modules/web.url.to-json.js";
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
|
import "core-js/modules/es.promise.finally.js";
|
||||||
import 'foo/index.js';
|
import 'foo/index.js';
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
import "core-js/modules/es.array.unscopables.flat.js";
|
||||||
|
import "core-js/modules/es.array.unscopables.flat-map.js";
|
||||||
|
import "core-js/modules/es.promise.finally.js";
|
||||||
import "core-js/modules/es.string.replace.js";
|
import "core-js/modules/es.string.replace.js";
|
||||||
import "core-js/modules/es.typed-array.float32-array.js";
|
import "core-js/modules/es.typed-array.float32-array.js";
|
||||||
import "core-js/modules/es.typed-array.float64-array.js";
|
import "core-js/modules/es.typed-array.float64-array.js";
|
||||||
@ -11,6 +14,7 @@ import "core-js/modules/es.typed-array.uint32-array.js";
|
|||||||
import "core-js/modules/es.typed-array.from.js";
|
import "core-js/modules/es.typed-array.from.js";
|
||||||
import "core-js/modules/es.typed-array.of.js";
|
import "core-js/modules/es.typed-array.of.js";
|
||||||
import "core-js/modules/es.typed-array.sort.js";
|
import "core-js/modules/es.typed-array.sort.js";
|
||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
import "core-js/modules/web.immediate.js";
|
import "core-js/modules/web.immediate.js";
|
||||||
import "core-js/modules/web.url.js";
|
import "core-js/modules/web.url.js";
|
||||||
import "core-js/modules/web.url.to-json.js";
|
import "core-js/modules/web.url.to-json.js";
|
||||||
|
|||||||
@ -11,6 +11,7 @@ import "core-js/modules/esnext.map.merge.js";
|
|||||||
import "core-js/modules/esnext.map.reduce.js";
|
import "core-js/modules/esnext.map.reduce.js";
|
||||||
import "core-js/modules/esnext.map.some.js";
|
import "core-js/modules/esnext.map.some.js";
|
||||||
import "core-js/modules/esnext.map.update.js";
|
import "core-js/modules/esnext.map.update.js";
|
||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
import "core-js/modules/esnext.observable.js";
|
import "core-js/modules/esnext.observable.js";
|
||||||
import "core-js/modules/esnext.symbol.observable.js";
|
import "core-js/modules/esnext.symbol.observable.js";
|
||||||
Array.from; // static method
|
Array.from; // static method
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
|
import "core-js/modules/es.promise.all-settled.js";
|
||||||
|
import "core-js/modules/es.string.match-all.js";
|
||||||
Array.from; // static method
|
Array.from; // static method
|
||||||
|
|
||||||
Map; // built-in
|
Map; // built-in
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
const Set = window.Set;
|
const Set = window.Set;
|
||||||
const Map = something.Map;
|
const Map = something.Map;
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
[a, b] = c;
|
[a, b] = c;
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
a();
|
a();
|
||||||
} catch ([b, c]) {}
|
} catch ([b, c]) {}
|
||||||
|
|||||||
@ -1 +1,3 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
|
|
||||||
for (let [a, b] in c);
|
for (let [a, b] in c);
|
||||||
|
|||||||
@ -1 +1,3 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
|
|
||||||
function a([b, c]) {}
|
function a([b, c]) {}
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
const [a, b] = c;
|
const [a, b] = c;
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
var objectClass = Object;
|
var objectClass = Object;
|
||||||
var arrayInstance = [];
|
var arrayInstance = [];
|
||||||
var assignStr = "assign";
|
var assignStr = "assign";
|
||||||
|
|||||||
@ -1 +1,3 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
|
|
||||||
for (let a of b);
|
for (let a of b);
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
require("core-js/modules/web.dom-collections.iterator.js");
|
||||||
|
|
||||||
Array.from; // static method
|
Array.from; // static method
|
||||||
|
|
||||||
Map; // built-in
|
Map; // built-in
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
a = [b, ...c];
|
a = [b, ...c];
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
Symbol.iterator in arr;
|
Symbol.iterator in arr;
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
|
import "core-js/modules/web.dom-collections.iterator.js";
|
||||||
arr[Symbol.iterator]();
|
arr[Symbol.iterator]();
|
||||||
|
|||||||
@ -2,32 +2,33 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { android, chrome < 94, edge, firefox < 93, ios, opera, safari, samsung }
|
proposal-class-static-block { chrome < 94, edge, firefox < 93, ios, opera, safari, samsung }
|
||||||
proposal-private-property-in-object { android, chrome < 91, edge, firefox < 90, ios < 15, opera, safari < 15, samsung }
|
proposal-private-property-in-object { edge, firefox < 90, ios < 15, opera, safari < 15, samsung }
|
||||||
proposal-class-properties { firefox < 90, ios < 15, safari < 15, samsung < 14 }
|
proposal-class-properties { firefox < 90, ios < 15, safari < 15 }
|
||||||
proposal-private-methods { firefox < 90, ios < 15, safari < 15, samsung < 14 }
|
proposal-private-methods { firefox < 90, ios < 15, safari < 15 }
|
||||||
syntax-numeric-separator
|
proposal-numeric-separator { ios < 13 }
|
||||||
proposal-logical-assignment-operators { firefox < 79, ios < 14, samsung < 14 }
|
proposal-logical-assignment-operators { firefox < 79, ios < 14, safari < 14 }
|
||||||
syntax-nullish-coalescing-operator
|
proposal-nullish-coalescing-operator { ios < 13.4 }
|
||||||
proposal-optional-chaining { android, chrome < 91, edge, opera, samsung }
|
proposal-optional-chaining { edge, ios < 13.4, opera, samsung }
|
||||||
syntax-json-strings
|
syntax-json-strings
|
||||||
syntax-optional-catch-binding
|
syntax-optional-catch-binding
|
||||||
transform-parameters { ios, safari }
|
transform-parameters { ios, safari }
|
||||||
syntax-async-generators
|
syntax-async-generators
|
||||||
syntax-object-rest-spread
|
syntax-object-rest-spread
|
||||||
|
transform-template-literals { ios < 13 }
|
||||||
proposal-export-namespace-from { firefox < 80, ios, safari }
|
proposal-export-namespace-from { firefox < 80, ios, safari }
|
||||||
transform-modules-commonjs
|
transform-modules-commonjs
|
||||||
proposal-dynamic-import
|
proposal-dynamic-import
|
||||||
|
|||||||
@ -2,28 +2,28 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ie": "11",
|
"ie": "11",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { android, chrome < 94, edge, firefox < 93, ie, ios, opera, safari, samsung }
|
proposal-class-static-block { chrome < 94, edge, firefox < 93, ie, ios, opera, safari, samsung }
|
||||||
proposal-private-property-in-object { android, chrome < 91, edge, firefox < 90, ie, ios < 15, opera, safari < 15, samsung }
|
proposal-private-property-in-object { edge, firefox < 90, ie, ios < 15, opera, safari < 15, samsung }
|
||||||
proposal-class-properties { firefox < 90, ie, ios < 15, safari < 15, samsung < 14 }
|
proposal-class-properties { firefox < 90, ie, ios < 15, safari < 15 }
|
||||||
proposal-private-methods { firefox < 90, ie, ios < 15, safari < 15, samsung < 14 }
|
proposal-private-methods { firefox < 90, ie, ios < 15, safari < 15 }
|
||||||
proposal-numeric-separator { ie }
|
proposal-numeric-separator { ie, ios < 13 }
|
||||||
proposal-logical-assignment-operators { firefox < 79, ie, ios < 14, samsung < 14 }
|
proposal-logical-assignment-operators { firefox < 79, ie, ios < 14, safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { ie }
|
proposal-nullish-coalescing-operator { ie, ios < 13.4 }
|
||||||
proposal-optional-chaining { android, chrome < 91, edge, ie, opera, samsung }
|
proposal-optional-chaining { edge, ie, ios < 13.4, opera, samsung }
|
||||||
proposal-json-strings { ie }
|
proposal-json-strings { ie }
|
||||||
proposal-optional-catch-binding { ie }
|
proposal-optional-catch-binding { ie }
|
||||||
transform-parameters { ie, ios, safari }
|
transform-parameters { ie, ios, safari }
|
||||||
@ -34,7 +34,7 @@ Using plugins:
|
|||||||
transform-named-capturing-groups-regex { ie }
|
transform-named-capturing-groups-regex { ie }
|
||||||
transform-async-to-generator { ie }
|
transform-async-to-generator { ie }
|
||||||
transform-exponentiation-operator { ie }
|
transform-exponentiation-operator { ie }
|
||||||
transform-template-literals { ie }
|
transform-template-literals { ie, ios < 13 }
|
||||||
transform-literals { ie }
|
transform-literals { ie }
|
||||||
transform-function-name { ie }
|
transform-function-name { ie }
|
||||||
transform-arrow-functions { ie }
|
transform-arrow-functions { ie }
|
||||||
|
|||||||
@ -2,27 +2,26 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "90",
|
"chrome": "94",
|
||||||
"edge": "90",
|
"edge": "94",
|
||||||
"firefox": "88",
|
"firefox": "92",
|
||||||
"ios": "14",
|
"ios": "14.5",
|
||||||
"opera": "75",
|
"opera": "79",
|
||||||
"safari": "14",
|
"safari": "14.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { android, chrome < 94, edge, firefox < 93, ios, opera, safari, samsung }
|
proposal-class-static-block { edge, firefox < 93, ios, opera, safari, samsung }
|
||||||
proposal-private-property-in-object { android, chrome < 91, edge, firefox < 90, ios < 15, opera, safari < 15, samsung }
|
proposal-private-property-in-object { edge, ios < 15, opera, safari < 15, samsung }
|
||||||
proposal-class-properties { firefox < 90, ios < 15, safari < 15, samsung < 14 }
|
proposal-class-properties { ios < 15, safari < 15 }
|
||||||
proposal-private-methods { firefox < 90, ios < 15, safari < 15, samsung < 14 }
|
proposal-private-methods { ios < 15, safari < 15 }
|
||||||
syntax-numeric-separator
|
syntax-numeric-separator
|
||||||
proposal-logical-assignment-operators { samsung < 14 }
|
|
||||||
syntax-nullish-coalescing-operator
|
syntax-nullish-coalescing-operator
|
||||||
proposal-optional-chaining { android, chrome < 91, edge, opera, samsung }
|
proposal-optional-chaining { edge, opera, samsung }
|
||||||
syntax-json-strings
|
syntax-json-strings
|
||||||
syntax-optional-catch-binding
|
syntax-optional-catch-binding
|
||||||
transform-parameters { ios, safari }
|
transform-parameters { ios, safari }
|
||||||
|
|||||||
@ -2,34 +2,34 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { android, chrome < 94, edge, firefox < 93, ios, opera, safari, samsung }
|
proposal-class-static-block { chrome < 94, edge, firefox < 93, ios, opera, safari, samsung }
|
||||||
proposal-private-property-in-object { android, chrome < 91, edge, firefox < 90, ios < 15, opera, safari < 15, samsung }
|
proposal-private-property-in-object { edge, firefox < 90, ios < 15, opera, safari < 15, samsung }
|
||||||
proposal-class-properties { firefox < 90, ios < 15, safari < 15, samsung < 14 }
|
proposal-class-properties { firefox < 90, ios < 15, safari < 15 }
|
||||||
proposal-private-methods { firefox < 90, ios < 15, safari < 15, samsung < 14 }
|
proposal-private-methods { firefox < 90, ios < 15, safari < 15 }
|
||||||
syntax-numeric-separator
|
proposal-numeric-separator { ios < 13 }
|
||||||
proposal-logical-assignment-operators { firefox < 79, ios < 14, samsung < 14 }
|
proposal-logical-assignment-operators { firefox < 79, ios < 14, safari < 14 }
|
||||||
syntax-nullish-coalescing-operator
|
proposal-nullish-coalescing-operator { ios < 13.4 }
|
||||||
syntax-optional-chaining
|
proposal-optional-chaining { ios < 13.4 }
|
||||||
syntax-json-strings
|
syntax-json-strings
|
||||||
syntax-optional-catch-binding
|
syntax-optional-catch-binding
|
||||||
syntax-async-generators
|
syntax-async-generators
|
||||||
syntax-object-rest-spread
|
syntax-object-rest-spread
|
||||||
proposal-export-namespace-from { firefox < 80, ios, safari }
|
proposal-export-namespace-from { firefox < 80, ios, safari }
|
||||||
bugfix/transform-safari-id-destructuring-collision-in-function-expression { ios, safari }
|
bugfix/transform-safari-id-destructuring-collision-in-function-expression { ios, safari }
|
||||||
bugfix/transform-v8-spread-parameters-in-optional-chaining { android, chrome < 91, edge, opera, samsung }
|
bugfix/transform-tagged-template-caching { ios < 13 }
|
||||||
transform-modules-commonjs
|
transform-modules-commonjs
|
||||||
proposal-dynamic-import
|
proposal-dynamic-import
|
||||||
|
|
||||||
|
|||||||
@ -2,28 +2,28 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ie": "11",
|
"ie": "11",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { android, chrome < 94, edge, firefox < 93, ie, ios, opera, safari, samsung }
|
proposal-class-static-block { chrome < 94, edge, firefox < 93, ie, ios, opera, safari, samsung }
|
||||||
proposal-private-property-in-object { android, chrome < 91, edge, firefox < 90, ie, ios < 15, opera, safari < 15, samsung }
|
proposal-private-property-in-object { edge, firefox < 90, ie, ios < 15, opera, safari < 15, samsung }
|
||||||
proposal-class-properties { firefox < 90, ie, ios < 15, safari < 15, samsung < 14 }
|
proposal-class-properties { firefox < 90, ie, ios < 15, safari < 15 }
|
||||||
proposal-private-methods { firefox < 90, ie, ios < 15, safari < 15, samsung < 14 }
|
proposal-private-methods { firefox < 90, ie, ios < 15, safari < 15 }
|
||||||
proposal-numeric-separator { ie }
|
proposal-numeric-separator { ie, ios < 13 }
|
||||||
proposal-logical-assignment-operators { firefox < 79, ie, ios < 14, samsung < 14 }
|
proposal-logical-assignment-operators { firefox < 79, ie, ios < 14, safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { ie }
|
proposal-nullish-coalescing-operator { ie, ios < 13.4 }
|
||||||
proposal-optional-chaining { ie }
|
proposal-optional-chaining { ie, ios < 13.4 }
|
||||||
proposal-json-strings { ie }
|
proposal-json-strings { ie }
|
||||||
proposal-optional-catch-binding { ie }
|
proposal-optional-catch-binding { ie }
|
||||||
transform-parameters { ie }
|
transform-parameters { ie }
|
||||||
|
|||||||
@ -2,25 +2,24 @@
|
|||||||
|
|
||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "90",
|
"chrome": "94",
|
||||||
"edge": "90",
|
"edge": "94",
|
||||||
"firefox": "88",
|
"firefox": "92",
|
||||||
"ios": "14",
|
"ios": "14.5",
|
||||||
"opera": "75",
|
"opera": "79",
|
||||||
"safari": "14",
|
"safari": "14.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { android, chrome < 94, edge, firefox < 93, ios, opera, safari, samsung }
|
proposal-class-static-block { edge, firefox < 93, ios, opera, safari, samsung }
|
||||||
proposal-private-property-in-object { android, chrome < 91, edge, firefox < 90, ios < 15, opera, safari < 15, samsung }
|
proposal-private-property-in-object { edge, ios < 15, opera, safari < 15, samsung }
|
||||||
proposal-class-properties { firefox < 90, ios < 15, safari < 15, samsung < 14 }
|
proposal-class-properties { ios < 15, safari < 15 }
|
||||||
proposal-private-methods { firefox < 90, ios < 15, safari < 15, samsung < 14 }
|
proposal-private-methods { ios < 15, safari < 15 }
|
||||||
syntax-numeric-separator
|
syntax-numeric-separator
|
||||||
proposal-logical-assignment-operators { samsung < 14 }
|
|
||||||
syntax-nullish-coalescing-operator
|
syntax-nullish-coalescing-operator
|
||||||
syntax-optional-chaining
|
syntax-optional-chaining
|
||||||
syntax-json-strings
|
syntax-json-strings
|
||||||
@ -29,7 +28,7 @@ Using plugins:
|
|||||||
syntax-object-rest-spread
|
syntax-object-rest-spread
|
||||||
proposal-export-namespace-from { ios, safari }
|
proposal-export-namespace-from { ios, safari }
|
||||||
bugfix/transform-safari-id-destructuring-collision-in-function-expression { ios, safari }
|
bugfix/transform-safari-id-destructuring-collision-in-function-expression { ios, safari }
|
||||||
bugfix/transform-v8-spread-parameters-in-optional-chaining { android, chrome < 91, edge, opera, samsung }
|
bugfix/transform-v8-spread-parameters-in-optional-chaining { edge, opera, samsung }
|
||||||
transform-modules-commonjs
|
transform-modules-commonjs
|
||||||
proposal-dynamic-import
|
proposal-dynamic-import
|
||||||
|
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -62,14 +62,14 @@ Using polyfills with `usage-global` method:
|
|||||||
regenerator: `DEBUG` option
|
regenerator: `DEBUG` option
|
||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "90",
|
"android": "94",
|
||||||
"chrome": "89",
|
"chrome": "91",
|
||||||
"edge": "90",
|
"edge": "92",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "12.2",
|
||||||
"opera": "75",
|
"opera": "78",
|
||||||
"safari": "14",
|
"safari": "13.1",
|
||||||
"samsung": "13"
|
"samsung": "14"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
43
yarn.lock
43
yarn.lock
@ -493,7 +493,7 @@ __metadata:
|
|||||||
"@babel/helper-plugin-test-runner": "workspace:^"
|
"@babel/helper-plugin-test-runner": "workspace:^"
|
||||||
"@babel/helper-validator-option": "workspace:^"
|
"@babel/helper-validator-option": "workspace:^"
|
||||||
"@types/semver": ^5.5.0
|
"@types/semver": ^5.5.0
|
||||||
browserslist: ^4.16.6
|
browserslist: ^4.17.5
|
||||||
semver: "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
semver: "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@babel/core": ^7.0.0
|
"@babel/core": ^7.0.0
|
||||||
@ -6092,18 +6092,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"browserslist@npm:4.16.6":
|
"browserslist@npm:4.17.5":
|
||||||
version: 4.16.6
|
version: 4.17.5
|
||||||
resolution: "browserslist@npm:4.16.6"
|
resolution: "browserslist@npm:4.17.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: ^1.0.30001219
|
caniuse-lite: ^1.0.30001271
|
||||||
colorette: ^1.2.2
|
electron-to-chromium: ^1.3.878
|
||||||
electron-to-chromium: ^1.3.723
|
|
||||||
escalade: ^3.1.1
|
escalade: ^3.1.1
|
||||||
node-releases: ^1.1.71
|
node-releases: ^2.0.1
|
||||||
|
picocolors: ^1.0.0
|
||||||
bin:
|
bin:
|
||||||
browserslist: cli.js
|
browserslist: cli.js
|
||||||
checksum: 3dffc86892d2dcfcfc66b52519b7e5698ae070b4fc92ab047e760efc4cae0474e9e70bbe10d769c8d3491b655ef3a2a885b88e7196c83cc5dc0a46dfdba8b70c
|
checksum: 0a1d762305c39dd317bb21e3159f44250bb1029a497f9a901ef5066f909263372eaacda58fd39174121c2741c0c32a7e6ace04df9172abe22c2fb69eba139a01
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -6296,10 +6296,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"caniuse-lite@npm:1.0.30001235":
|
"caniuse-lite@npm:1.0.30001274":
|
||||||
version: 1.0.30001235
|
version: 1.0.30001274
|
||||||
resolution: "caniuse-lite@npm:1.0.30001235"
|
resolution: "caniuse-lite@npm:1.0.30001274"
|
||||||
checksum: 4703293ada758a8e73e5dae0a988a3247b7a9d80e6d4cad38ca9347f54767fcee4e9e627f05926dde50e9de0fec305c603959ee78a4f8f92bfe0dce309df2b01
|
checksum: 75790d021edbc68dbb36c0bc63255fad1e7aa3986039e685d10340e7e9a37147b0ddedaba22cf6c52b3657cca794ed41af88045ad5cce79084e9361e95f1c5d4
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -6671,7 +6671,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"colorette@npm:^1.2.1, colorette@npm:^1.2.2":
|
"colorette@npm:^1.2.1":
|
||||||
version: 1.2.2
|
version: 1.2.2
|
||||||
resolution: "colorette@npm:1.2.2"
|
resolution: "colorette@npm:1.2.2"
|
||||||
checksum: 69fec14ddaedd0f5b00e4bae40dc4bc61f7050ebdc82983a595d6fd64e650b9dc3c033fff378775683138e992e0ddd8717ac7c7cec4d089679dcfbe3cd921b04
|
checksum: 69fec14ddaedd0f5b00e4bae40dc4bc61f7050ebdc82983a595d6fd64e650b9dc3c033fff378775683138e992e0ddd8717ac7c7cec4d089679dcfbe3cd921b04
|
||||||
@ -11929,10 +11929,10 @@ fsevents@^1.2.7:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"node-releases@npm:^1.1.71":
|
"node-releases@npm:^2.0.1":
|
||||||
version: 1.1.71
|
version: 2.0.1
|
||||||
resolution: "node-releases@npm:1.1.71"
|
resolution: "node-releases@npm:2.0.1"
|
||||||
checksum: a6ab18069e43d70b811fa7f12b397619f2003f78ac2ed0affa30876880ca3036a191d33679d93baac166afa12a7b1b1716e13f3c82c0f0fa09e2c83db3f91faf
|
checksum: b20dd8d4bced11f75060f0387e05e76b9dc4a0451f7bb3516eade6f50499ea7768ba95d8a60d520c193402df1e58cb3fe301510cc1c1ad68949c3d57b5149866
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -12654,6 +12654,13 @@ fsevents@^1.2.7:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"picocolors@npm:^1.0.0":
|
||||||
|
version: 1.0.0
|
||||||
|
resolution: "picocolors@npm:1.0.0"
|
||||||
|
checksum: a2e8092dd86c8396bdba9f2b5481032848525b3dc295ce9b57896f931e63fc16f79805144321f72976383fc249584672a75cc18d6777c6b757603f372f745981
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.2, picomatch@npm:^2.2.3":
|
"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.2, picomatch@npm:^2.2.3":
|
||||||
version: 2.3.0
|
version: 2.3.0
|
||||||
resolution: "picomatch@npm:2.3.0"
|
resolution: "picomatch@npm:2.3.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user