cljs.compiler.api/cljs-files-in

functionsince v0.0-3255Edit
(cljs-files-in dir)

Source docstring:
Return a sequence of all .cljs and .cljc files in the given directory.
Source code @ clojurescript:src/main/clojure/cljs/compiler/api.clj
(defn cljs-files-in
  [dir]
  (comp/cljs-files-in dir))