add Statement and Declaration aliases to flow types - fixes #1401
This commit is contained in:
parent
4e87809ff9
commit
574e6da132
@ -80,15 +80,15 @@
|
||||
"ArrayTypeAnnotation": ["Flow"],
|
||||
"BooleanTypeAnnotation": ["Flow"],
|
||||
"ClassImplements": ["Flow"],
|
||||
"DeclareClass": ["Flow"],
|
||||
"DeclareFunction": ["Flow"],
|
||||
"DeclareModule": ["Flow"],
|
||||
"DeclareVariable": ["Flow"],
|
||||
"DeclareClass": ["Flow", "Statement"],
|
||||
"DeclareFunction": ["Flow", "Statement"],
|
||||
"DeclareModule": ["Flow", "Statement"],
|
||||
"DeclareVariable": ["Flow", "Statement"],
|
||||
"FunctionTypeAnnotation": ["Flow"],
|
||||
"FunctionTypeParam": ["Flow"],
|
||||
"GenericTypeAnnotation": ["Flow"],
|
||||
"InterfaceExtends": ["Flow"],
|
||||
"InterfaceDeclaration": ["Flow"],
|
||||
"InterfaceDeclaration": ["Flow", "Statement", "Declaration"],
|
||||
"IntersectionTypeAnnotation": ["Flow"],
|
||||
"NullableTypeAnnotation": ["Flow"],
|
||||
"NumberTypeAnnotation": ["Flow"],
|
||||
@ -96,7 +96,7 @@
|
||||
"StringTypeAnnotation": ["Flow"],
|
||||
"TupleTypeAnnotation": ["Flow"],
|
||||
"TypeofTypeAnnotation": ["Flow"],
|
||||
"TypeAlias": ["Flow"],
|
||||
"TypeAlias": ["Flow", "Statement"],
|
||||
"TypeAnnotation": ["Flow"],
|
||||
"TypeCastExpression": ["Flow"],
|
||||
"TypeParameterDeclaration": ["Flow"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user