File tree 6 files changed +156
-155
lines changed
.clj-kondo/lilactown/helix/clj_kondo/lilactown
src/codes/clj/docs/frontend/panels 6 files changed +156
-155
lines changed Original file line number Diff line number Diff line change 26
26
27
27
(defn dom
28
28
" 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))
45
31
46
32
47
33
(defn analyze-definition
Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
2
:deps {lilactown/helix {:git/url " https://github.com/lilactown/helix"
3
- :git/sha " 773a646b55c2dd8c729df214bdf374ef8720eefa " }
3
+ :git/sha " 32178efcdc38b1e94a01212220018d74f90859d6 " }
4
4
town.lilac/flex {:git/url " https://github.com/lilactown/flex"
5
5
:git/sha " afa6491ace9015577ffa9245086f945825a93633" }
6
6
metosin/reitit-malli {:mvn/version " 0.7.1" }
10
10
applied-science/js-interop {:mvn/version " 0.4.2" }}
11
11
:aliases {:dev {:extra-paths [" dev" " test" ]
12
12
: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