feat: filter entry list from github before reading files (#868)
This commit is contained in:
committed by
GitHub
parent
f5f79b38f8
commit
ae5e261da5
@ -554,6 +554,7 @@ export abstract class BackendClass {
|
||||
folder: string,
|
||||
extension: string,
|
||||
depth: number,
|
||||
pathRegex?: RegExp,
|
||||
): Promise<ImplementationEntry[]>;
|
||||
abstract traverseCursor(
|
||||
cursor: Cursor,
|
||||
|
Reference in New Issue
Block a user