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
when I run 'lein minify-assets' I have a few warnings from Google Closure:
JSC_BAD_JSDOC_ANNOTATION. Parse error. illegal use of unknown JSDoc tag "internal"; ignoring it at resources/js/react.js line 4403 : 5
JSC_BAD_JSDOC_ANNOTATION. Parse error. illegal use of unknown JSDoc tag "providesModule"; ignoring it at resources/js/react.js line 4618 : 5
JSC_INVALID_PARAM. Parse error. invalid param name "forEachFunc." at resources/js/react.js line 4658 : 31
JSC_INVALID_PARAM. Parse error. invalid param name "mapFunction." at resources/js/react.js line 4718 : 31
JSC_BAD_JSDOC_ANNOTATION. Parse error. illegal use of unknown JSDoc tag "providesModule"; ignoring it at resources/js/react.js line 4766 : 5
Do you think you could add an option to silence those?
The text was updated successfully, but these errors were encountered:
Hey there,
when I run 'lein minify-assets' I have a few warnings from Google Closure:
Do you think you could add an option to silence those?
The text was updated successfully, but these errors were encountered: