the-sett / elm-syntax-dsl

A DSL for creating Elm syntax trees and pretty printing Elm source code.
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

There is no way to create a module that exposes all. #24

Open rupertlssmith opened 3 years ago

rupertlssmith commented 3 years ago

Can do it in stil4m/elm-syntax though:

https://package.elm-lang.org/packages/stil4m/elm-syntax/latest/Elm-Syntax-Exposing#Exposing

anmolitor commented 2 years ago

Its actually possible with Elm.CodeGen.normalModule moduleName [] (my list of exports was empty accidentally in one of my test cases :D)