cljs.analyzer.api/current-state

functionsince v1.10.738Edit
(current-state)

Source docstring:
Return the current compiler state atom.
Source code @ clojurescript:src/main/clojure/cljs/analyzer/api.cljc
(defn current-state
  []
  env/*compiler*)