elm-community / elm-webgl

Moved to elm-explorations/webgl

Home Page:http://package.elm-lang.org/packages/elm-explorations/webgl/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support the advanced mode of google closure compiler

w0rm opened this issue · comments

I tried to apply google closure compiler on my webgl game, however this didn't work well and got me some JavaScript error. I believe this has to be investigated further and hopefully fixed.

Apparently not an issue of elm-webgl, but Elm itself doesn't support this.

Yes, this has bitten me before! For a while, Advanced Closure compatibility was listed on the projects page, but it was removed around the release of 0.17

@nphollon yeah, was removed in elm/projects@771e00a so I assumed it was supported, but it didn't work when I tried.