Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Kind": "Name",
"Location": {
"Start": 6,
"End": 16,
"End": 14,
"Line": 2,
"Column": 5
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public ref partial struct Utf8GraphQLParser
private NameNode ParseName()
{
var start = Start();
var name = ExpectName();
var location = CreateLocation(in start);
var name = ExpectName();

return new NameNode
(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"Kind": "Name",
"Location": {
"Start": 25,
"End": 29,
"End": 28,
"Line": 2,
"Column": 25
},
Expand All @@ -59,7 +59,7 @@
"Kind": "Name",
"Location": {
"Start": 30,
"End": 38,
"End": 37,
"Line": 2,
"Column": 30
},
Expand All @@ -83,7 +83,7 @@
"Kind": "Name",
"Location": {
"Start": 40,
"End": 49,
"End": 47,
"Line": 2,
"Column": 40
},
Expand Down Expand Up @@ -116,7 +116,7 @@
"Kind": "Name",
"Location": {
"Start": 70,
"End": 93,
"End": 75,
"Line": 3,
"Column": 21
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Kind": "Name",
"Location": {
"Start": 4,
"End": 6,
"End": 5,
"Line": 1,
"Column": 5
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"Kind": "Name",
"Location": {
"Start": 0,
"End": 4,
"End": 3,
"Line": 1,
"Column": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Kind": "Name",
"Location": {
"Start": 4,
"End": 6,
"End": 5,
"Line": 1,
"Column": 5
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"Kind": "Name",
"Location": {
"Start": 0,
"End": 4,
"End": 3,
"Line": 1,
"Column": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Kind": "Name",
"Location": {
"Start": 4,
"End": 6,
"End": 5,
"Line": 1,
"Column": 5
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"Kind": "Name",
"Location": {
"Start": 0,
"End": 4,
"End": 3,
"Line": 1,
"Column": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Kind": "Name",
"Location": {
"Start": 2,
"End": 4,
"End": 3,
"Line": 1,
"Column": 3
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Kind": "Name",
"Location": {
"Start": 2,
"End": 4,
"End": 3,
"Line": 1,
"Column": 3
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Kind": "Name",
"Location": {
"Start": 2,
"End": 4,
"End": 3,
"Line": 1,
"Column": 3
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Kind": "Name",
"Location": {
"Start": 6,
"End": 8,
"End": 7,
"Line": 1,
"Column": 7
},
Expand Down Expand Up @@ -53,7 +53,7 @@
"Kind": "Name",
"Location": {
"Start": 2,
"End": 6,
"End": 5,
"Line": 1,
"Column": 3
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Kind": "Name",
"Location": {
"Start": 6,
"End": 8,
"End": 7,
"Line": 1,
"Column": 7
},
Expand Down Expand Up @@ -53,7 +53,7 @@
"Kind": "Name",
"Location": {
"Start": 2,
"End": 6,
"End": 5,
"Line": 1,
"Column": 3
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Kind": "Name",
"Location": {
"Start": 6,
"End": 8,
"End": 7,
"Line": 1,
"Column": 7
},
Expand Down Expand Up @@ -53,7 +53,7 @@
"Kind": "Name",
"Location": {
"Start": 2,
"End": 6,
"End": 5,
"Line": 1,
"Column": 3
},
Expand Down
Loading
Loading