Franco Ponticelli

Results 24 issues of Franco Ponticelli

With some macro love, the example: ``` haxe var expr = Parser.parse('1 + x / y'); ``` Could become: ``` haxe var expr = Parser.parse(1 + x / y); ```...

It would be nice to have a Node.toString() feature. It should not be difficult to write by adding dom4.util. Serializer. serializeNodeToString(). Are you open to get a PR for this?...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug My project exports many files individually and doesn't have...