File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/main/com/fulcrologic/fulcro/inspect Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1010deploy :
1111 rm -rf target
1212 mvn deploy
13+
14+ check-clj-doc :
15+ clojure -T:build jar
16+ clojure -T:check-clj-doc analyze-local
Original file line number Diff line number Diff line change 4141 org.clojure/tools.namespace {:mvn/version " 1.0.0" }}}
4242
4343 :build {:deps {io.github.seancorfield/build-clj {:tag " v0.6.7" :sha " 22c2d09" }}
44- :ns-default build}}}
44+ :ns-default build}
45+
46+ :check-clj-doc {:deps {io.github.cljdoc/cljdoc-analyzer {:tag " v1.0.802" :sha " 911656c5" }}
47+ :ns-default cljdoc-analyzer.deps-tool}}}
Original file line number Diff line number Diff line change 1- (ns com.fulcrologic.fulcro.inspect.target-impl
1+ (ns ^:no-doc com.fulcrologic.fulcro.inspect.target-impl
22 (:require
33 [clojure.core.async :as async]
44 [com.fulcrologic.devtools.common.built-in-mutations :as bi]
You can’t perform that action at this time.
0 commit comments