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