We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc999f0 commit cc953d4Copy full SHA for cc953d4
src/main/clojure/cljs/closure.clj
@@ -1283,10 +1283,10 @@
1283
1284
(defn make-convert-js-module-options [opts]
1285
(-> opts
1286
- (select-keys [:closure-warnings
1287
- :pretty-print
1288
- :closure-extra-annotations])
1289
- (set-options (CompilerOptions.))))
+ (select-keys
+ [:closure-warnings :closure-extra-annotations :pretty-print
+ :language-in :language-out])
+ (set-options (CompilerOptions.))))
1290
1291
(util/compile-if can-convert-commonjs?
1292
(defmethod convert-js-module :commonjs [ijs opts]
0 commit comments