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 6e0715c commit 06d81bcCopy full SHA for 06d81bc
src/main/clojure/cljs/analyzer.cljc
@@ -821,7 +821,7 @@
821
;; confirm that the library at least exists
822
#?(:clj (nil? (util/ns->source ns-sym)))
823
(not (js-module-exists? ns-sym)))
824
- (warning :undeclared-ns env {:ns-sym ns-sym})))
+ (warning :undeclared-ns env {:ns-sym ns-sym :js-provide ns-sym})))
825
826
(defn core-name?
827
"Is sym visible from core in the current compilation namespace?"
0 commit comments