File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1283,10 +1283,10 @@
12831283

12841284
(defn make-convert-js-module-options [opts]
12851285
(-> opts
1286-
(select-keys [:closure-warnings
1287-
:pretty-print
1288-
:closure-extra-annotations])
1289-
(set-options (CompilerOptions.))))
1286+
(select-keys
1287+
[:closure-warnings :closure-extra-annotations :pretty-print
1288+
:language-in :language-out])
1289+
(set-options (CompilerOptions.))))
12901290

12911291
(util/compile-if can-convert-commonjs?
12921292
(defmethod convert-js-module :commonjs [ijs opts]

0 commit comments

Comments
 (0)