PipelineHooks
Actions to run after each stage of a Pipeline has been completed.
Parameters
action to run after the libraries have been registered and are ready to be looked up (libraries as arguments)
action to run after the tokens have been produced (output tokens as arguments)
action to run after the AST has been generated (root as an argument)
action to run after the queued function calls have been expanded (root as an argument)
action to run after the produced AST has been visited
action to run after the rendered output code has been generated (output code as an argument)
action to run after the rendered output code has been manipulated (e.g. wrapped) (output code as an argument)
action to run after all rendering has been completed. It usually matches with afterPostRendering. If post-rendering is disabled, it will match with afterRendering instead.