Skip to content

Commit

Permalink
Flow :/
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 27, 2022
1 parent ea8a199 commit ffc98e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/plugins/typescript/index.js
Expand Up @@ -2274,7 +2274,7 @@ export default (superClass: Class<Parser>): Class<Parser> =>
leftStartLoc: Position,
minPrec: number,
) {
let isSatisfies: boolean;
let isSatisfies: ?boolean;
if (
tokenOperatorPrecedence(tt._in) > minPrec &&
!this.hasPrecedingLineBreak() &&
Expand Down

0 comments on commit ffc98e5

Please sign in to comment.