We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Really, really, really important: no more discrete selectors and transformation at the lowest level.
So, for example, e/set-attr would be a transformation on its own, without a selector.
e/set-attr
Then one would use apply-to (I just made the name) to create a new transformation from e/set-attr and a selector.
apply-to
This would allow (sample-for [selector] [for-comprehension] ...) a better clone-for.
(sample-for [selector] [for-comprehension] ...)
clone-for