History log of /php-ast/scripts/generate_ast_stub.php (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.0.5, v1.0.4, v1.0.3, v1.0.2, v1.0.1
# 7fe259ed 12-Jan-2019 Tyson Andre

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 ...


Revision tags: v1.0.0, v0.1.7, v0.1.6, v0.1.5, v0.1.4, v0.1.3, v0.1.2
# 8dc57ab1 15-Dec-2015 Nikita Popov

Add script to generate stubs

Move both gen scripts into common scripts/ folder.