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
I'd like to prevent it to detect SwiftUI implicitely. For example Text("abc") and Button("abc") are detected. Is there a way to prevent this behavior? I only want to detect them when it is explicit.
I've researched in the lib but can't find if there's a way to do this :)
The text was updated successfully, but these errors were encountered:
At the moment there's no way to disable those implicit detections.
You can open a PR that makes those implicit checks being turned off via configuration (SwiftParserConfiguration). I'm totally interested in integrating this feature!
Thanks a lot for the lib!
I'd like to prevent it to detect SwiftUI implicitely. For example
Text("abc")
andButton("abc")
are detected. Is there a way to prevent this behavior? I only want to detect them when it is explicit.I've researched in the lib but can't find if there's a way to do this :)
The text was updated successfully, but these errors were encountered: