Support printing of the "null" AST
might be helpful for completeness.
Dumper.read(null) /* ... */ .dumpAsPNG("file.png"));
should create either an empty diagram or a single null
node, depending on the settings.
GitLab update scheduled for Friday, March 31st between 08:15 and 08:45 CEST. If unpleasant, please contact René or Martin.
might be helpful for completeness.
Dumper.read(null) /* ... */ .dumpAsPNG("file.png"));
should create either an empty diagram or a single null
node, depending on the settings.