elm-community / elm-webgl

Moved to elm-explorations/webgl
http://package.elm-lang.org/packages/elm-explorations/webgl/latest
BSD 3-Clause "New" or "Revised" License
95 stars 22 forks source link

Support the advanced mode of google closure compiler #35

Closed w0rm closed 8 years ago

w0rm commented 8 years ago

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.

w0rm commented 8 years ago

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

nphollon commented 8 years ago

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

w0rm commented 8 years ago

@nphollon yeah, was removed in https://github.com/elm-lang/projects/commit/771e00a3a04a6f63f051405cb4e3334d9d3ea683 so I assumed it was supported, but it didn't work when I tried.