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 211
211
:watch :watch-error-fn :watch-fn :install-deps :process-shim :rename-prefix :rename-prefix-namespace
212
212
:closure-variable-map-in :closure-property-map-in :closure-variable-map-out :closure-property-map-out
213
213
: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 })
215
215
216
216
(def string->charset
217
217
{" iso-8859-1" StandardCharsets/ISO_8859_1
Original file line number Diff line number Diff line change 523
523
(= (count (into #{} keys)) (count keys)))))
524
524
525
525
(defn lite-mode? []
526
- (get-in @env/*compiler* [:options :lite-mode? ]))
526
+ (get-in @env/*compiler* [:options :lite-mode ]))
527
527
528
528
(defn emit-map [keys vals comma-sep distinct-keys?]
529
529
(cond
You can’t perform that action at this time.
0 commit comments