cljs.analyzer.api/get-js-index

functionsince v1.7.122Edit
(get-js-index)
(get-js-index state)

Source docstring:
Return the currently computed Google Closure js dependency index from the
compiler state.
Source code @ clojurescript:src/main/clojure/cljs/analyzer/api.cljc
(defn get-js-index
  ([] (get-js-index (current-state)))
  ([state]
   (get @state :js-dependency-index)))