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.
1 parent c481b2b commit b78b08bCopy full SHA for b78b08b
Sources/SwiftSyntaxMacroExpansion/BasicMacroExpansionContext.swift
@@ -269,7 +269,7 @@ extension BasicMacroExpansionContext: MacroExpansionContext {
269
let converter = SourceLocationConverter(fileName: fileName, tree: rootSourceFile)
270
return AbstractSourceLocation(converter.location(for: rawPosition + offsetAdjustment))
271
}
272
-
+
273
public var buildConfiguration: (any BuildConfiguration)? {
274
sharedState.buildConfiguration
275
0 commit comments