cljs.build.api/handle-js-modules

functionsince v1.10.738Edit
(handle-js-modules state xs opts)

Source docstring:
Given a collection of IJavaScript values representing a build, index all
node modules, convert all JS modules (ES6 etc), and store the updated
js-dependency-index (likely changed due to modules) in compiler state.
Source code @ clojurescript:src/main/clojure/cljs/build/api.clj
(defn handle-js-modules
  [state xs opts]
  (closure/handle-js-modules opts xs state))