add Expression alias to TypeCastExpression - fixes #2889
This commit is contained in:
parent
bab696c365
commit
59759f28bb
@ -205,7 +205,7 @@ defineType("TypeAnnotation", {
|
||||
|
||||
defineType("TypeCastExpression", {
|
||||
visitor: ["expression", "typeAnnotation"],
|
||||
aliases: ["Flow", "ExpressionWrapper"],
|
||||
aliases: ["Flow", "ExpressionWrapper", "Expression"],
|
||||
fields: {
|
||||
// todo
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user