dart-sass/pkg/sass_api/doc/visitor.md
2021-07-30 18:23:14 -07:00

531 B

Classes that implement the visitor pattern for traversing the Sass AST. Callers can either implement interfaces like StatementVisitor from scratch to handle all Sass node types, or extend helper classes like RecursiveStatementVisitor which traverse the entire AST to handle only specific nodes.