Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dwatch.ts138 function prettyPathForFileError(error: ReportFileInError, cwd: string) { function
158 …const firstFileReference = nonNilFiles[0] && prettyPathForFileError(nonNilFiles[0], host.getCurren…
202 const fileRef = prettyPathForFileError(file!, host.getCurrentDirectory());
/third_party/typescript/lib/
DtypingsInstaller.js128133 function prettyPathForFileError(error, cwd) { function
128146 …var firstFileReference = nonNilFiles[0] && prettyPathForFileError(nonNilFiles[0], host.getCurrentD…
128179 var fileRef = prettyPathForFileError(file, host.getCurrentDirectory());
Dtsc.js106498 function prettyPathForFileError(error, cwd) { function
106511 …var firstFileReference = nonNilFiles[0] && prettyPathForFileError(nonNilFiles[0], host.getCurrentD…
106544 var fileRef = prettyPathForFileError(file, host.getCurrentDirectory());