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
Currently they are just logged once via shadow.build.closure/log-warnings but once cached they are gone. They are also kinda duplicated since JSInspector already runs into most of them and stores them in :js-warnings but that is never used. Don't know if :simple optimizations can generally find more or if parsing them via JSInspector already finds all.
Optimization warnings should be handled separately.
The text was updated successfully, but these errors were encountered:
Currently they are just logged once via
shadow.build.closure/log-warnings
but once cached they are gone. They are also kinda duplicated sinceJSInspector
already runs into most of them and stores them in:js-warnings
but that is never used. Don't know if:simple
optimizations can generally find more or if parsing them viaJSInspector
already finds all.Optimization warnings should be handled separately.
The text was updated successfully, but these errors were encountered: