mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
18 lines
307 B
Text
18 lines
307 B
Text
---
|
|
source: crates/oxc_semantic/tests/integration/cfg.rs
|
|
expression: snapshot
|
|
input_file: crates/oxc_semantic/tests/integration/cfg_fixtures/new_and_meta.js
|
|
---
|
|
bb0: {
|
|
|
|
}
|
|
|
|
bb1: {
|
|
statement
|
|
}
|
|
|
|
digraph {
|
|
0 [ label = "" ]
|
|
1 [ label = "ExpressionStatement" ]
|
|
1 -> 0 [ label = "Error(Implicit)" ]
|
|
}
|