0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00
This commit is contained in:
Florian Schroedl 2024-10-02 11:33:14 +02:00
parent 0ffcda404b
commit a235327c3e

View file

@ -16,10 +16,6 @@
[cljs.analyzer.api :as aapi]
[cuerdas.core :as str]))
(defmacro legacy
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
[& body] `(do ~@body))
(defmacro select-keys
"A macro version of `select-keys`. Useful when keys vector is known
at compile time (aprox 600% performance boost).