cljs.spec/*compile-asserts*

MOVED, please see cljs.spec.alpha/*compile-asserts*
dynamic varremoved v1.9.542added v1.9.216Edit
Source docstring:
If true, compiler will enable spec asserts, which are then
subject to runtime control via check-asserts? If false, compiler
will eliminate all spec assert overhead. See 'assert'.
Initially set to the negation of the ':elide-asserts' compiler option.
Defaults to true.
Source code @ clojurescript:src/main/cljs/cljs/spec.cljs
(defonce
  ^{:dynamic true
    :doc "If true, compiler will enable spec asserts, which are then
subject to runtime control via check-asserts? If false, compiler
will eliminate all spec assert overhead. See 'assert'.
Initially set to the negation of the ':elide-asserts' compiler option.
Defaults to true."}
  *compile-asserts*
  (s/init-compile-asserts))