(rewrite-cljs-aliases args)
Alias non-existing clojure.* namespaces to existing cljs.* namespaces if
possible.
Source
(defn rewrite-cljs-aliases
"Alias non-existing clojure.* namespaces to existing cljs.* namespaces if
possible."
[args]
(map process-rewrite-form args))