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

Generation of `toExpression_` #80

Open miniBill opened 8 months ago

miniBill commented 8 months ago

Unresolved issues:

  1. this generation means that code consuming the bindings needs to also reference the library (although DCE means that it's not going to impact bundle size unless they use toExpression_ functions)
  2. testing and edge cases