workaround to cljs bug where private vars in cljs.core can cause warnings with same named var (in this case, NONE)
This commit is contained in:
parent
4f5376450a
commit
a924c75ac6
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
[com.rpl.specter.util-macros :refer
|
||||
[doseqres]]))
|
||||
#?(:cljs (:refer-clojure :exclude [NONE]))
|
||||
|
||||
(:use [com.rpl.specter.protocols :only [ImplicitNav RichNavigator]]
|
||||
#?(:clj [com.rpl.specter.util-macros :only [doseqres]]))
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#?(:cljs (:require-macros
|
||||
[com.rpl.specter.util-macros
|
||||
:refer [doseqres mk-comp-navs mk-late-fn mk-late-fn-records]]))
|
||||
|
||||
#?(:cljs (:refer-clojure :exclude [NONE]))
|
||||
(:use [com.rpl.specter.protocols :only
|
||||
[select* transform* collect-val RichNavigator]]
|
||||
#?(:clj [com.rpl.specter.util-macros :only [doseqres mk-comp-navs]]))
|
||||
|
|
|
|||
Loading…
Reference in a new issue