You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SkipSyntax/Message.swift
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,11 @@ extension Message {
147
147
returnMessage(kind:.warning, message:"Skip does not understand complex preprocessor directives. When using Skip-related preprocessor symbols, use only SYMBOL, !SYMBOL, or a list where all symbols are combined by either && or || (but not a combination of the two)", source: source, sourceRange: range)
returnMessage(kind:.warning, message:"A SwiftUI View must be bridged in order to render as a native view, but `// SKIP @nobridge` prevents bridging, so this view will not appear on Android. Remove the `// SKIP @nobridge` directive to allow this view to render.", source: source, sourceRange: range)
153
+
}
154
+
150
155
// Idea: translate subscripts to Kotlin get/set operator functions
0 commit comments