Skip to content

Commit

Permalink
Fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 22, 2019
1 parent 09990f5 commit d74bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/plugins/flow.js
Expand Up @@ -1991,7 +1991,7 @@ export default (superClass: Class<Parser>): Class<Parser> =>
}
}

isAssignable(node: Node, isBinding?: boolean): boolean {
isAssignable(node: N.Node, isBinding?: boolean): boolean {
switch (node.type) {
case "Identifier":
case "ObjectPattern":
Expand Down

0 comments on commit d74bf5f

Please sign in to comment.