(find-forms zloc p?)
Find last node (if more than one node) that is in range of pos and satisfying the given predicate depth first from initial zipper location.
Find last node (if more than one node) that is in range of pos and satisfying the given predicate depth first from initial zipper location.
(in-range? {:keys [row col end-row end-col] :as form-pos}
{r :row c :col er :end-row ec :end-col :as selection-pos})
(join-let let-loc)
if a let is directly above a form, will join binding forms and remove the inner let
if a let is directly above a form, will join binding forms and remove the inner let
(raise zloc)
Delete siblings and raise node at zloc one level up
[1 [2 |3 4]] => [1 |3]
Delete siblings and raise node at zloc one level up - `[1 [2 |3 4]] => [1 |3]`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close