Skip to content

Commit

Permalink
* compileModules -> compileChunks
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Mar 27, 2024
1 parent f81c72b commit 9ba1365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/cljs/closure.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@
(.sortInputsByDeps input closure-compiler))
_ (when (or ana/*verbose* (:verbose opts))
(util/debug-prn "Applying optimizations" (:optimizations opts) "to" (count sources) "sources"))
^Result result (.compileModules closure-compiler externs inputs compiler-options)
^Result result (.compileChunks closure-compiler externs inputs compiler-options)
^SourceMap source-map (when (:source-map opts)
(.getSourceMap closure-compiler))]
(assert (or (nil? (:source-map opts)) source-map)
Expand Down

0 comments on commit 9ba1365

Please sign in to comment.