visit decorators key for ClassProperty nodes

This commit is contained in:
Sebastian McKenzie 2015-04-28 00:05:10 +01:00
parent c00f8dce3f
commit 0276c3ae81

View File

@ -79,7 +79,7 @@
"ArrayTypeAnnotation": ["elementType"],
"BooleanTypeAnnotation": [],
"ClassImplements": ["id", "typeParameters"],
"ClassProperty": ["key", "value", "typeAnnotation"],
"ClassProperty": ["key", "value", "typeAnnotation", "decorators"],
"DeclareClass": ["id", "typeParameters", "extends", "body"],
"DeclareFunction": ["id"],
"DeclareModule": ["id", "body"],