Update compat data dependencies (#13368)
* Bump browserslist from 4.16.4 to 4.16.5 Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.4 to 4.16.5. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.4...4.16.5) Signed-off-by: dependabot[bot] <support@github.com> * Update compat data packages * Update tests * Add to resolutions Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
parent
2b06883a5b
commit
342fec1a78
@ -80,8 +80,9 @@
|
|||||||
"test/runtime-integration/*"
|
"test/runtime-integration/*"
|
||||||
],
|
],
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"browserslist": "npm:4.16.4",
|
"browserslist": "npm:4.16.6",
|
||||||
"caniuse-lite": "npm:1.0.30001211",
|
"caniuse-lite": "npm:1.0.30001230",
|
||||||
|
"electron-to-chromium": "npm:1.3.738",
|
||||||
"glob-watcher/chokidar": "npm:^3.4.0",
|
"glob-watcher/chokidar": "npm:^3.4.0",
|
||||||
"@types/babel__core": "link:./nope",
|
"@types/babel__core": "link:./nope",
|
||||||
"@types/babel__traverse": "link:./nope",
|
"@types/babel__traverse": "link:./nope",
|
||||||
|
|||||||
@ -3,12 +3,14 @@
|
|||||||
"chrome": "91"
|
"chrome": "91"
|
||||||
},
|
},
|
||||||
"proposal-private-property-in-object": {
|
"proposal-private-property-in-object": {
|
||||||
"chrome": "91"
|
"chrome": "91",
|
||||||
|
"firefox": "90"
|
||||||
},
|
},
|
||||||
"proposal-class-properties": {
|
"proposal-class-properties": {
|
||||||
"chrome": "74",
|
"chrome": "74",
|
||||||
"opera": "62",
|
"opera": "62",
|
||||||
"edge": "79",
|
"edge": "79",
|
||||||
|
"firefox": "90",
|
||||||
"safari": "14.1",
|
"safari": "14.1",
|
||||||
"node": "12",
|
"node": "12",
|
||||||
"samsung": "11",
|
"samsung": "11",
|
||||||
@ -18,6 +20,8 @@
|
|||||||
"chrome": "84",
|
"chrome": "84",
|
||||||
"opera": "70",
|
"opera": "70",
|
||||||
"edge": "84",
|
"edge": "84",
|
||||||
|
"firefox": "90",
|
||||||
|
"safari": "tp",
|
||||||
"node": "14.6",
|
"node": "14.6",
|
||||||
"electron": "10.0"
|
"electron": "10.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -29,8 +29,8 @@
|
|||||||
"compat-data"
|
"compat-data"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@mdn/browser-compat-data": "^3.1.1",
|
"@mdn/browser-compat-data": "^3.3.4",
|
||||||
"core-js-compat": "^3.9.0",
|
"core-js-compat": "^3.9.0",
|
||||||
"electron-to-chromium": "1.3.672"
|
"electron-to-chromium": "^1.3.738"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
COMPAT_TABLE_COMMIT=bcf74805f08ef13371ebe3aa36030bed4cd9a902
|
COMPAT_TABLE_COMMIT=89a3aca56fe2a4ed355bec0a2e667d5df84a5a2c
|
||||||
GIT_HEAD=build/compat-table/.git/HEAD
|
GIT_HEAD=build/compat-table/.git/HEAD
|
||||||
|
|
||||||
if [ -d "build/compat-table" ]; then
|
if [ -d "build/compat-table" ]; then
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "workspace:^7.13.15",
|
"@babel/compat-data": "workspace:^7.13.15",
|
||||||
"@babel/helper-validator-option": "workspace:^7.12.17",
|
"@babel/helper-validator-option": "workspace:^7.12.17",
|
||||||
"browserslist": "^4.14.5",
|
"browserslist": "^4.16.6",
|
||||||
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@ -16,8 +16,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-class-properties { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-private-methods { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-private-methods { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
||||||
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
||||||
|
|||||||
@ -16,8 +16,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-class-properties { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-private-methods { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-private-methods { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
||||||
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
||||||
|
|||||||
@ -8,8 +8,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { safari }
|
proposal-class-properties { safari < tp }
|
||||||
proposal-private-methods { safari }
|
proposal-private-methods { safari < tp }
|
||||||
proposal-numeric-separator { safari < 13 }
|
proposal-numeric-separator { safari < 13 }
|
||||||
proposal-logical-assignment-operators { safari < 14 }
|
proposal-logical-assignment-operators { safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { safari < 13.1 }
|
proposal-nullish-coalescing-operator { safari < 13.1 }
|
||||||
|
|||||||
@ -8,8 +8,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { safari }
|
proposal-class-properties { safari < tp }
|
||||||
proposal-private-methods { safari }
|
proposal-private-methods { safari < tp }
|
||||||
proposal-numeric-separator { safari < 13 }
|
proposal-numeric-separator { safari < 13 }
|
||||||
proposal-logical-assignment-operators { safari < 14 }
|
proposal-logical-assignment-operators { safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { safari < 13.1 }
|
proposal-nullish-coalescing-operator { safari < 13.1 }
|
||||||
|
|||||||
@ -8,8 +8,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { safari }
|
proposal-class-properties { safari < tp }
|
||||||
proposal-private-methods { safari }
|
proposal-private-methods { safari < tp }
|
||||||
proposal-numeric-separator { safari < 13 }
|
proposal-numeric-separator { safari < 13 }
|
||||||
proposal-logical-assignment-operators { safari < 14 }
|
proposal-logical-assignment-operators { safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { safari < 13.1 }
|
proposal-nullish-coalescing-operator { safari < 13.1 }
|
||||||
|
|||||||
@ -8,8 +8,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { safari }
|
proposal-class-properties { safari < tp }
|
||||||
proposal-private-methods { safari }
|
proposal-private-methods { safari < tp }
|
||||||
proposal-numeric-separator { safari < 13 }
|
proposal-numeric-separator { safari < 13 }
|
||||||
proposal-logical-assignment-operators { safari < 14 }
|
proposal-logical-assignment-operators { safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { safari < 13.1 }
|
proposal-nullish-coalescing-operator { safari < 13.1 }
|
||||||
|
|||||||
@ -16,8 +16,8 @@ Using targets:
|
|||||||
Using modules transform: false
|
Using modules transform: false
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-class-properties { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-private-methods { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-private-methods { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
||||||
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
||||||
|
|||||||
@ -16,8 +16,8 @@ Using targets:
|
|||||||
Using modules transform: false
|
Using modules transform: false
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-class-properties { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-private-methods { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-private-methods { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
||||||
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
||||||
|
|||||||
@ -16,8 +16,8 @@ Using targets:
|
|||||||
Using modules transform: false
|
Using modules transform: false
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-class-properties { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-private-methods { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-private-methods { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
||||||
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
import "core-js/modules/es.array.reduce.js";
|
|
||||||
import "core-js/modules/es.array.reduce-right.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";
|
||||||
@ -80,7 +78,6 @@ 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,5 +1,3 @@
|
|||||||
import "core-js/modules/es.array.reduce.js";
|
|
||||||
import "core-js/modules/es.array.reduce-right.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";
|
||||||
@ -80,7 +78,6 @@ 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";
|
||||||
|
|||||||
@ -66,7 +66,6 @@ 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";
|
||||||
|
|||||||
@ -66,7 +66,6 @@ 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,5 +1,3 @@
|
|||||||
import "core-js/modules/es.array.reduce.js";
|
|
||||||
import "core-js/modules/es.array.reduce-right.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";
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
import "core-js/modules/es.string.match-all.js";
|
|
||||||
Array.from; // static method
|
Array.from; // static method
|
||||||
|
|
||||||
Map; // built-in
|
Map; // built-in
|
||||||
|
|||||||
@ -16,8 +16,8 @@ Using targets:
|
|||||||
Using modules transform: false
|
Using modules transform: false
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-class-properties { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-private-methods { android, chrome < 84, edge < 84, firefox, ios, node < 14.6, opera < 70, safari, samsung }
|
proposal-private-methods { android, chrome < 84, edge < 84, firefox < 90, ios, node < 14.6, opera < 70, safari < tp, samsung }
|
||||||
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
proposal-numeric-separator { android, chrome < 75, edge < 79, firefox < 70, ios < 13, opera < 62, safari < 13, samsung < 11 }
|
||||||
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
proposal-logical-assignment-operators { android, chrome < 85, edge < 85, firefox < 79, ios < 14, node < 15, opera < 71, safari < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
proposal-nullish-coalescing-operator { android, chrome < 80, edge < 80, firefox < 72, ios < 13.4, node < 14, opera < 67, safari < 13.1, samsung < 13 }
|
||||||
|
|||||||
@ -3,23 +3,23 @@
|
|||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { firefox, ios, safari, samsung }
|
proposal-class-properties { firefox < 90, ios, safari < tp, samsung }
|
||||||
proposal-private-methods { firefox, ios, safari, samsung }
|
proposal-private-methods { firefox < 90, ios, safari < tp, samsung }
|
||||||
syntax-numeric-separator
|
syntax-numeric-separator
|
||||||
proposal-logical-assignment-operators { firefox < 79, ios < 14, safari < 14, samsung }
|
proposal-logical-assignment-operators { firefox < 79, ios < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { samsung < 13 }
|
syntax-nullish-coalescing-operator
|
||||||
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
||||||
syntax-json-strings
|
syntax-json-strings
|
||||||
syntax-optional-catch-binding
|
syntax-optional-catch-binding
|
||||||
|
|||||||
@ -3,24 +3,24 @@
|
|||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ie": "11",
|
"ie": "11",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { firefox, ie, ios, safari, samsung }
|
proposal-class-properties { firefox < 90, ie, ios, safari < tp, samsung }
|
||||||
proposal-private-methods { firefox, ie, ios, safari, samsung }
|
proposal-private-methods { firefox < 90, ie, ios, safari < tp, samsung }
|
||||||
proposal-numeric-separator { ie }
|
proposal-numeric-separator { ie }
|
||||||
proposal-logical-assignment-operators { firefox < 79, ie, ios < 14, safari < 14, samsung }
|
proposal-logical-assignment-operators { firefox < 79, ie, ios < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { ie, samsung < 13 }
|
proposal-nullish-coalescing-operator { ie }
|
||||||
proposal-optional-chaining { android, chrome, edge, ie, opera, samsung }
|
proposal-optional-chaining { android, chrome, edge, ie, opera, samsung }
|
||||||
proposal-json-strings { ie }
|
proposal-json-strings { ie }
|
||||||
proposal-optional-catch-binding { ie }
|
proposal-optional-catch-binding { ie }
|
||||||
|
|||||||
@ -5,21 +5,21 @@ Using targets:
|
|||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "89",
|
"chrome": "89",
|
||||||
"edge": "89",
|
"edge": "89",
|
||||||
"firefox": "86",
|
"firefox": "87",
|
||||||
"ios": "13.4",
|
"ios": "14",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { firefox, ios, safari, samsung }
|
proposal-class-properties { firefox < 90, ios, safari < tp, samsung }
|
||||||
proposal-private-methods { firefox, ios, safari, samsung }
|
proposal-private-methods { firefox < 90, ios, safari < tp, samsung }
|
||||||
syntax-numeric-separator
|
syntax-numeric-separator
|
||||||
proposal-logical-assignment-operators { ios < 14, safari < 14, samsung }
|
proposal-logical-assignment-operators { samsung }
|
||||||
proposal-nullish-coalescing-operator { samsung < 13 }
|
syntax-nullish-coalescing-operator
|
||||||
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
||||||
syntax-json-strings
|
syntax-json-strings
|
||||||
syntax-optional-catch-binding
|
syntax-optional-catch-binding
|
||||||
|
|||||||
@ -13,8 +13,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, edge < 84, firefox, ie, ios, safari }
|
proposal-class-properties { chrome < 84, edge < 84, firefox < 90, ie, ios, safari < tp }
|
||||||
proposal-private-methods { chrome < 84, edge < 84, firefox, ie, ios, safari }
|
proposal-private-methods { chrome < 84, edge < 84, firefox < 90, ie, ios, safari < tp }
|
||||||
proposal-numeric-separator { chrome < 75, edge < 79, firefox < 70, ie, ios < 13, safari < 13 }
|
proposal-numeric-separator { chrome < 75, edge < 79, firefox < 70, ie, ios < 13, safari < 13 }
|
||||||
proposal-logical-assignment-operators { chrome < 85, edge < 85, firefox < 79, ie, ios < 14, safari < 14 }
|
proposal-logical-assignment-operators { chrome < 85, edge < 85, firefox < 79, ie, ios < 14, safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, edge < 80, firefox < 72, ie, ios < 13.4, safari < 13.1 }
|
proposal-nullish-coalescing-operator { chrome < 80, edge < 80, firefox < 72, ie, ios < 13.4, safari < 13.1 }
|
||||||
|
|||||||
@ -13,8 +13,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, edge < 84, firefox, ie, ios, safari }
|
proposal-class-properties { chrome < 84, edge < 84, firefox < 90, ie, ios, safari < tp }
|
||||||
proposal-private-methods { chrome < 84, edge < 84, firefox, ie, ios, safari }
|
proposal-private-methods { chrome < 84, edge < 84, firefox < 90, ie, ios, safari < tp }
|
||||||
proposal-numeric-separator { chrome < 75, edge < 79, firefox < 70, ie, ios < 13, safari < 13 }
|
proposal-numeric-separator { chrome < 75, edge < 79, firefox < 70, ie, ios < 13, safari < 13 }
|
||||||
proposal-logical-assignment-operators { chrome < 85, edge < 85, firefox < 79, ie, ios < 14, safari < 14 }
|
proposal-logical-assignment-operators { chrome < 85, edge < 85, firefox < 79, ie, ios < 14, safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, edge < 80, firefox < 72, ie, ios < 13.4, safari < 13.1 }
|
proposal-nullish-coalescing-operator { chrome < 80, edge < 80, firefox < 72, ie, ios < 13.4, safari < 13.1 }
|
||||||
|
|||||||
@ -9,8 +9,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { firefox, node < 14.6 }
|
proposal-class-properties { firefox < 90, node < 14.6 }
|
||||||
proposal-private-methods { firefox, node < 14.6 }
|
proposal-private-methods { firefox < 90, node < 14.6 }
|
||||||
proposal-numeric-separator { firefox < 70, node < 12.5 }
|
proposal-numeric-separator { firefox < 70, node < 12.5 }
|
||||||
proposal-logical-assignment-operators { firefox < 79, node < 15 }
|
proposal-logical-assignment-operators { firefox < 79, node < 15 }
|
||||||
proposal-nullish-coalescing-operator { firefox < 72, node < 14 }
|
proposal-nullish-coalescing-operator { firefox < 72, node < 14 }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -11,9 +11,9 @@ Using modules transform: auto
|
|||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { chrome < 91, firefox, ie }
|
proposal-class-static-block { chrome < 91, firefox, ie }
|
||||||
proposal-private-property-in-object { chrome < 91, firefox, ie }
|
proposal-private-property-in-object { chrome < 91, firefox < 90, ie }
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -11,9 +11,9 @@ Using modules transform: auto
|
|||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { chrome < 91, firefox, ie }
|
proposal-class-static-block { chrome < 91, firefox, ie }
|
||||||
proposal-private-property-in-object { chrome < 91, firefox, ie }
|
proposal-private-property-in-object { chrome < 91, firefox < 90, ie }
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -11,9 +11,9 @@ Using modules transform: auto
|
|||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { chrome < 91, firefox, ie }
|
proposal-class-static-block { chrome < 91, firefox, ie }
|
||||||
proposal-private-property-in-object { chrome < 91, firefox, ie }
|
proposal-private-property-in-object { chrome < 91, firefox < 90, ie }
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -11,9 +11,9 @@ Using modules transform: auto
|
|||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { chrome < 91, firefox, ie }
|
proposal-class-static-block { chrome < 91, firefox, ie }
|
||||||
proposal-private-property-in-object { chrome < 91, firefox, ie }
|
proposal-private-property-in-object { chrome < 91, firefox < 90, ie }
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
|
|||||||
@ -3,23 +3,23 @@
|
|||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { firefox, ios, safari, samsung }
|
proposal-class-properties { firefox < 90, ios, safari < tp, samsung }
|
||||||
proposal-private-methods { firefox, ios, safari, samsung }
|
proposal-private-methods { firefox < 90, ios, safari < tp, samsung }
|
||||||
syntax-numeric-separator
|
syntax-numeric-separator
|
||||||
proposal-logical-assignment-operators { firefox < 79, ios < 14, safari < 14, samsung }
|
proposal-logical-assignment-operators { firefox < 79, ios < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { samsung < 13 }
|
syntax-nullish-coalescing-operator
|
||||||
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
||||||
syntax-json-strings
|
syntax-json-strings
|
||||||
syntax-optional-catch-binding
|
syntax-optional-catch-binding
|
||||||
|
|||||||
@ -3,24 +3,24 @@
|
|||||||
Using targets:
|
Using targets:
|
||||||
{
|
{
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ie": "11",
|
"ie": "11",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { firefox, ie, ios, safari, samsung }
|
proposal-class-properties { firefox < 90, ie, ios, safari < tp, samsung }
|
||||||
proposal-private-methods { firefox, ie, ios, safari, samsung }
|
proposal-private-methods { firefox < 90, ie, ios, safari < tp, samsung }
|
||||||
proposal-numeric-separator { ie }
|
proposal-numeric-separator { ie }
|
||||||
proposal-logical-assignment-operators { firefox < 79, ie, ios < 14, safari < 14, samsung }
|
proposal-logical-assignment-operators { firefox < 79, ie, ios < 14, samsung }
|
||||||
proposal-nullish-coalescing-operator { ie, samsung < 13 }
|
proposal-nullish-coalescing-operator { ie }
|
||||||
proposal-optional-chaining { android, chrome, edge, ie, opera, samsung }
|
proposal-optional-chaining { android, chrome, edge, ie, opera, samsung }
|
||||||
proposal-json-strings { ie }
|
proposal-json-strings { ie }
|
||||||
proposal-optional-catch-binding { ie }
|
proposal-optional-catch-binding { ie }
|
||||||
|
|||||||
@ -5,21 +5,21 @@ Using targets:
|
|||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "89",
|
"chrome": "89",
|
||||||
"edge": "89",
|
"edge": "89",
|
||||||
"firefox": "86",
|
"firefox": "87",
|
||||||
"ios": "13.4",
|
"ios": "14",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { firefox, ios, safari, samsung }
|
proposal-class-properties { firefox < 90, ios, safari < tp, samsung }
|
||||||
proposal-private-methods { firefox, ios, safari, samsung }
|
proposal-private-methods { firefox < 90, ios, safari < tp, samsung }
|
||||||
syntax-numeric-separator
|
syntax-numeric-separator
|
||||||
proposal-logical-assignment-operators { ios < 14, safari < 14, samsung }
|
proposal-logical-assignment-operators { samsung }
|
||||||
proposal-nullish-coalescing-operator { samsung < 13 }
|
syntax-nullish-coalescing-operator
|
||||||
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
||||||
syntax-json-strings
|
syntax-json-strings
|
||||||
syntax-optional-catch-binding
|
syntax-optional-catch-binding
|
||||||
|
|||||||
@ -13,8 +13,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, edge < 84, firefox, ie, ios, safari }
|
proposal-class-properties { chrome < 84, edge < 84, firefox < 90, ie, ios, safari < tp }
|
||||||
proposal-private-methods { chrome < 84, edge < 84, firefox, ie, ios, safari }
|
proposal-private-methods { chrome < 84, edge < 84, firefox < 90, ie, ios, safari < tp }
|
||||||
proposal-numeric-separator { chrome < 75, edge < 79, firefox < 70, ie, ios < 13, safari < 13 }
|
proposal-numeric-separator { chrome < 75, edge < 79, firefox < 70, ie, ios < 13, safari < 13 }
|
||||||
proposal-logical-assignment-operators { chrome < 85, edge < 85, firefox < 79, ie, ios < 14, safari < 14 }
|
proposal-logical-assignment-operators { chrome < 85, edge < 85, firefox < 79, ie, ios < 14, safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, edge < 80, firefox < 72, ie, ios < 13.4, safari < 13.1 }
|
proposal-nullish-coalescing-operator { chrome < 80, edge < 80, firefox < 72, ie, ios < 13.4, safari < 13.1 }
|
||||||
|
|||||||
@ -13,8 +13,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, edge < 84, firefox, ie, ios, safari }
|
proposal-class-properties { chrome < 84, edge < 84, firefox < 90, ie, ios, safari < tp }
|
||||||
proposal-private-methods { chrome < 84, edge < 84, firefox, ie, ios, safari }
|
proposal-private-methods { chrome < 84, edge < 84, firefox < 90, ie, ios, safari < tp }
|
||||||
proposal-numeric-separator { chrome < 75, edge < 79, firefox < 70, ie, ios < 13, safari < 13 }
|
proposal-numeric-separator { chrome < 75, edge < 79, firefox < 70, ie, ios < 13, safari < 13 }
|
||||||
proposal-logical-assignment-operators { chrome < 85, edge < 85, firefox < 79, ie, ios < 14, safari < 14 }
|
proposal-logical-assignment-operators { chrome < 85, edge < 85, firefox < 79, ie, ios < 14, safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, edge < 80, firefox < 72, ie, ios < 13.4, safari < 13.1 }
|
proposal-nullish-coalescing-operator { chrome < 80, edge < 80, firefox < 72, ie, ios < 13.4, safari < 13.1 }
|
||||||
|
|||||||
@ -9,8 +9,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { firefox, node < 14.6 }
|
proposal-class-properties { firefox < 90, node < 14.6 }
|
||||||
proposal-private-methods { firefox, node < 14.6 }
|
proposal-private-methods { firefox < 90, node < 14.6 }
|
||||||
proposal-numeric-separator { firefox < 70, node < 12.5 }
|
proposal-numeric-separator { firefox < 70, node < 12.5 }
|
||||||
proposal-logical-assignment-operators { firefox < 79, node < 15 }
|
proposal-logical-assignment-operators { firefox < 79, node < 15 }
|
||||||
proposal-nullish-coalescing-operator { firefox < 72, node < 14 }
|
proposal-nullish-coalescing-operator { firefox < 72, node < 14 }
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -11,9 +11,9 @@ Using modules transform: auto
|
|||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { chrome < 91, firefox, ie }
|
proposal-class-static-block { chrome < 91, firefox, ie }
|
||||||
proposal-private-property-in-object { chrome < 91, firefox, ie }
|
proposal-private-property-in-object { chrome < 91, firefox < 90, ie }
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -63,13 +63,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -11,9 +11,9 @@ Using modules transform: auto
|
|||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { chrome < 91, firefox, ie }
|
proposal-class-static-block { chrome < 91, firefox, ie }
|
||||||
proposal-private-property-in-object { chrome < 91, firefox, ie }
|
proposal-private-property-in-object { chrome < 91, firefox < 90, ie }
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -63,13 +63,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -11,9 +11,9 @@ Using modules transform: auto
|
|||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { chrome < 91, firefox, ie }
|
proposal-class-static-block { chrome < 91, firefox, ie }
|
||||||
proposal-private-property-in-object { chrome < 91, firefox, ie }
|
proposal-private-property-in-object { chrome < 91, firefox < 90, ie }
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -63,13 +63,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -11,9 +11,9 @@ Using modules transform: auto
|
|||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-static-block { chrome < 91, firefox, ie }
|
proposal-class-static-block { chrome < 91, firefox, ie }
|
||||||
proposal-private-property-in-object { chrome < 91, firefox, ie }
|
proposal-private-property-in-object { chrome < 91, firefox < 90, ie }
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -63,13 +63,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -10,8 +10,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { chrome < 84, firefox, ie }
|
proposal-class-properties { chrome < 84, firefox < 90, ie }
|
||||||
proposal-private-methods { chrome < 84, firefox, ie }
|
proposal-private-methods { chrome < 84, firefox < 90, ie }
|
||||||
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
proposal-numeric-separator { chrome < 75, firefox < 70, ie }
|
||||||
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
proposal-logical-assignment-operators { chrome < 85, firefox < 79, ie }
|
||||||
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
proposal-nullish-coalescing-operator { chrome < 80, firefox < 72, ie }
|
||||||
@ -61,13 +61,13 @@ regenerator: `DEBUG` option
|
|||||||
|
|
||||||
Using targets: {
|
Using targets: {
|
||||||
"android": "89",
|
"android": "89",
|
||||||
"chrome": "87",
|
"chrome": "88",
|
||||||
"edge": "88",
|
"edge": "89",
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"ios": "13.4",
|
"ios": "13.4",
|
||||||
"opera": "74",
|
"opera": "74",
|
||||||
"safari": "13.1",
|
"safari": "14",
|
||||||
"samsung": "12"
|
"samsung": "13"
|
||||||
}
|
}
|
||||||
|
|
||||||
Using polyfills with `usage-global` method:
|
Using polyfills with `usage-global` method:
|
||||||
|
|||||||
@ -8,8 +8,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { safari }
|
proposal-class-properties { safari < tp }
|
||||||
proposal-private-methods { safari }
|
proposal-private-methods { safari < tp }
|
||||||
proposal-numeric-separator { safari < 13 }
|
proposal-numeric-separator { safari < 13 }
|
||||||
proposal-logical-assignment-operators { safari < 14 }
|
proposal-logical-assignment-operators { safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { safari < 13.1 }
|
proposal-nullish-coalescing-operator { safari < 13.1 }
|
||||||
|
|||||||
@ -8,8 +8,8 @@ Using targets:
|
|||||||
Using modules transform: auto
|
Using modules transform: auto
|
||||||
|
|
||||||
Using plugins:
|
Using plugins:
|
||||||
proposal-class-properties { safari }
|
proposal-class-properties { safari < tp }
|
||||||
proposal-private-methods { safari }
|
proposal-private-methods { safari < tp }
|
||||||
proposal-numeric-separator { safari < 13 }
|
proposal-numeric-separator { safari < 13 }
|
||||||
proposal-logical-assignment-operators { safari < 14 }
|
proposal-logical-assignment-operators { safari < 14 }
|
||||||
proposal-nullish-coalescing-operator { safari < 13.1 }
|
proposal-nullish-coalescing-operator { safari < 13.1 }
|
||||||
|
|||||||
53
yarn.lock
53
yarn.lock
@ -150,9 +150,9 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
|
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@mdn/browser-compat-data": ^3.1.1
|
"@mdn/browser-compat-data": ^3.3.4
|
||||||
core-js-compat: ^3.9.0
|
core-js-compat: ^3.9.0
|
||||||
electron-to-chromium: 1.3.672
|
electron-to-chromium: ^1.3.738
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -414,7 +414,7 @@ __metadata:
|
|||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-validator-option": "workspace:^7.12.17"
|
"@babel/helper-validator-option": "workspace:^7.12.17"
|
||||||
"@types/semver": ^5.5.0
|
"@types/semver": ^5.5.0
|
||||||
browserslist: ^4.14.5
|
browserslist: ^4.16.6
|
||||||
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
|
||||||
@ -3843,12 +3843,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@mdn/browser-compat-data@npm:^3.1.1":
|
"@mdn/browser-compat-data@npm:^3.3.4":
|
||||||
version: 3.1.1
|
version: 3.3.4
|
||||||
resolution: "@mdn/browser-compat-data@npm:3.1.1"
|
resolution: "@mdn/browser-compat-data@npm:3.3.4"
|
||||||
dependencies:
|
checksum: 8f0b894401ce97eefac805f93b2b6891fddd6b95eb1823bbda91315d662279b8bf991d78a4827c8debb7a76939abeaefb6d91d1ad84344124f0720d21fa18d68
|
||||||
extend: 3.0.2
|
|
||||||
checksum: 1e98cab2a160a65edd8ee16c5f10fda9d27df22a159666faa5a57fa0f64a152ced3926ab81f512b3dfe66af82291b58c9cf4b64d4443b2cca05664a4454d7910
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -6023,18 +6021,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"browserslist@npm:4.16.4":
|
"browserslist@npm:4.16.6":
|
||||||
version: 4.16.4
|
version: 4.16.6
|
||||||
resolution: "browserslist@npm:4.16.4"
|
resolution: "browserslist@npm:4.16.6"
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: ^1.0.30001208
|
caniuse-lite: ^1.0.30001219
|
||||||
colorette: ^1.2.2
|
colorette: ^1.2.2
|
||||||
electron-to-chromium: ^1.3.712
|
electron-to-chromium: ^1.3.723
|
||||||
escalade: ^3.1.1
|
escalade: ^3.1.1
|
||||||
node-releases: ^1.1.71
|
node-releases: ^1.1.71
|
||||||
bin:
|
bin:
|
||||||
browserslist: cli.js
|
browserslist: cli.js
|
||||||
checksum: 00071f51695eae0d33c6193f37af87c690e5049dc615aeebae32bd0a60ad64698f29b8a579667012a177bff532f6235f22d1a96bfb30bf6364631914e2d64294
|
checksum: ebb0ab279c5e61f882467f7ccd7d22c0edfcc01201eba06e85e835ca4d355e682f9aa3310bfa18c3a23bb244f0b8e498b3113dae3e9b0fa4908c5ffb4a26b3a2
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -6227,10 +6225,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"caniuse-lite@npm:1.0.30001211":
|
"caniuse-lite@npm:1.0.30001230":
|
||||||
version: 1.0.30001211
|
version: 1.0.30001230
|
||||||
resolution: "caniuse-lite@npm:1.0.30001211"
|
resolution: "caniuse-lite@npm:1.0.30001230"
|
||||||
checksum: 7222b15450c8f8227be02a2c3c28981f6ba58374e309e04eec12036b4dbc31cfa904a13a28fe505771024c0bb701ec320a4eab50db5c5c996b4c34c8594dab03
|
checksum: bb319bedf33722a2d16e28a7e0d13fabde59be4fccd48d80939254228c7a49059b74bd99b313596f75c997480f9097cc3e7cda7c7687e5a096bb9c75260c145d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -7288,17 +7286,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"electron-to-chromium@npm:1.3.672":
|
"electron-to-chromium@npm:1.3.738":
|
||||||
version: 1.3.672
|
version: 1.3.738
|
||||||
resolution: "electron-to-chromium@npm:1.3.672"
|
resolution: "electron-to-chromium@npm:1.3.738"
|
||||||
checksum: 99e374a0f3e0fc2dccb028133e7d02b820e3ada6d09fcde603082e679e6b999dd2f772273b7a2af46b926e5258f7dc2fcd7bef8f6ca8def568bf1a582254ce6f
|
checksum: efaab265c28df8ffa0741441ec7c9e53f03562af3453584eaeac53fa695ec169b3de1ab6698b2e0e54c3fed19558459ef0960672f94f32811c724a7c1c03417e
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"electron-to-chromium@npm:^1.3.712":
|
|
||||||
version: 1.3.717
|
|
||||||
resolution: "electron-to-chromium@npm:1.3.717"
|
|
||||||
checksum: 4ca745fa475cf2aef6877d31ad97a3adada13f04723a84f5954971052921dea5819c0cf0df9f2b7114521b8740ebfbe9b4e6ec86f995b056645f6267a8a4d42a
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -8064,7 +8055,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"extend@npm:3.0.2, extend@npm:^3.0.0, extend@npm:~3.0.2":
|
"extend@npm:^3.0.0, extend@npm:~3.0.2":
|
||||||
version: 3.0.2
|
version: 3.0.2
|
||||||
resolution: "extend@npm:3.0.2"
|
resolution: "extend@npm:3.0.2"
|
||||||
checksum: 1406da1f0c4b00b839497e4cdd0ec4303ce2ae349144b7c28064a5073c93ce8c08da4e8fb1bc5cb459ffcdff30a35fc0fe54344eb88320e70100c1baea6f195c
|
checksum: 1406da1f0c4b00b839497e4cdd0ec4303ce2ae349144b7c28064a5073c93ce8c08da4e8fb1bc5cb459ffcdff30a35fc0fe54344eb88320e70100c1baea6f195c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user