oxc/crates/oxc_semantic/examples
rzvxa d8ad321687 refactor(semantic): make control flow generation optional. (#3737)
For maximum backward compatibility, we generate CFG by default.

Note: It can't be done with a simple method since lifetimes make it impossible(at least without unsafe trickery) I've tried to do it without a macro but it was just unintuitive.
2024-06-18 15:59:38 +00:00
..
cfg.rs refactor(semantic): make control flow generation optional. (#3737) 2024-06-18 15:59:38 +00:00
simple.rs chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00