[babel] coalese some versions to prevent breaking yarn install (#74864)

Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Spencer 2020-08-12 12:45:49 -07:00 committed by GitHub
parent 2e5140d67b
commit c97916ea81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 938 deletions

View file

@ -15108,7 +15108,7 @@ function getMarkerLines(loc, source, opts) {
column: 0,
line: -1
}, loc.start);
const endLoc = Object.assign({}, startLoc, {}, loc.end);
const endLoc = Object.assign({}, startLoc, loc.end);
const {
linesAbove = 2,
linesBelow = 3
@ -15530,7 +15530,7 @@ function isIdentifierName(name) {
}
}
return true;
return !isFirst;
}
/***/ }),

987
yarn.lock

File diff suppressed because it is too large Load diff