* Add support for object type spread * Type spread: remove variance and add stripping test * Fix tests
This commit is contained in:
committed by
Henry Zhu
parent
a1a795321a
commit
60adcd68a0
@@ -308,6 +308,14 @@ defineType("ObjectTypeProperty", {
|
||||
}
|
||||
});
|
||||
|
||||
defineType("ObjectTypeSpreadProperty", {
|
||||
visitor: ["argument"],
|
||||
aliases: ["Flow", "UserWhitespacable"],
|
||||
fields: {
|
||||
// todo
|
||||
},
|
||||
});
|
||||
|
||||
defineType("QualifiedTypeIdentifier", {
|
||||
visitor: ["id", "qualification"],
|
||||
aliases: ["Flow"],
|
||||
|
||||
Reference in New Issue
Block a user