elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.48k stars 659 forks source link

Feature request : Support for `*` char in elm file path for multi-file compilation #2278

Closed staeter closed 1 year ago

staeter commented 1 year ago

Quick Summary: Support for * char in elm file path for multi-file compilation

The aim is to be able to do this:

elm make ./src/App/*.elm
github-actions[bot] commented 1 year ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.

staeter commented 1 year ago

Ow no it is supported I made a mistake, sorry^^'