Skip to content

Commit

Permalink
[babel] coalese some versions to prevent breaking yarn install (#74864)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 12, 2020
1 parent 2e5140d commit c97916e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 938 deletions.
4 changes: 2 additions & 2 deletions packages/kbn-pm/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -15530,7 +15530,7 @@ function isIdentifierName(name) {
}
}

return true;
return !isFirst;
}

/***/ }),
Expand Down
Loading

0 comments on commit c97916e

Please sign in to comment.