Optional
onThe AST that was transformed.
The node that was mutated by the transformer. Descendants of this node may have been mutated as well.
The transformer that mutated the AST.
Optional
onAn optional callback that will be called at the start of every pass.
The AST that will be transformed.
The number of the pass that will be performed. Starts at 1
.
An optional callback that will be called every time a transformer mutates the AST.