Test name, and remove todos

This commit is contained in:
Amjad Masad 2015-12-04 00:12:37 -08:00
parent 9c20ace184
commit 37797c4d50
2 changed files with 2 additions and 6 deletions

View File

@ -26,16 +26,12 @@ defineType("BooleanTypeAnnotation", {
defineType("BooleanLiteralTypeAnnotation", {
aliases: ["Flow"],
fields: {
// todo
}
fields: {}
});
defineType("NullLiteralTypeAnnotation", {
aliases: ["Flow"],
fields: {
// todo
}
fields: {}
});
defineType("ClassImplements", {