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
{{ message }}
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
I believe the current README example code `tree.walk` is incorrect, and uses a method that was removed in [version 5.2 of swift-syntax](https://github.com/apple/swift-syntax/blob/master/Changelog.md#swift-52). Trying to run similar code in a new project results in "error: value of type 'SourceFileSyntax' has no member 'walk'". Changing it to `collector.walk(tree)` seems to have the expected result.
0 commit comments