Wrappers around typed.clojure that return type check results as data.
Wrappers around typed.clojure that return type check results as data.
(check-dirs dirs)
Type check the given directories and return the errors as data or nil if there are none.
Type check the given directories and return the errors as data or nil if there are none.
(ExceptionInfo->type-errors exinf)
Takes an ExceptionInfo from Typed Clojure and converts it to a sequence of maps we can easily display.
Takes an ExceptionInfo from Typed Clojure and converts it to a sequence of maps we can easily display.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close