(dir: string, options?: WalkOptions | undefined): Promise<string[]> Collect all files from walk_repo_files into an array. Convenience function for when you need all paths upfront.
dir
stringoptions?
WalkOptions | undefinedreturns
Promise<string[]>