PolaricServer / webapp2

Re-write of client app. Based on OpenLayers 5+
GNU Affero General Public License v3.0
15 stars 4 forks source link

Move to ES6 #29

Closed ohanssen closed 6 years ago

ohanssen commented 6 years ago

Now, modern browsers support this quite well. It is probably time to start using ES6 syntax.

ohanssen commented 6 years ago

Hmm. Seems like the closure compiler in Debian is ancient and don't support ES6. Need to get a newer version OR use another minifier.

ohanssen commented 6 years ago

Closure compiler on github has a debian setup so it is easy to compile debian packages. The wrapper script is missing but it can be found in older Debian packages. .

ohanssen commented 6 years ago

Classes and lambdas mostly done. Should look at how to do modules.