File tree 1 file changed +4
-4
lines changed
Sources/generate-swift-syntax-builder/Templates
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ let tokenFile = SourceFile {
65
65
SequenceExpr {
66
66
MemberAccessExpr ( base: " self " , name: " tokenSyntax " )
67
67
AssignmentExpr ( )
68
- IdentifierExpr ( " tokenSyntax " )
68
+ " tokenSyntax "
69
69
}
70
70
}
71
71
@@ -90,7 +90,7 @@ let tokenFile = SourceFile {
90
90
TupleExprElement (
91
91
label: " tokenSyntax " ,
92
92
expression: FunctionCallExpr ( MemberAccessExpr ( base: " tokenSyntax " , name: " with \( leadingTrailing) Trivia " ) ) {
93
- TupleExprElement ( expression: IdentifierExpr ( " trivia " ) )
93
+ TupleExprElement ( expression: " trivia " )
94
94
}
95
95
)
96
96
}
@@ -106,7 +106,7 @@ let tokenFile = SourceFile {
106
106
output: " TokenSyntax "
107
107
)
108
108
) {
109
- IdentifierExpr ( " tokenSyntax " )
109
+ " tokenSyntax "
110
110
}
111
111
112
112
FunctionDecl (
@@ -125,7 +125,7 @@ let tokenFile = SourceFile {
125
125
)
126
126
) {
127
127
FunctionCallExpr ( " Syntax " ) {
128
- TupleExprElement ( expression: IdentifierExpr ( " tokenSyntax " ) )
128
+ TupleExprElement ( expression: " tokenSyntax " )
129
129
}
130
130
}
131
131
You can’t perform that action at this time.
0 commit comments