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
252 stars 13 forks source link

Split cache module into several modules #156

Closed jfmengels closed 1 year ago

jfmengels commented 1 year ago

We now have one module for each cache entry type, which really helps with removing confusing names for all the functions.