You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by OzoneGrif Wednesday Oct 11, 2017 at 11:42 GMT Originally opened as samaxes#153
Hello Samaxes,
I have an issue with my project which can be solved by using the string "ES_2017" for closureLanguageOut.
That will disable some transcriptions and polyfills for ECMASCRIPT 6.
Is it possible to add it to the plugin?
The text was updated successfully, but these errors were encountered:
This is just a wrapper. You can use all values from the enum LanguageMode
But keep in mind that according the closure compiler docs, only ECMASCRIPT3, ECMASCRIPT5, ECMASCRIPT5_STRICT, ECMASCRIPT_2015, STABLE are supported for the output language.
Issue by OzoneGrif
Wednesday Oct 11, 2017 at 11:42 GMT
Originally opened as samaxes#153
Hello Samaxes,
I have an issue with my project which can be solved by using the string "ES_2017" for closureLanguageOut.
That will disable some transcriptions and polyfills for ECMASCRIPT 6.
Is it possible to add it to the plugin?
The text was updated successfully, but these errors were encountered: