File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Table of Contents
10
10
* [ API overview] ( #api-overview )
11
11
* [ Basic usage] ( #basic-usage )
12
12
* [ Example] ( #example )
13
- * [ Metadata] ( #introspection )
13
+ * [ Metadata] ( #metadata )
14
14
* [ Flags] ( #flags )
15
15
* [ AST node kinds] ( #ast-node-kinds )
16
16
* [ AST versioning] ( #ast-versioning )
Original file line number Diff line number Diff line change 23
23
</stability >
24
24
<license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
25
25
<notes >
26
- - XXX
26
+ - Added ast\get_metadata() function, which returns an array of ast\Metadata objects, one for each
27
+ AST kind. The metadata contains information such as the supported flags for the kind.
28
+ - Added ast\get_supported_versions() function, which provides an array of currently supported AST
29
+ versions.
27
30
</notes >
28
31
<contents >
29
32
<dir name =" /" >
59
62
<file name =" empty_file_parse.phpt" role =" test" />
60
63
<file name =" generator_flag.phpt" role =" test" />
61
64
<file name =" get_kind_name.phpt" role =" test" />
65
+ <file name =" get_supported_versions.phpt" role =" test" />
62
66
<file name =" invalid_file.php" role =" test" />
63
67
<file name =" magic_constants.phpt" role =" test" />
64
68
<file name =" metadata.phpt" role =" test" />
You can’t perform that action at this time.
0 commit comments