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
context.diagnose(Diagnostic(node: node, message:DiagnosticMsg(id:"interpolationNotAllowedForDataType", message:"String Interpolation is not allowed for this data type. Runtime values get converted to raw text, which is not the expected result.")))
context.diagnose(Diagnostic(node: macroNode, message:DiagnosticMsg(id:"interpolationNotAllowedForDataType", message:"String Interpolation is not allowed for this data type. Runtime values get converted to raw text, which is not the expected result.")))
context.diagnose(Diagnostic(node: node, message:DiagnosticMsg(id:"unsafeInterpolation", message:"Interpolation may introduce raw HTML.", severity:.warning)))
0 commit comments