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 8135c1f commit e661968Copy full SHA for e661968
Sources/StructuredQueriesSQLiteMacros/Nonisolated.swift
@@ -0,0 +1,7 @@
1
+import SwiftSyntax
2
+
3
+#if compiler(>=6.1)
4
+ let nonisolated: TokenSyntax? = .keyword(.nonisolated, trailingTrivia: .space)
5
+#else
6
+ let nonisolated: TokenSyntax? = nil
7
+#endif
0 commit comments