oxc/crates/oxc_semantic/tests/integration/snapshots/arrow_expressions.snap

43 lines
686 B
Text

---
source: crates/oxc_semantic/tests/integration/cfg.rs
expression: snapshot
input_file: crates/oxc_semantic/tests/integration/cfg_fixtures/arrow_expressions.js
---
bb0: {
}
bb1: {
statement
statement
}
bb2: {
}
bb3: {
statement
}
bb4: {
}
bb5: {
statement
}
digraph {
0 [ label = "" ]
1 [ label = "ExpressionStatement\nVariableDeclaration" ]
2 [ label = "" ]
3 [ label = "ExpressionStatement" ]
4 [ label = "" ]
5 [ label = "ExpressionStatement" ]
1 -> 0 [ label = "Error(Implicit)" ]
3 -> 2 [ label = "Error(Implicit)" ]
1 -> 3 [ label = "NewFunction" ]
5 -> 4 [ label = "Error(Implicit)" ]
1 -> 5 [ label = "NewFunction" ]
}