Home
last modified time | relevance | path

Searched refs:errorDiagnostic (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dwatch.ts113 errorDiagnostic => {
114 if(errorDiagnostic.file === undefined) return;
115 return `${errorDiagnostic.file.fileName}`;
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts2 …export function errorDiagnostic(message: fakes.ExpectedDiagnosticMessage): fakes.ExpectedErrorDiag… function
/third_party/typescript/lib/
DtypingsInstaller.js128108 .map(function (errorDiagnostic) { argument
128109 if (errorDiagnostic.file === undefined)
128111 return "".concat(errorDiagnostic.file.fileName);
Dtsc.js106473 .map(function (errorDiagnostic) { argument
106474 if (errorDiagnostic.file === undefined)
106476 return "".concat(errorDiagnostic.file.fileName);