Searched refs:errorDiagnostic (Results 1 – 4 of 4) sorted by relevance
113 errorDiagnostic => {114 if(errorDiagnostic.file === undefined) return;115 return `${errorDiagnostic.file.fileName}`;
2 …export function errorDiagnostic(message: fakes.ExpectedDiagnosticMessage): fakes.ExpectedErrorDiag… function
128108 .map(function (errorDiagnostic) { argument128109 if (errorDiagnostic.file === undefined)128111 return "".concat(errorDiagnostic.file.fileName);
106473 .map(function (errorDiagnostic) { argument106474 if (errorDiagnostic.file === undefined)106476 return "".concat(errorDiagnostic.file.fileName);