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.
SourcePresence
1 parent 39bbc66 commit 2d1b8e8Copy full SHA for 2d1b8e8
Sources/SwiftSyntax/SourcePresence.swift
@@ -14,10 +14,10 @@
14
///
15
/// A `missing` node does not mean, necessarily, that the source item is
16
/// considered "implicit", but rather that it was not found in the source.
17
-public enum SourcePresence: String {
+public enum SourcePresence {
18
/// The syntax was authored by a human and found, or was generated.
19
- case present = "Present"
+ case present
20
21
/// The syntax was expected or optional, but not found in the source.
22
- case missing = "Missing"
+ case missing
23
}
0 commit comments