This commit is contained in:
Brian Ng
2018-10-10 12:29:23 -05:00
committed by GitHub
parent 842c164be5
commit ce1a6526e5
3 changed files with 5 additions and 5 deletions

View File

@@ -398,7 +398,7 @@ export type ObjectMemberBase = NodeBase & {
decorators: $ReadOnlyArray<Decorator>,
kind?: "get" | "set" | "method",
method: boolean, // TODO: Not in spec
typeParameters?: ?TypeParameterInstantiationBase, // TODO: Not in spec
variance?: ?FlowVariance, // TODO: Not in spec
};