We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.eof
1 parent b6d7e69 commit 80a196dCopy full SHA for 80a196d
Sources/SwiftSyntaxBuilder/Tokens.swift.gyb
@@ -54,4 +54,6 @@ public extension TokenSyntax {
54
% end
55
56
57
+ /// The `eof` token
58
+ static let eof = SyntaxFactory.makeToken(.eof, presence: .present)
59
}
Sources/SwiftSyntaxBuilder/gyb_generated/Tokens.swift
@@ -490,4 +490,6 @@ public extension TokenSyntax {
490
/// The `yield` token
491
static let `yield` = SyntaxFactory.makeYieldToken()
492
493
494
495
0 commit comments