Skip to content

Commit 8f3fa4e

Browse files
committed
- tweak
1 parent 32e6bca commit 8f3fa4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,8 +1806,8 @@
18061806
`(extend-type ~t ~@(dt->et t impls fields))))
18071807
;; don't emit static basis method w/ reify
18081808
;; nor for core types
1809-
~@(when-not (or (string/starts-with? (name t) "t_reify")
1810-
(= 'cljs.core (:ns v)))
1809+
~@(core/when-not (core/or (string/starts-with? (name t) "t_reify")
1810+
(= 'cljs.core (:ns v)))
18111811
[`(set! (.-getBasis ~t) (fn [] '[~@fields]))])
18121812
(set! (.-cljs$lang$type ~t) true)
18131813
(set! (.-cljs$lang$ctorStr ~t) ~(core/str r))

0 commit comments

Comments
 (0)