Searched refs:firstFileReference (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watch.ts | 158 …const firstFileReference = nonNilFiles[0] && prettyPathForFileError(nonNilFiles[0], host.getCurren… constant 166 firstFileReference) : 174 … distinctFileNamesWithLines.length === 1 ? firstFileReference : distinctFileNamesWithLines.length);
|
/third_party/typescript/lib/ |
D | tsc.js | 106830 …var firstFileReference = nonNilFiles[0] && prettyPathForFileError(nonNilFiles[0], host.getCurrentD… 106834 ts.Diagnostics.Found_1_error, errorCount, firstFileReference) : 106839 …_in_1_files, errorCount, distinctFileNamesWithLines.length === 1 ? firstFileReference : distinctFi…
|
D | typingsInstaller.js | 128485 …var firstFileReference = nonNilFiles[0] && prettyPathForFileError(nonNilFiles[0], host.getCurrentD… 128489 ts.Diagnostics.Found_1_error, errorCount, firstFileReference) : 128494 …_in_1_files, errorCount, distinctFileNamesWithLines.length === 1 ? firstFileReference : distinctFi…
|