The set of tokens which consitute the intermediate form, each of which represents an item to be printed (including whitespace, brackets, etc...) in the formatted output
The set of tokens which consitute the intermediate form, each of which represents an item to be printed (including whitespace, brackets, etc...) in the formatted output
(indent context)
Represents an indent at the level found in the context
Represents an indent at the level found in the context
(string-literal s)
Represents a string literal that should be printed 'as is'
Represents a string literal that should be printed 'as is'
(syntax-element context category location)
Represents a syntax element meaningful in GraphQL, e.g. brackets or $ or !.
Represents a syntax element meaningful in GraphQL, e.g. brackets or $ or !.
(whitespace context location)
Represents a region of whitespace
between two other elements. location
should correspond to a keyword in the
:whitespace context entry.
Represents a region of whitespace between two other elements. `location` should correspond to a keyword in the :whitespace context entry.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close