oxc/crates/oxc_semantic/tests/integration
DonIsaac 834ee2aa6c fix(semantic): TSConditionalType scope enter/exit locations (#6351)
Fixes the same problem as #6270, but uses `#[scope(enter_before)]` and `#[scope(exit_after)]` to correct scope entry/exit locations.
2024-10-09 01:34:46 +00:00
..
cfg_fixtures
snapshots feat(cfg): color-code edges in CFG dot diagrams (#6314) 2024-10-07 02:43:30 +00:00
util refactor(semantic): rename vars from ast_node_id to node_id (#6304) 2024-10-06 01:03:48 +00:00
cfg.rs
classes.rs
main.rs
modules.rs fix(parser): string ImportSpecifiers for type imports (#6352) 2024-10-08 08:17:30 +00:00
scopes.rs fix(semantic): TSConditionalType scope enter/exit locations (#6351) 2024-10-09 01:34:46 +00:00
symbols.rs fix(semantic): add interfaces and functions to SymbolFlags::ClassExcludes (#6057) 2024-09-27 05:57:03 +00:00