File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 163
163
:pretty-print :print-input-delimiter :pseudo-names :recompile-dependents :source-map
164
164
:source-map-inline :source-map-timestamp :static-fns :target :verbose :warnings
165
165
:emit-constants :ups-externs :ups-foreign-libs :ups-libs :warning-handlers :preloads
166
- :browser-repl :cache-analysis-format :infer-externs })
166
+ :browser-repl :cache-analysis-format :infer-externs :closure-generate-exports })
167
167
168
168
(def string->charset
169
169
{" iso-8859-1" StandardCharsets/ISO_8859_1
237
237
(. compiler-options
238
238
(setModuleRoots (:closure-module-roots opts))))
239
239
240
+ (when (contains? opts :closure-generate-exports )
241
+ (. compiler-options
242
+ (setGenerateExports (:closure-generate-exports opts))))
243
+
240
244
(. compiler-options
241
245
(setOutputCharset (to-charset (:closure-output-charset opts " UTF-8" ))) ; ; only works > 20160125 Closure Compiler
242
246
)
You can’t perform that action at this time.
0 commit comments