chris-l / php-unparser

A JavaScript based code generator, to unparse glayzzle/php-parser compatible AST back to code.
https://chris-l.github.io/php-unparser/
33 stars 12 forks source link

These files are missing. Not compatible with the latest php-parser #21

Open 54huige opened 5 years ago

54huige commented 5 years ago

CodeGen.prototype.classreference = require("./classreference.js"); CodeGen.prototype.expressionstatement = require("./expressionstatement.js"); CodeGen.prototype.encapsedpart = require("./encapsedpart.js");

54huige commented 5 years ago

Thousands of lines of PHP code, which I would like to contribute to test

ichiriac commented 5 years ago

Hi @54huige,

It's kind from you to help, it's a lot of work, and the parser is still in an alpha release, meaning some nodes may change, new nodes introduced , etc ...

It's better to wait at least a beta release in order to start to migrate or you may lose some time with regressions