We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca0551 commit b790073Copy full SHA for b790073
src/main/clojure/cljs/analyzer/api.cljc
@@ -77,6 +77,11 @@
77
[warn-type warn-info]
78
(ana/error-message warn-type warn-info))
79
80
+(defn enabled-warnings
81
+ "Get the enabled warning types."
82
+ []
83
+ ana/*cljs-warnings*)
84
+
85
(defn get-options
86
"Return the compiler options from compiler state."
87
([] (get-options (current-state)))
0 commit comments