cljs.analyzer.api/get-options

functionsince v1.7.10Edit
(get-options)
(get-options state)

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