cljs.analyzer.api/warning-message

functionsince v1.10.738Edit
(warning-message warn-type warn-info)

Source docstring:
Helper for generating the standard analyzer messages for warnings. Should be
passed warn-type and warn-info. See with-warning-handlers.
Source code @ clojurescript:src/main/clojure/cljs/analyzer/api.cljc
(defn warning-message
  [warn-type warn-info]
  (ana/error-message warn-type warn-info))