We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently indents are calculated as we go, and the entire output is returned as a single string.
It makes sense to separate this into a couple distinct phases:
Expose access to renderer at all phases. Allow consumers of library to, for example, get a iterable tree of output tags, instead of a string.
Each node should include a copy of the parser's AST node it was generated from, as a reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently indents are calculated as we go, and the entire output is returned as a single string.
It makes sense to separate this into a couple distinct phases:
Expose access to renderer at all phases. Allow consumers of library to, for example, get a iterable tree of output tags, instead of a string.
Each node should include a copy of the parser's AST node it was generated from, as a reference.
The text was updated successfully, but these errors were encountered: