Rename flow AST Type ExistentialTypeParam to ExistsTypeAnnotation (#322)
This commit is contained in:
committed by
Daniel Tschinder
parent
bd001767fb
commit
c424156751
@@ -676,7 +676,7 @@ pp.flowParsePrimaryType = function () {
|
||||
|
||||
case tt.star:
|
||||
this.next();
|
||||
return this.finishNode(node, "ExistentialTypeParam");
|
||||
return this.finishNode(node, "ExistsTypeAnnotation");
|
||||
|
||||
default:
|
||||
if (this.state.type.keyword === "typeof") {
|
||||
|
||||
Reference in New Issue
Block a user