Problem:
The CLJS compiler does not warn about unqualified calls to private functions in cljs.core.
cljs.core
Repro:
Expected:
A warning about calling the private function maybe-warn from cljs.core.
maybe-warn
Note that it does work when you fully qualify the call. E.g.:
Problem:
The CLJS compiler does not warn about unqualified calls to private functions in
cljs.core.Repro:
Expected:
A warning about calling the private function
maybe-warnfromcljs.core.Note that it does work when you fully qualify the call. E.g.: