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 f6f4c04 commit 3037f04Copy full SHA for 3037f04
src/main/cljs/cljs/core.cljs
@@ -27,8 +27,8 @@
27
;; effect is to set same-named analyzer dynamic Var, which is unset via binding
28
;; scopes. In self-hosted it is cleared via cljs.js/post-file-side-effects.
29
(def *unchecked-arrays* false)
30
-;; The scope of *warn-on-infer* is global. Its side effect is to affect
31
-;; cljs.analyzer/*cljs-warnings*.
+;; The scope of *warn-on-infer* is file-scope: Its side effect is to set the
+;; cljs.analyzer/*cljs-warnings* dynamic Var, which is unset via binding scopes.
32
(def *warn-on-infer* false)
33
34
(set! *unchecked-arrays* true)
0 commit comments