cljs.spec.test.alpha/unstrument-1

macropreviously cljs.spec.test/unstrument-1Edit
(unstrument-1 [quote s])

Source code @ clojurescript:src/main/cljs/cljs/spec/test/alpha.cljc
(defmacro unstrument-1
  [[quote s]]
  (when-let [v (ana-api/resolve &env s)]
    (when (@instrumented-vars (:name v))
      (swap! instrumented-vars disj (:name v))
      `(let [raw# (#'unstrument-1* '~s (var ~s))]
         (when raw# (set! ~s raw#))
         '~(:name v)))))