Skip to content

Commit 85a3620

Browse files
committed
:lite-mode? -> :lite-mode
1 parent db62937 commit 85a3620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
:watch :watch-error-fn :watch-fn :install-deps :process-shim :rename-prefix :rename-prefix-namespace
212212
:closure-variable-map-in :closure-property-map-in :closure-variable-map-out :closure-property-map-out
213213
:stable-names :ignore-js-module-exts :opts-cache :aot-cache :elide-strict :fingerprint :spec-skip-macros
214-
:nodejs-rt :target-fn :deps-cmd :bundle-cmd :global-goog-object&array :node-modules-dirs :lite-mode?})
214+
:nodejs-rt :target-fn :deps-cmd :bundle-cmd :global-goog-object&array :node-modules-dirs :lite-mode})
215215

216216
(def string->charset
217217
{"iso-8859-1" StandardCharsets/ISO_8859_1

src/main/clojure/cljs/compiler.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
(= (count (into #{} keys)) (count keys)))))
524524

525525
(defn lite-mode? []
526-
(get-in @env/*compiler* [:options :lite-mode?]))
526+
(get-in @env/*compiler* [:options :lite-mode]))
527527

528528
(defn emit-map [keys vals comma-sep distinct-keys?]
529529
(cond

0 commit comments

Comments
 (0)