Skip to content

Commit c91051d

Browse files
author
dnolen
committed
don't make build-affecting-option private so we can use it from cljs.closure
1 parent 330c365 commit c91051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/compiler.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@
12881288
(defn url-path [^File f]
12891289
(.getPath (.toURL (.toURI f)))))
12901290

1291-
(defn- build-affecting-options [opts]
1291+
(defn build-affecting-options [opts]
12921292
(select-keys opts
12931293
[:static-fns :fn-invoke-direct :optimize-constants :elide-asserts :target
12941294
:cache-key :checked-arrays :language-out]))

0 commit comments

Comments
 (0)