type

PostProcessor

src @Js
mixin PostProcessor

PostProcessors are run as the last step of parsing and provide an opportunity to inspect/modify the parsed AST before rendering.

methods

process

Post-process this node and return the result (which may be a modified node).

Slot Details

process

src abstract Node process(Node node)

Post-process this node and return the result (which may be a modified node).