Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DPathHelper.ts28 const srcFilePathComponentsCache = new Map<ts.SourceFile, string[]>(); constant
31 let pathComps = srcFilePathComponentsCache.get(srcFile);
34 srcFilePathComponentsCache.set(srcFile, pathComps);
45 srcFilePathComponentsCache.clear();