Liking cljdoc? Tell your friends :D
Clojure only.

typed.clj.analyzer.passes.annotate-host-info


annotate-host-infoclj

(annotate-host-info {:keys [op methods interfaces class env] :as ast})

Adds a :methods key to reify/deftype :methods info representing the reflected informations for the required methods, replaces (catch :default ..) forms with (catch Throwable ..)

Adds a :methods key to reify/deftype :methods info representing
the reflected informations for the required methods, replaces
(catch :default ..) forms with (catch Throwable ..)
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close