glayzzle / php-parser

:herb: NodeJS PHP Parser - extract AST or tokens
https://php-parser.glayzzle.com/
BSD 3-Clause "New" or "Revised" License
537 stars 71 forks source link

add a wiki page for all the available options/configs and what each is for ? #1047

Closed ctf0 closed 1 year ago

ctf0 commented 1 year ago

atm checking https://php-parser.glayzzle.com/guides/options doesnt show all the available options/config ex.php7 which am not sure if its even needed anymore.

or whats the diff between this two

parser: {
    locations: true,
},
ast: {
    withPositions: true
}
ctf0 commented 1 year ago

any news ?