Skip to content

Commit b9b1a27

Browse files
committed
docstrings
1 parent 616966c commit b9b1a27

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/clojure/cljs/closure.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2659,6 +2659,8 @@
26592659
(spit outfile (slurp (io/resource (str "cljs/bootstrap_" target-str ".js")))))))
26602660

26612661
(defn compile-inputs
2662+
"Compile inputs and all of their transitive dependencies including JS modules,
2663+
libs, and foreign libs. Duplicates the pipeline of build."
26622664
[inputs opts]
26632665
(env/ensure
26642666
(let [sources (-> inputs (add-dependency-sources opts))
@@ -2672,7 +2674,8 @@
26722674
sources)))
26732675

26742676
(defn compile-ns
2675-
"Compiles a namespace and all of its transitive dependencies."
2677+
"Compiles a namespace and all of its transitive dependencies.
2678+
See compile-inputs."
26762679
[ns opts]
26772680
(compile-inputs (find-sources ns opts) opts))
26782681

0 commit comments

Comments
 (0)