Skip to content

Commit 075edcc

Browse files
committed
add :lite-mode & :elide-to-string to cljs.analyzer/build-affecting-options
1 parent d912f92 commit 075edcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/analyzer.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4832,7 +4832,7 @@
48324832
(defn build-affecting-options [opts]
48334833
(select-keys opts
48344834
[:static-fns :fn-invoke-direct :optimize-constants :elide-asserts :target :nodejs-rt
4835-
:cache-key :checked-arrays :language-out :optimizations])))
4835+
:cache-key :checked-arrays :language-out :optimizations :lite-mode :elide-to-string])))
48364836

48374837
#?(:clj
48384838
(defn build-affecting-options-sha [path opts]

0 commit comments

Comments
 (0)