pub fn format_ast(root: &SyntaxNode) -> String
Expand description
Formats a SyntaxNode
as a debug AST string with 2-space indentation.
pub fn format_ast(root: &SyntaxNode) -> String
Formats a SyntaxNode
as a debug AST string with 2-space indentation.