-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typecheck Elm templates #194
Comments
elm-codegen
to create Elm files
Are you talking about the string templates in the Anyway, I think it's fine as it is. The templating is very minimal so it's IMO very readable and easy to change. Adding I think if it's about type safety, then we can run |
I thought I saw some in new-package, might be wrong.
Fair.
That's the real issue. I just don't want a typo to go unnoticed. |
elm-codegen
to create Elm files
Currently, there's just a bunch of string templates.
We should run
elm make --output=/dev/null
over them to make it typesafe.The text was updated successfully, but these errors were encountered: