mdgriffith/elm-codegen

What about elm-syntax?

pravdomil opened this issue · 1 comments

https://github.com/stil4m/elm-syntax
https://package.elm-lang.org/packages/stil4m/elm-syntax/latest/Elm-Writer#writeFile

writeFile :
    { moduleDefinition : Node Module
    , imports : List (Node Import)
    , declarations : List (Node Declaration)
    , comments : List (Node Comment)
    } -> Writer

oh it is used under the hood