(->string results
lines
line-lu
{:keys [highlight text]
:or {text {:normal :cyan :highlight :yellow}}})turns a set of results into a output string for printing
turns a set of results into a output string for printing
(deltas ns analysis original revised)returns a list of changes between the original and revised versions
returns a list of changes between the original and revised versions
(highlight-lines lines
{:keys [row col end-row end-col] :as cinfo}
offset
{:keys [text]})highlights a segment of code in a different color
highlights a segment of code in a different color
(summarise-deltas deltas)summary of what changes have been made
summary of what changes have been made
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |