Liking cljdoc? Tell your friends :D

rewrite-clj.node.whitespace


*count-fn*cljs

This function is applied to every newline string and should produce the eventual character count.

This function is applied to every newline string and should produce
the eventual character count.
sourceraw docstring

*newline-fn*cljs

This function is applied to every newline string.

This function is applied to every newline string.
sourceraw docstring

comma-separatedcljs

(comma-separated nodes)

Interleave the given seq of nodes with ", " nodes.

Interleave the given seq of nodes with `", "` nodes.
sourceraw docstring

line-separatedcljs

(line-separated nodes)

Interleave the given seq of nodes with newline nodes.

Interleave the given seq of nodes with newline nodes.
sourceraw docstring

linebreak?cljs

(linebreak? node)

Check whether a ndoe represents linebreaks.

Check whether a ndoe represents linebreaks.
sourceraw docstring

newline-nodecljs

(newline-node s)

Create newline node.

Create newline node.
sourceraw docstring

NewlineNodecljs

source

newlinescljs

(newlines n)

Create node representing the given number of newline characters.

Create node representing the given number of newline characters.
sourceraw docstring

space-separatedcljs

(space-separated nodes)

Interleave the given seq of nodes with " " nodes.

Interleave the given seq of nodes with `" "` nodes.
sourceraw docstring

spacescljs

(spaces n)

Create node representing the given number of spaces.

Create node representing the given number of spaces.
sourceraw docstring

whitespace-nodecljs

(whitespace-node s)

Create whitespace node.

Create whitespace node.
sourceraw docstring

whitespace-nodescljs

(whitespace-nodes s)

Convert a string of whitespace to whitespace/newline nodes.

Convert a string of whitespace to whitespace/newline nodes.
sourceraw docstring

whitespace?cljs

(whitespace? node)

Check whether a node represents whitespace.

Check whether a node represents whitespace.
sourceraw docstring

WhitespaceNodecljs

source

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

× close