oxc/crates/oxc_semantic/tests/snapshots/cfg__cfg_files@arrow_expressions.js-2.snap
Boshen 889837704c
feat(semantic): cfg prototype (#2019)
Co-authored-by: U9G <git@u9g.dev>
2024-01-25 20:19:35 +08:00

13 lines
261 B
Text

---
source: crates/oxc_semantic/tests/cfg.rs
expression: output.cfg_dot_diagram()
input_file: crates/oxc_semantic/tests/cfg_fixtures/arrow_expressions.js
---
digraph {
0 [ label = ""]
1 [ label = ""]
2 [ label = ""]
0 -> 1 [ ]
0 -> 2 [ ]
}