-
Notifications
You must be signed in to change notification settings - Fork 441
Stop using TokenList
and NonEmptyTokenList
#1177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5cd3e3f
to
75e6341
Compare
TokenList
and NonEmptyTokenList
🚥 #1176TokenList
and NonEmptyTokenList
75e6341
to
0d1f936
Compare
@swift-ci Please test |
0d1f936
to
795620a
Compare
TokenList
and NonEmptyTokenList
TokenList
and NonEmptyTokenList
🚥 #1226
795620a
to
0f9e424
Compare
TokenList
and NonEmptyTokenList
🚥 #1226TokenList
and NonEmptyTokenList
@swift-ci Please test |
0f9e424
to
2bcaa31
Compare
@swift-ci Please test |
2bcaa31
to
a85535b
Compare
@swift-ci Please test |
@@ -374,13 +374,19 @@ | |||
Child('Type', kind='Type'), | |||
]), | |||
|
|||
Node('ClosureCaptureItemSpecifier', name_for_diagnostics='closure capture specifier', kind='Syntax', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there existing tests for this? If not it would be good to add a few.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a85535b
to
ffefcda
Compare
@swift-ci Please test |
@swift-ci Please test macOS |
@swift-ci Please test |
1 similar comment
@swift-ci Please test |
ffefcda
to
267a56c
Compare
@swift-ci Please test |
TokenList
andNonEmptyTokenList
are anti-patterns for SwiftSyntax parsing because they provide no structure. Stop using them.