oxc/crates/oxc_traverse/scripts
overlookmotel de4c7726f9 refactor(traverse)!: rename Ancestor::is_via_* methods to is_parent_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`.
2024-12-20 03:10:22 +00:00
..
lib refactor(traverse)!: rename Ancestor::is_via_* methods to is_parent_of_* (#8031) 2024-12-20 03:10:22 +00:00
build.mjs build(traverse): generate files in parallel (#7281) 2024-11-14 23:04:53 +00:00
package.json