jfmengels / elm-review-simplify

Provides elm-review rules to simplify your Elm code
https://package.elm-lang.org/packages/jfmengels/elm-review-simplify/latest/
BSD 3-Clause "New" or "Revised" License
20 stars 9 forks source link

Type properties use qualified fn instead of just the name #224

Closed lue-bird closed 9 months ago

lue-bird commented 9 months ago

Modules don't always expose functions we might expect to apply some simplifications. E.g.

Often, these extra helpers are provided by modules in different packages.

Currently, only a function's name is stored in the type properties which has to manually combined with its module name. This PR replaces these function names by qualified names.

github-actions[bot] commented 9 months ago

The branch can be tried out by running:

elm-review --template jfmengels/elm-review-simplify/preview