Skip to content

Commit 5d7fd9c

Browse files
anmonteiroswannodette
authored andcommitted
CLJS-2313: :language-out is a build affecting option
1 parent 5c12d66 commit 5d7fd9c

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
@@ -1246,7 +1246,7 @@
12461246
(defn- build-affecting-options [opts]
12471247
(select-keys opts
12481248
[:static-fns :fn-invoke-direct :optimize-constants :elide-asserts :target
1249-
:cache-key :checked-arrays]))
1249+
:cache-key :checked-arrays :language-out]))
12501250

12511251
#?(:clj
12521252
(defn compiled-by-string

0 commit comments

Comments
 (0)