diff --git a/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap b/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap index a0e039acb93bc4..6988bc7358edef 100644 --- a/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap +++ b/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_in_while.js-2.snap @@ -21,13 +21,13 @@ digraph { 4 -> 0 [ label = "Error(Implicit)" ] 5 -> 0 [ label = "Error(Implicit)" ] 4 -> 5 [ label = "Jump" ] - 6 -> 0 [ label = "Error(Implicit)" , style = "dotted" ] + 6 -> 0 [ label = "Error(Implicit)" ] 5 -> 6 [ label = "Unreachable" , style = "dotted" ] 7 -> 0 [ label = "Error(Implicit)" ] 8 -> 0 [ label = "Error(Implicit)" ] 7 -> 8 [ label = "Jump" ] 4 -> 7 [ label = "Normal" ] - 6 -> 7 [ label = "Normal" , style = "dotted" ] + 6 -> 7 [ label = "Normal" ] 3 -> 4 [ label = "Normal" ] 3 -> 7 [ label = "Normal" ] 9 -> 0 [ label = "Error(Implicit)" ] diff --git a/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_statement.js-2.snap b/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_statement.js-2.snap index 30af5749257911..7cbab061e6157e 100644 --- a/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_statement.js-2.snap +++ b/crates/oxc_semantic/tests/integration/snapshots/integration__cfg__cfg_files@switch_statement.js-2.snap @@ -33,7 +33,7 @@ digraph { 4 -> 2 [ label = "Error(Implicit)" ] 5 -> 2 [ label = "Error(Implicit)" ] 4 -> 5 [ label = "Jump" ] - 6 -> 2 [ label = "Error(Implicit)" , style = "dotted" ] + 6 -> 2 [ label = "Error(Implicit)" ] 5 -> 6 [ label = "Unreachable" , style = "dotted" ] 7 -> 2 [ label = "Error(Implicit)" ] 8 -> 2 [ label = "Error(Implicit)" ] @@ -41,12 +41,12 @@ digraph { 9 -> 2 [ label = "Error(Implicit)" ] 10 -> 2 [ label = "Error(Implicit)" ] 9 -> 10 [ label = "Jump" ] - 11 -> 2 [ label = "Error(Implicit)" , style = "dotted" ] + 11 -> 2 [ label = "Error(Implicit)" ] 10 -> 11 [ label = "Unreachable" , style = "dotted" ] 12 -> 2 [ label = "Error(Implicit)" ] 13 -> 2 [ label = "Error(Implicit)" ] 12 -> 13 [ label = "Jump" ] - 14 -> 2 [ label = "Error(Implicit)" , style = "dotted" ] + 14 -> 2 [ label = "Error(Implicit)" ] 13 -> 14 [ label = "Unreachable" , style = "dotted" ] 15 -> 2 [ label = "Error(Implicit)" ] 16 -> 2 [ label = "Error(Implicit)" ] @@ -54,14 +54,14 @@ digraph { 17 -> 2 [ label = "Error(Implicit)" ] 18 -> 2 [ label = "Error(Implicit)" ] 17 -> 18 [ label = "Jump" ] - 19 -> 2 [ label = "Error(Implicit)" , style = "dotted" ] + 19 -> 2 [ label = "Error(Implicit)" ] 18 -> 19 [ label = "Unreachable" , style = "dotted" ] 4 -> 7 [ label = "Normal" ] 4 -> 9 [ label = "Normal" ] 4 -> 12 [ label = "Normal" ] 4 -> 15 [ label = "Normal" ] 4 -> 17 [ label = "Normal" ] - 6 -> 7 [ label = "Normal" , style = "dotted" ] + 6 -> 7 [ label = "Normal" ] 3 -> 4 [ label = "Normal" ] 7 -> 9 [ label = "Normal" ] 7 -> 12 [ label = "Normal" ] @@ -72,21 +72,21 @@ digraph { 9 -> 12 [ label = "Normal" ] 9 -> 15 [ label = "Normal" ] 9 -> 17 [ label = "Normal" ] - 11 -> 12 [ label = "Normal" , style = "dotted" ] + 11 -> 12 [ label = "Normal" ] 3 -> 9 [ label = "Normal" ] 12 -> 15 [ label = "Normal" ] 12 -> 17 [ label = "Normal" ] - 14 -> 15 [ label = "Normal" , style = "dotted" ] + 14 -> 15 [ label = "Normal" ] 3 -> 12 [ label = "Normal" ] 15 -> 17 [ label = "Normal" ] 16 -> 17 [ label = "Normal" ] 3 -> 15 [ label = "Normal" ] 3 -> 17 [ label = "Normal" ] 20 -> 2 [ label = "Error(Implicit)" ] - 19 -> 20 [ label = "Normal" , style = "dotted" ] + 19 -> 20 [ label = "Normal" ] 5 -> 20 [ label = "Jump" ] 10 -> 20 [ label = "Jump" ] - 21 -> 2 [ label = "Error(Implicit)" , style = "dotted" ] + 21 -> 2 [ label = "Error(Implicit)" ] 20 -> 21 [ label = "Unreachable" , style = "dotted" ] 22 -> 0 [ label = "Error(Implicit)" ] 1 -> 22 [ label = "Normal" ]