G-Research / fsharp-analyzers

Analyzers for F#
https://g-research.github.io/fsharp-analyzers/
Apache License 2.0
14 stars 1 forks source link

Extend SyntaxCollectorBase to control continued traversal #13

Open dawedawe opened 1 year ago

dawedawe commented 1 year ago

Currently we can't control the continued traversal of SyntaxCollectorBase. Something analog to the defaultTraverse functionality of SyntaxVisitorBase might work.