Skip to content

Commit

Permalink
compileModule -> compileChunk
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Feb 19, 2024
1 parent b2d0cb1 commit 40735e5
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 @@ -1462,7 +1462,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 40735e5

Please sign in to comment.