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 3f5a60a commit b38ded9Copy full SHA for b38ded9
src/main/clojure/cljs/compiler.cljc
@@ -1143,8 +1143,7 @@
1143
(boolean ('#{string array} first-arg-tag)))
1144
ns (:ns info)
1145
ftag (ana/infer-tag env f)
1146
- js? (or (= ns 'js) (= ns 'Math)
1147
- (ana/js-tag? ftag) (:foreign info)) ;; foreign - i.e. global / Node.js library
+ js? (or (= ns 'js) (= ns 'Math) (:foreign info)) ;; foreign - i.e. global / Node.js library
1148
goog? (when ns
1149
(or (= ns 'goog)
1150
(when-let [ns-str (str ns)]
0 commit comments