address review comments
This commit is contained in:
parent
9d890f57bb
commit
8b19c74606
@ -40,10 +40,9 @@ const interpolateAllResults = (rawBrowsers, tests) => {
|
|||||||
let prevBrowser;
|
let prevBrowser;
|
||||||
let result;
|
let result;
|
||||||
let prevResult;
|
let prevResult;
|
||||||
let bid;
|
|
||||||
let prevBid;
|
let prevBid;
|
||||||
|
|
||||||
for (bid in rawBrowsers) {
|
for (const bid in rawBrowsers) {
|
||||||
// For browsers that are essentially equal to other browsers,
|
// For browsers that are essentially equal to other browsers,
|
||||||
// copy over the results.
|
// copy over the results.
|
||||||
browser = rawBrowsers[bid];
|
browser = rawBrowsers[bid];
|
||||||
@ -161,11 +160,6 @@ const getLowestImplementedVersion = ({ features }, env) => {
|
|||||||
|
|
||||||
const envTests = tests
|
const envTests = tests
|
||||||
.map(({ res: test, name, isBuiltIn }, i) => {
|
.map(({ res: test, name, isBuiltIn }, i) => {
|
||||||
|
|
||||||
if (name === "const/basic support") {
|
|
||||||
console.log(test);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Babel itself doesn't implement the feature correctly,
|
// Babel itself doesn't implement the feature correctly,
|
||||||
// don't count against it
|
// don't count against it
|
||||||
// only doing this for built-ins atm
|
// only doing this for built-ins atm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user