Home
last modified time | relevance | path

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

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