Rewrite-cljs Api Documentation

Version: 0.3.0

rewrite-clj.node.quote

->node

(->node t prefix sym children)

->QuoteNode

(->QuoteNode tag prefix sym children)

map->QuoteNode

(map->QuoteNode G__5425)

quote-node

(quote-node children)

Create node representing a quoted form. Takes either a seq of nodes or a single one.

syntax-quote-node

(syntax-quote-node children)

Create node representing a syntax-quoted form. Takes either a seq of nodes or a single one.

unquote-node

(unquote-node children)

Create node representing an unquoted form. (~...) Takes either a seq of nodes or a single one.

unquote-splicing-node

(unquote-splicing-node children)

Create node representing an unquote-spliced form. (~@...) Takes either a seq of nodes or a single one.