committed by
Henry Zhu
parent
759266a2e8
commit
03b3b39b17
@@ -958,7 +958,8 @@ export default (superClass: Class<Parser>): Class<Parser> => class extends super
|
||||
this.state.inType = true;
|
||||
const type = this.flowParseUnionType();
|
||||
this.state.inType = oldInType;
|
||||
this.state.exprAllowed = false;
|
||||
// noAnonFunctionType is true when parsing an arrow function
|
||||
this.state.exprAllowed = this.state.noAnonFunctionType;
|
||||
return type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user