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
CLJS-3284: Use of private deftype by public function in another namespace when inside an if causes warning
Suppress warnings in `type?` which are of private-var-access. A lot of
type inference is automatic, and users don't necessarily know that it's
happening. The type itself isn't secret in this context, even if the
library indicates the user shouldn't rely on the exact existence of the
type.
0 commit comments