Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DPathHelper.ts30 export function srcFilePathContainsDirectory(srcFile: ts.SourceFile, dir: string): boolean { function
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts41 import { srcFilePathContainsDirectory } from './functions/PathHelper';
1713 return srcFilePathContainsDirectory(srcFile, ignore);
1738 srcFilePathContainsDirectory(sourceFile, ARKTS_IGNORE_DIRS_OH_MODULES)