oxc/crates/oxc_semantic/tests/integration
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
..
cfg_fixtures
snapshots feat(ast): improve AstKind::debug_name (#4553) 2024-08-03 21:22:05 +00:00
util refactor(semantic)!: rename SymbolTable::get_flag to get_flags (#5030) 2024-08-21 00:19:58 +00:00
cfg.rs chore(semantic): regenerate snapshot (#3757) 2024-06-19 09:28:31 +00:00
classes.rs
main.rs
modules.rs fix(semantic): non-exported namespace member symbols flagged as exported (#4493) 2024-07-27 08:46:21 +08:00
scopes.rs refactor(semantic)!: ScopeTree::get_child_ids + get_child_ids_mut return value not Option (#5058) 2024-08-22 05:57:55 +00:00
symbols.rs feat(semantic): check for invalid interface heritage clauses (#4928) 2024-08-16 02:30:09 +00:00