• A generator that walks the whole AST starting from the provided node, depth-first.

    Parameters

    • node: Node

      the starting node.

    Returns Generator<Node>

Generated using TypeDoc