Taritsyn / BundleTransformer

Bundle Transformer - a modular extension for System.Web.Optimization (also known as the Microsoft ASP.NET Web Optimization Framework).
Apache License 2.0
130 stars 19 forks source link

Closure doesn't support ECMASCRIPT6/ECMASCRIPT6_STRICT on remote plugin #52

Closed minimonsters closed 2 years ago

minimonsters commented 2 years ago

The optional request parameters for the API support ecmascript6 tags, but the library seems to enforce its own type checking on this field and only allows up to ecmascript5 to work

I would suggest, for future-proofing, that you let google tell us that the language variable supplied is invalid (same with any other variables)

Thank you for providing this library!

https://developers.google.com/closure/compiler/docs/api-ref#opt

Taritsyn commented 2 years ago

Thanks for information!

Taritsyn commented 2 years ago

This problem has been fixed in version 1.12.39.