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
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)
The text was updated successfully, but these errors were encountered:
minimonsters
changed the title
Closure doesn't support ECMASCRIPT6/ECMASCRIPT6STRICT on remote plugin
Closure doesn't support ECMASCRIPT6/ECMASCRIPT6_STRICT on remote plugin
Sep 9, 2021
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
The text was updated successfully, but these errors were encountered: