diff --git a/src/babel/types/visitor-keys.json b/src/babel/types/visitor-keys.json index bba5f3b61f..c0d52cab62 100644 --- a/src/babel/types/visitor-keys.json +++ b/src/babel/types/visitor-keys.json @@ -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"],