Liking cljdoc? Tell your friends :D

clojure-lsp.parser


find-formsclj

(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.
raw docstring

find-last-by-posclj

(find-last-by-pos zloc pos)

find-top-forms-in-rangeclj

(find-top-forms-in-range code pos)

ident-splitclj

(ident-split ident-str)

in-range?clj

(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})

lein-zloc->ednclj

(lein-zloc->edn zloc)

loc-at-posclj

(loc-at-pos code row col)

safe-cursor-locclj

(safe-cursor-loc uri line character db)

safe-loc-at-posclj

(safe-loc-at-pos text row col)

same-range?clj

(same-range?
  {:keys [name-row name-col name-end-row name-end-col] :as _a-pos}
  {r :name-row c :name-col er :name-end-row ec :name-end-col :as _b-pos})

z-next-sexprclj

(z-next-sexpr loc)

zspycljmacro

(zspy loc)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close