projects/utils/tree.ts
DFS visitor. visit is called once per node with the current depth.
visit
walkTree(nodes, visit)
void