We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e6bca commit 8f3fa4eCopy full SHA for 8f3fa4e
src/main/clojure/cljs/core.cljc
@@ -1806,8 +1806,8 @@
1806
`(extend-type ~t ~@(dt->et t impls fields))))
1807
;; don't emit static basis method w/ reify
1808
;; nor for core types
1809
- ~@(when-not (or (string/starts-with? (name t) "t_reify")
1810
- (= 'cljs.core (:ns v)))
+ ~@(core/when-not (core/or (string/starts-with? (name t) "t_reify")
+ (= 'cljs.core (:ns v)))
1811
[`(set! (.-getBasis ~t) (fn [] '[~@fields]))])
1812
(set! (.-cljs$lang$type ~t) true)
1813
(set! (.-cljs$lang$ctorStr ~t) ~(core/str r))
0 commit comments