Replace else with fall through
This commit is contained in:
parent
4cbd22a15f
commit
100b38784d
@ -366,9 +366,8 @@ export default class ExpressionParser extends LValParser {
|
|||||||
startLoc,
|
startLoc,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
} else {
|
|
||||||
return this.parseExprOpBaseRightExpr(op, prec, noIn);
|
|
||||||
}
|
}
|
||||||
|
// falls through
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return this.parseExprOpBaseRightExpr(op, prec, noIn);
|
return this.parseExprOpBaseRightExpr(op, prec, noIn);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user