Function: visitDescendants()
visitDescendants(
node:Node,visitor: (child:Node) =>void):void
Defined in: _internal/test-ast.ts:365
Visit every descendant node under a starting AST node.
Parametersโ
nodeโ
Node
visitorโ
(child: Node) => void
Returnsโ
void