mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 18:58:30 +02:00
✨ Fix linter issues on frontend (part 6).
This commit is contained in:
parent
0f3e4c289c
commit
e796c3dfba
55 changed files with 629 additions and 771 deletions
|
@ -19,3 +19,12 @@
|
|||
(api/vector-node [])]
|
||||
other))]
|
||||
{:node result}))
|
||||
|
||||
(defn clojure-specify
|
||||
[{:keys [:node]}]
|
||||
(let [[rnode rtype & other] (:children node)
|
||||
result (api/list-node
|
||||
(into [(api/token-node (symbol "extend-type"))
|
||||
(api/token-node (gensym (:string-value rtype)))]
|
||||
other))]
|
||||
{:node result}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue