add ExistentialTypeParam - fixes #2587
This commit is contained in:
@@ -79,6 +79,10 @@ defineType("DeclareVariable", {
|
||||
}
|
||||
});
|
||||
|
||||
defineType("ExistentialTypeParam", {
|
||||
aliases: ["Flow"]
|
||||
});
|
||||
|
||||
defineType("FunctionTypeAnnotation", {
|
||||
visitor: ["typeParameters", "params", "rest", "returnType"],
|
||||
aliases: ["Flow"],
|
||||
|
||||
Reference in New Issue
Block a user