const fromChildren = (
    await Promise.all(
      nodes.map(async (node) =>
        resolveSupplementaryConfigFromNode({ node, context }),
      ),