mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
13 lines
261 B
Text
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 [ ]
|
|
}
|
|
|