oxc/crates/oxc_semantic/tests
overlookmotel f2b8d82499 refactor(semantic)!: ScopeTree::get_child_ids + get_child_ids_mut return value not Option (#5058)
Previously `ScopeTree::get_child_ids` and `ScopeTree::get_child_ids_mut` returned an `Option`. Instead return the unwrapped value, in line with other methods e.g. `get_flags`.
2024-08-22 05:57:55 +00:00
..
fixtures/typescript-eslint refactor(semantic): rename fields in snapshots from flag to flags (#5032) 2024-08-21 00:19:59 +00:00
integration refactor(semantic)!: ScopeTree::get_child_ids + get_child_ids_mut return value not Option (#5058) 2024-08-22 05:57:55 +00:00
main.rs refactor(semantic)!: ScopeTree::get_child_ids + get_child_ids_mut return value not Option (#5058) 2024-08-22 05:57:55 +00:00