You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
- [ ] Elm.Compiler function type annotations don't really show the transitions between AST modules. (It all looks like LocatedExpr -> LocatedExpr). Try aliasing the types just for the sake of this module.
- [ ] desugarExpr is needlessly complicated... try creating some dummy throwaway module for that one expr? Does that change behaviour ("can't find variable x")?
- [ ] Emit helpers
- [ ] Emit.JavaScript
- [ ] Elm.Compiler.compileToJS - do the whole pipeline with default settings. Show how it's written in doc comment