Optimize path mapping lookups (#59048)

This commit is contained in:
Daniel Rosenwasser
2024-08-29 09:17:24 -07:00
committed by GitHub
parent 497316f7e8
commit e6f3bafddf
5 changed files with 63 additions and 22 deletions
-1
View File
@@ -7628,7 +7628,6 @@ export interface ConfigFileSpecs {
validatedFilesSpecBeforeSubstitution: readonly string[] | undefined;
validatedIncludeSpecsBeforeSubstitution: readonly string[] | undefined;
validatedExcludeSpecsBeforeSubstitution: readonly string[] | undefined;
pathPatterns: readonly (string | Pattern)[] | undefined;
isDefaultIncludeSpec: boolean;
}