mdgriffith / elm-codegen

https://package.elm-lang.org/packages/mdgriffith/elm-codegen/latest/
BSD 3-Clause "New" or "Revised" License
138 stars 16 forks source link

Expose Elm.functionAdvanced #64

Open jfmengels opened 1 year ago

jfmengels commented 1 year ago

This was referenced by other functions but never exposed. This would lead to a MINOR version bump.

This would have been caught by the Docs.ReviewLinksAndSections, so I'm now enabling it to prevent these kinds of problems in the future.

miniBill commented 2 months ago

I think this has possibly been superseded by the new Elm.Declare module?