Liking cljdoc? Tell your friends :D

lucid.legacy.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

Set of map keys to elide from metadata. Defaults to (set (:elide-meta compiler-options))

Set of map keys to elide from metadata.
Defaults to (set (:elide-meta *compiler-options*))
raw docstring

replace-metaclj

(replace-meta meta new-meta)

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

× close