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.
src
abstract Node process(Node node)
Post-process this node and return the result (which may be a modified node).