oxc/crates/oxc_semantic/tests/integration/util
rzvxa 209a99d49f improvement(semantic/cfg): rework basic blocks. (#3381)
I've replaced the `BasicBlockElement` with an `Instruction` type which would keep both the instruction kind and its associated AstNodeId.
I also removed the register scheme in the control flow in favor of a simpler approach using explicit enums.

https://github.com/oxc-project/oxc/pull/3381#issuecomment-2126622774
2024-06-06 05:41:01 +00:00
..
class_tester.rs
expect.rs
mod.rs improvement(semantic/cfg): rework basic blocks. (#3381) 2024-06-06 05:41:01 +00:00
symbol_tester.rs