We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d1e57 commit 7d856d7Copy full SHA for 7d856d7
1 file changed
src/main/clojure/cljs/closure.clj
@@ -1915,7 +1915,10 @@
1915
(not (false? (:optimize-constants opts))) (assoc :optimize-constants true))
1916
1917
(nil? (find (:closure-warnings opts) :check-types))
1918
- (assoc-in [:closure-warnings :check-types] :off))))
+ (assoc-in [:closure-warnings :check-types] :off)
1919
+
1920
+ (nil? (:closure-module-roots opts))
1921
+ (assoc opts :closure-module-roots []))))
1922
1923
(defn process-js-modules
1924
"Given the current compiler options, converts JavaScript modules to Google
0 commit comments