mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| README.md | 2 years ago | |
README.md
Visitors
This directory contains various types that implement the visitor pattern for
various ASTs. A few of these, such as the evaluator and the serializer,
implement critical business logic for the Sass compiler. Most of the rest are
either small utilities or base classes for small utilities that need to run over
an AST to determine some kind of information about it. Some are even entirely
unused within Sass itself, and exist only to support users of the sass_api
package.