Conversation
Test Results 318 files - 632 318 suites - 632 2m 46s ⏱️ - 5m 39s Results for commit 83ec4d5. ± Comparison against base commit aef8032. This pull request removes 462 and adds 128 tests. Note that renamed tests count towards both.This pull request skips 1 test. |
There was a problem hiding this comment.
Thank you!
As an aside:
It could be great to add an API that allows users to pass their own string builder for flexibility. That allows things like reserving the capacity needed, or reusing string builders, which we both currently do in a custom printer.
public static StringBuilder printAst(Node node, StringBuilder out) {
printAstTo(node, out);
return out
}
We have and Maybe not super fluent but possible |
No description provided.