pravdomil
pravdomil
- Remove `keep_fargs=false` because [it is false by default](https://github.com/mishoo/UglifyJS#compress-options). - Use `passes=2` to [completely remove identity functions](https://github.com/mishoo/UglifyJS/issues/5003).
When I remember that thing was in the documentation it is difficult to know where to go. Was it in the guide.elm-lang.org? Was it the elm-lang.org/docs? Was it the package.elm-lang.org/docs?...
Hello, I would rephrase following: > Elm also uses the convention that the data structure is always the last argument across the ecosystem. Because in following case it is not...
What do you think?
in json
fix syntax
fix syntax
fix syntax errors
Add documentation note that if type is package, then source directories is ["src"].
It looks that the old issue https://github.com/elm/compiler/issues/961 is closed, and we are not able to emit JS to stdout, so I'm creating new issue?