Skip to content
Merged
Prev Previous commit
Next Next commit
add comment
  • Loading branch information
swannodette committed Jun 6, 2024
commit 4733dd83d980f80ab251eb51d4767a003cbb4377
1 change: 1 addition & 0 deletions src/main/clojure/cljs/analyzer.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -3957,6 +3957,7 @@
:else
(or (some-> env :ns :require-macros (get (symbol nstr)) #?(:clj find-ns
:cljs find-macros-ns))
;; single segment namespace case
#?(:clj (find-ns (symbol nstr))
:cljs (find-macros-ns (symbol nstr)))))))

Expand Down