Fork me on GitHub
#cljs-dev
<
2022-06-11
>
thheller10:06:41

@dnolen can you put up a new CLJS release with the fix for https://github.com/clojure/clojurescript/commit/c0d305274d7813e22cd2753d247a02e9dd95ddee specifically? a few people have been complaining about shadow warning about the undeclared-var used there

thheller10:06:07

------ WARNING #1 - :undeclared-var --------------------------------------------
 Resource: cljs/analyzer.cljc:4403:12
--------------------------------------------------------------------------------
4400 |   []
4401 |   (try
4402 |     @(ns-resolve 'clojure.tools.reader '*alias-map*)
4403 |     (catch Throwable t
------------------^-------------------------------------------------------------
 Use of undeclared Var cljs.analyzer/Throwable
--------------------------------------------------------------------------------
4404 |       nil)))
4405 | 
4406 | #?(:clj
4407 |    (defn forms-seq*
--------------------------------------------------------------------------------

dnolen12:06:33

sure

👍 1