davidB / yuicompressor-maven-plugin

maven's plugin to compress (Minify / Ofuscate / Aggregate) Javascript files and CSS files using YUI Compressor
http://davidb.github.io/yuicompressor-maven-plugin/
GNU Lesser General Public License v2.1
122 stars 48 forks source link

let variable and es6 function script ES6 not recognized as valid syntax #95

Closed naveenkumar096 closed 4 years ago

naveenkumar096 commented 4 years ago

ex: - 1 x.forEach( (value, key, set) => { });

above syntax not recognized

chrisjshields commented 4 years ago

Is this plugin still being used? ES6 was finalized in June 2015.

naveenkumar096 commented 4 years ago

Present not using

On Thu, 5 Mar, 2020, 10:50 PM Chris Shields, notifications@github.com wrote:

Is this plugin still being used? ES6 was finalized in June 2015.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidB/yuicompressor-maven-plugin/issues/95?email_source=notifications&email_token=ADFRE3II4GXPMG2JMEQB34LRF7NMLA5CNFSM4KTWAEO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN6ELFY#issuecomment-595346839, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFRE3KEUOUZS7NP7W425W3RF7NMLANCNFSM4KTWAEOQ .

davidB commented 4 years ago

this maven plugin is to allow using yuicompressor within a maven project. Support for some javascript version should be provided by yuicompressor itself, and should be available on a maven repository.