Recursively execute a series of mapping callbacks on this node and all its children. If the callback returns a non-undefined value, it will overwrite the node, otherwise it will return a shallow clone.
or array of nodes
One or more transformation functions.
Optional
Ignore walking nodes of these types
Only walk nodes of this type
the transformed node or array of nodes
Generated using TypeDoc
Recursively execute a series of mapping callbacks on this node and all its children. If the callback returns a non-undefined value, it will overwrite the node, otherwise it will return a shallow clone.