Skip to content

Commit

Permalink
fix: remove redundant node
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 18, 2021
1 parent c934cad commit 9590768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel-parser/src/plugins/flow/index.js
Expand Up @@ -1549,7 +1549,6 @@ export default (superClass: Class<Parser>): Class<Parser> =>

case tt.plusMin:
if (this.state.value === "-") {
const node = this.startNode();
this.next();
if (this.match(tt.num)) {
return this.parseLiteralAtNode(
Expand Down

0 comments on commit 9590768

Please sign in to comment.