Versions in this module Expand all Collapse all v0 v0.2.0 Aug 26, 2026 v0.1.0 Aug 17, 2026 Changes in this version + func Deparse(tree *ast.ParseResult) (result string, err error) + func DeparseWithEmpties(tree *ast.ParseResult, empties map[any]bool) (result string, err error) + func QuoteIdentifier(ident string) string