ianmackenzie / elm-script

Experimental command-line scripting for Elm
34 stars 4 forks source link

Add --debug flag to runner #23

Open ianmackenzie opened 4 years ago

ianmackenzie commented 4 years ago

If set, don't run Elm compiler with --optimize, so that scripts can use Debug.toString, Debug.log etc.