Re-add support for local Flow bindings (TypeAlias, OpaqueTypeAlias and Interface) (#7900)

This commit is contained in:
Rubén Norte
2018-05-17 18:54:14 +01:00
committed by Logan Smyth
parent af7ab71486
commit bc6f0f989d
3 changed files with 71 additions and 9 deletions

View File

@@ -74,6 +74,9 @@ getBindingIdentifiers.keys = {
DeclareFunction: ["id"],
DeclareModule: ["id"],
DeclareVariable: ["id"],
DeclareInterface: ["id"],
DeclareTypeAlias: ["id"],
DeclareOpaqueType: ["id"],
InterfaceDeclaration: ["id"],
TypeAlias: ["id"],
OpaqueType: ["id"],