Skip to content

Commit

Permalink
ASTDiff: Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 authored and tsantalis committed Dec 17, 2024
1 parent 63f41e9 commit 2220d7a
Showing 1 changed file with 48 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3199,17 +3199,6 @@
"secondPos" : 5074,
"firstEndPos" : 5084,
"secondEndPos" : 5081
}, {
"firstType" : "ReturnStatement",
"secondType" : "ReturnStatement",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "Block",
"secondParentType" : "Block",
"firstPos" : 5115,
"secondPos" : 5920,
"firstEndPos" : 5122,
"secondEndPos" : 5927
}, {
"firstType" : "IfStatement",
"secondType" : "IfStatement",
Expand Down Expand Up @@ -3243,17 +3232,6 @@
"secondPos" : 5197,
"firstEndPos" : 5262,
"secondEndPos" : 5267
}, {
"firstType" : "ReturnStatement",
"secondType" : "ReturnStatement",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "Block",
"secondParentType" : "Block",
"firstPos" : 5245,
"secondPos" : 5728,
"firstEndPos" : 5252,
"secondEndPos" : 5735
}, {
"firstType" : "IfStatement",
"secondType" : "IfStatement",
Expand Down Expand Up @@ -3416,9 +3394,9 @@
"firstParentType" : "Block",
"secondParentType" : "Block",
"firstPos" : 5466,
"secondPos" : 6095,
"secondPos" : 5728,
"firstEndPos" : 5473,
"secondEndPos" : 6102
"secondEndPos" : 5735
}, {
"firstType" : "IfStatement",
"secondType" : "IfStatement",
Expand Down Expand Up @@ -3595,6 +3573,17 @@
"secondPos" : 5855,
"firstEndPos" : 5641,
"secondEndPos" : 5907
}, {
"firstType" : "ReturnStatement",
"secondType" : "ReturnStatement",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "Block",
"secondParentType" : "Block",
"firstPos" : 5654,
"secondPos" : 5920,
"firstEndPos" : 5661,
"secondEndPos" : 5927
}, {
"firstType" : "IfStatement",
"secondType" : "IfStatement",
Expand Down Expand Up @@ -3746,9 +3735,20 @@
"firstParentType" : "Block",
"secondParentType" : "Block",
"firstPos" : 5825,
"secondPos" : 6218,
"secondPos" : 6095,
"firstEndPos" : 5832,
"secondEndPos" : 6225
"secondEndPos" : 6102
}, {
"firstType" : "IfStatement",
"secondType" : "IfStatement",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "Block",
"secondParentType" : "Block",
"firstPos" : 5851,
"secondPos" : 6121,
"firstEndPos" : 6333,
"secondEndPos" : 6235
}, {
"firstType" : "InfixExpression",
"secondType" : "InfixExpression",
Expand Down Expand Up @@ -4255,6 +4255,17 @@
"secondPos" : 6999,
"firstEndPos" : 6253,
"secondEndPos" : 7023
}, {
"firstType" : "Block",
"secondType" : "Block",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "IfStatement",
"secondParentType" : "IfStatement",
"firstPos" : 6255,
"secondPos" : 6157,
"firstEndPos" : 6333,
"secondEndPos" : 6235
}, {
"firstType" : "LineComment",
"secondType" : "LineComment",
Expand All @@ -4266,6 +4277,17 @@
"secondPos" : 6171,
"firstEndPos" : 6303,
"secondEndPos" : 6205
}, {
"firstType" : "ReturnStatement",
"secondType" : "ReturnStatement",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "Block",
"secondParentType" : "Block",
"firstPos" : 6316,
"secondPos" : 6218,
"firstEndPos" : 6323,
"secondEndPos" : 6225
}, {
"firstType" : "VariableDeclarationStatement",
"secondType" : "VariableDeclarationStatement",
Expand Down

0 comments on commit 2220d7a

Please sign in to comment.