File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments