Skip to content

Commit

Permalink
chore: 🤖 update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Sep 8, 2024
1 parent b7ed5e7 commit aa0ba23
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 841 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bb2: {

bb3: {
statement
return
}

bb4: {
Expand All @@ -27,7 +28,7 @@ digraph {
0 [ label = "" ]
1 [ label = "" ]
2 [ label = "" ]
3 [ label = "ExpressionStatement" ]
3 [ label = "ExpressionStatement\nreturn" ]
4 [ label = "" ]
1 -> 0 [ label = "Error(Implicit)" ]
3 -> 2 [ label = "Error(Implicit)" ]
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion crates/oxc_semantic/tests/integration/snapshots/class.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bb2: {

bb3: {
statement
return
}

bb4: {
Expand All @@ -27,7 +28,7 @@ digraph {
0 [ label = "" ]
1 [ label = "" ]
2 [ label = "" ]
3 [ label = "ExpressionStatement" ]
3 [ label = "ExpressionStatement\nreturn" ]
4 [ label = "" ]
1 -> 0 [ label = "Error(Implicit)" ]
3 -> 2 [ label = "Error(Implicit)" ]
Expand Down
39 changes: 0 additions & 39 deletions crates/oxc_semantic/tests/integration/snapshots/class.snap.new

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bb10: {
}

bb11: {

return
}

bb12: {
Expand All @@ -68,7 +68,7 @@ digraph {
8 [ label = "unreachable" ]
9 [ label = "Condition(true)" ]
10 [ label = "" ]
11 [ label = "" ]
11 [ label = "return" ]
12 [ label = "" ]
1 -> 0 [ label = "Error(Implicit)" ]
3 -> 2 [ label = "Error(Implicit)" ]
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion crates/oxc_semantic/tests/integration/snapshots/for_in.snap
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bb6: {

bb7: {
statement
return
}

bb8: {
Expand All @@ -48,7 +49,7 @@ digraph {
4 [ label = "Condition(test)" ]
5 [ label = "" ]
6 [ label = "ExpressionStatement" ]
7 [ label = "ExpressionStatement" ]
7 [ label = "ExpressionStatement\nreturn" ]
8 [ label = "" ]
1 -> 0 [ label = "Error(Implicit)" ]
3 -> 2 [ label = "Error(Implicit)" ]
Expand Down
69 changes: 0 additions & 69 deletions crates/oxc_semantic/tests/integration/snapshots/for_in.snap.new

This file was deleted.

Loading

0 comments on commit aa0ba23

Please sign in to comment.