oxc/crates/oxc_traverse/scripts/lib
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
..
ancestor.mjs refactor(traverse)!: rename Ancestor::is_via_* methods to is_parent_of_* (#8031) 2024-12-20 03:10:22 +00:00
parse.mjs feat(ast_tools): support #[scope(exit_before)] (#6350) 2024-10-09 01:34:44 +00:00
scopes_collector.mjs refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
traverse.mjs refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
utils.mjs chore(traverse): add JSDoc type hints to JS codegen scripts (#6375) 2024-10-08 21:00:34 +00:00
walk.mjs feat(traverse): add generate_uid_in_current_hoist_scope method (#7423) 2024-11-26 11:21:36 +00:00