feat: filter entry list from github before reading files (#868)

This commit is contained in:
Daniel Lautzenheiser
2023-09-07 08:06:04 -04:00
committed by GitHub
parent f5f79b38f8
commit ae5e261da5
4 changed files with 31 additions and 5 deletions

View File

@ -554,6 +554,7 @@ export abstract class BackendClass {
folder: string,
extension: string,
depth: number,
pathRegex?: RegExp,
): Promise<ImplementationEntry[]>;
abstract traverseCursor(
cursor: Cursor,