jfmengels / elm-review

Analyzes Elm projects, to help find mistakes before your users find them.
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
Other
255 stars 13 forks source link

Add new visitors for let declarations and case branches #108

Closed jfmengels closed 3 years ago

jfmengels commented 3 years ago

This will make NoUnused.Variables, NoUnused.Patterns and NoUnused.Parameters a lot simpler, because they need to change the context when they enter a case branch or a let declaration.