Searched refs:fileErrors (Results 1 – 1 of 1) sorted by relevance
619 const fileErrors = diagnostics.filter((e): e is ts.DiagnosticWithLocation => { constant626 …outputLines += (newLine() + "==== " + inputFile.unitName + " (" + fileErrors.length + " errors) ==…656 fileErrors.forEach(errDiagnostic => {683 … assert.equal(markedErrorCount, fileErrors.length, "count of errors in " + inputFile.unitName);