(check-ns ns-or-syms opt)
(check-ns-info ns-or-syms opt)
Same as check-ns, but returns a map of results from type checking the namespace.
Options
Deprecated:
Same as check-ns, but returns a map of results from type checking the namespace. Options - :type-provided? If true, use the expected type to check the form - :file-mapping If true, return map provides entry :file-mapping, a hash-map of (Map '{:line Int :column Int :file Str} Str). Deprecated: - :profile Use Timbre to profile the type checker. Timbre must be added as a dependency.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close