Liking cljdoc? Tell your friends :D

eastwood.copieddeps.dep1.clojure.tools.analyzer.passes.elide-meta


-elide-metaclj

(-elide-meta {:keys [op meta expr env] :as ast})

elide-metaclj

(elide-meta ast)

If elides is not empty and the AST node contains metadata, dissoc all the keys in elides from the metadata.

If elides is not empty and the AST node contains metadata,
dissoc all the keys in elides from the metadata.
raw docstring

elidesclj

A map of op keywords to predicate IFns. The predicate will be used to indicate what map keys should be elided on metadata of nodes for that op. :all can be used to indicate what should be elided for every node with metadata. Defaults to {:all (set (:elide-meta compiler-options))}

A map of op keywords to predicate IFns.
The predicate will be used to indicate what map keys should be elided on
metadata of nodes for that op.
:all can be used to indicate what should be elided for every node with
metadata.
Defaults to {:all (set (:elide-meta *compiler-options*))}
raw docstring

get-elidesclj

(get-elides {:keys [op expr type]})

replace-metaclj

(replace-meta meta new-meta)

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

× close