Searched refs:findFileByPath (Results 1 – 1 of 1) sorted by relevance
278 if (findFileByPath(path, /*throwFileNotFoundError*/ false)) {322 memoize(path => findFileByPath(path, /*throwFileNotFoundError*/ true)!.contents));404 …function findFileByPath(expectedPath: string, throwFileNotFoundError: boolean): FileInformation | … function