Home
last modified time | relevance | path

Searched refs:srcFilePathComponents (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts1533 const srcFilePathComponents = new Map<SourceFile, string[]>(); constant
1535 let pathComps = srcFilePathComponents.get(srcFile);
1538 srcFilePathComponents.set(srcFile, pathComps);