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
Never suppress unrecognized type errors for goog.provide/goog.module namespaces
Currently if running the compiler in a mode that sorts or prunes unused dependencies, all goog.module & goog.provide namespaces are "forward declared", so the compiler won't report unrecognized type errors for those namespaces. This is unnecessary and confusing so we're removing it.
PiperOrigin-RevId: 515375398
0 commit comments