Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DFileUtils.ts51 …enerateModuleMap(ohPkgContentMap: Map<string, { [k: string]: unknown }>): Map<string, ModulePath> {
52 const moduleMap: Map<string, ModulePath> = new Map();
57 …moduleMap.set(moduleName, new ModulePath(modulePath, content.main ? path.resolve(modulePath, conte…
72 …moduleMap.set(name, new ModulePath(modulePath, target.main ? path.resolve(modulePath, target.main …
97 export class ModulePath { class
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DModelUtils.ts35 import { FileUtils, ModulePath } from '../../utils/FileUtils';
525 let moduleMap: Map<string, ModulePath> | undefined;
759 function findFileInModule(fromInfo: FromInfo, modulePath: ModulePath | undefined, contentPath: stri…