case 'nested':
          return `${makeIndent(depth)}  ${node.name}: ${iter(node.children, depth + 1)}`;