oxc/crates/oxc_semantic/examples
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
..
cfg.rs improvement(semantic/cfg): rework basic blocks. (#3381) 2024-06-06 05:41:01 +00:00
simple.rs refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00