(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.
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*))}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close