parser-reflection icon indicating copy to clipboard operation
parser-reflection copied to clipboard

[Feature] AST-preserving node name resolving

Open lisachenko opened this issue 1 year ago • 0 comments

To make possible pretty-printing in the goaop/framework and AST transformation, goaop/parser-reflection should follow https://github.com/nikic/PHP-Parser/blob/master/doc/component/Pretty_printing.markdown#formatting-preserving-pretty-printing and stop replacing original nodes without cloning, instead resolvedName attribute should be used in the library to deal with resolved class names.

lisachenko avatar May 04 '24 08:05 lisachenko