This commit is contained in:
Brian Ng
2018-05-25 16:53:23 -05:00
committed by GitHub
parent f0283572a5
commit f699f1bbbf
7 changed files with 15 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ toFastProperties(NODE_FIELDS);
toFastProperties(BUILDER_KEYS);
toFastProperties(DEPRECATED_KEYS);
const TYPES = Object.keys(VISITOR_KEYS)
const TYPES: Array<string> = Object.keys(VISITOR_KEYS)
.concat(Object.keys(FLIPPED_ALIAS_KEYS))
.concat(Object.keys(DEPRECATED_KEYS));