Crate ast_grep_config
source ·Structs
- A collection of rules to run one round of scanning. Rules will be grouped together based on their language, path globbing and pattern rule.
- A rule object to find matching AST nodes. We have three categories of rules in ast-grep.
Enums
- Represents a transformation that can be applied to a matched AST node. Available transformations are
substring,replaceandconvert.