ClickHouse / ClickHouse/clickhouse-js-parser
format() should accept any AST node, not just top-level statements
Open
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 1
- Avg merge
- 4h 16m
- Merged PRs (30d)
- 2
Description
It would be useful if the format() function accepted any AST node kind, instead of just Statement[]. This would allow consistent formatting of arbitrary expressions, which may not be full statements.
Contributor guide
Assessment
This issue has not been assessed yet.