blutorange / closure-compiler-maven-plugin

Combine and minimize JavaScript with Closure Compiler.
http://blutorange.github.com/closure-compiler-maven-plugin
Apache License 2.0
52 stars 6 forks source link

Update to closure-compiler v20171023. #35

Closed blutorange closed 5 years ago

blutorange commented 5 years ago

Issue by ghost Saturday Nov 04, 2017 at 09:49 GMT Originally opened as https://github.com/samaxes/minify-maven-plugin/pull/155


Update to closure-compiler v20171023.

Update and fix compilation of MinifyMojo.java, by removing deprecated ECMASCRIPT6, and adding ECMASCRIPT_2015, ECMASCRIPT6_TYPED, ECMASCRIPT_2016, ECMASCRIPT_2017 and ECMASCRIPT_NEXT.

See: https://github.com/google/closure-compiler/blob/master/src/com/google/javascript/jscomp/CompilerOptions.java


ghost included the following code: https://github.com/samaxes/minify-maven-plugin/pull/155/commits

blutorange commented 5 years ago

Updated.