Add support for this type to Babel 6.x
This commit is contained in:
@@ -174,6 +174,11 @@ defineType("StringTypeAnnotation", {
|
||||
}
|
||||
});
|
||||
|
||||
defineType("ThisTypeAnnotation", {
|
||||
aliases: ["Flow", "FlowBaseAnnotation"],
|
||||
fields: {}
|
||||
});
|
||||
|
||||
defineType("TupleTypeAnnotation", {
|
||||
visitor: ["types"],
|
||||
aliases: ["Flow"],
|
||||
|
||||
Reference in New Issue
Block a user