When requiring the cljs.core.specs.alpha namespace with ClojureScript
1.10, the ns form in com.rpl.specter.navs fails spec validation and
produces a compile error, because the nested :clj reader conditionals
result in an empty :use clause.
Moving the reader conditional up to enclose :use fixes this.
Relevant spec:
|
||
|---|---|---|
| .. | ||
| clj/com/rpl | ||
| java/com/rpl/specter | ||