Add AST_PROP_GROUP in version 70. The type information is deliberately left out of versions < 70. `children['type']` is a Node describing the type of the property group, or null
Add AST_PROP_GROUP in version 70. The type information is deliberately left out of versions < 70. `children['type']` is a Node describing the type of the property group, or null. `children['props']` is the AST_PROP_DECL. The property visibility modifier flags were moved to the AST_PROP_GROUP. Update package.xml
show more ...
|