File tree Expand file tree Collapse file tree 6 files changed +156
-155
lines changed
.clj-kondo/lilactown/helix/clj_kondo/lilactown
src/codes/clj/docs/frontend/panels Expand file tree Collapse file tree 6 files changed +156
-155
lines changed Original file line number Diff line number Diff line change 2626
2727(defn dom
2828 " Macro analysis for `helix.dom/*`."
29- [{:keys [node]}]
30- (let [[fn-sym & body] (-> node :children )
31- [old-props body] (if (api/map-node? (first body))
32- [(-> body first :children ) (next body)]
33- [nil body])
34- children body
35- new-props (when old-props
36- (->> old-props
37- (map
38- #(if (cond-> (api/sexpr %) symbol? (= '&))
39- (api/keyword-node :&)
40- %))
41- api/map-node))
42- expanded (api/list-node
43- (list* fn-sym new-props children))]
44- {:node (with-meta expanded (meta node))}))
29+ [m]
30+ ($ m))
4531
4632
4733(defn analyze-definition
Original file line number Diff line number Diff line change 11{:paths [" src" " resources" ]
22 :deps {lilactown/helix {:git/url " https://github.com/lilactown/helix"
3- :git/sha " 773a646b55c2dd8c729df214bdf374ef8720eefa " }
3+ :git/sha " 32178efcdc38b1e94a01212220018d74f90859d6 " }
44 town.lilac/flex {:git/url " https://github.com/lilactown/flex"
55 :git/sha " afa6491ace9015577ffa9245086f945825a93633" }
66 metosin/reitit-malli {:mvn/version " 0.7.1" }
1010 applied-science/js-interop {:mvn/version " 0.4.2" }}
1111 :aliases {:dev {:extra-paths [" dev" " test" ]
1212 :extra-deps {nubank/matcher-combinators {:mvn/version " 3.9.1" }
13- thheller/shadow-cljs {:mvn/version " 2.28.10 " }
14- cider/cider-nrepl {:mvn/version " 0.49.1 " }}}}}
13+ thheller/shadow-cljs {:mvn/version " 2.28.11 " }
14+ cider/cider-nrepl {:mvn/version " 0.49.2 " }}}}}
You can’t perform that action at this time.
0 commit comments