| function | since v1.7.122 | Edit | 
(get-js-index)(get-js-index state)Return the currently computed Google Closure js dependency index from the compiler state.
(defn get-js-index
  ([] (get-js-index (current-state)))
  ([state]
   (get @state :js-dependency-index)))