MFML - v0.0.4
    Preparing search index...

    Function walkNode

    • Walks the AST and invokes callback for each node in a tree in depth-first order.

      Parameters

      • node: null | AnyNode

        The node to walk.

      • callback: (node: AnyNode) => void

        The callback to invoke.

      Returns void