-
-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(traverse)!: rename
Ancestor::is_via_*
methods to `is_paren…
…t_of_*` (#8031) Rename these methods. `is_via_*` is confusing as hell. `is_parent_of_*` is more descriptive. `Ancestor::is_parent_of_statement` tells you if *previous* `Ancestor` is a `Statement`.
- Loading branch information
1 parent
f1adf9f
commit de4c772
Showing
3 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters