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
@@ -3071,7 +3071,6 @@ function parseJsonConfigFileContentWorker(
validatedFilesSpecBeforeSubstitution,
validatedIncludeSpecsBeforeSubstitution,
validatedExcludeSpecsBeforeSubstitution,
pathPatterns: undefined, // Initialized on first use
isDefaultIncludeSpec,
};
}