Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts2288 const flatDiagnostics = flatten(allDiagnostics); constant
2290 return flatDiagnostics;
2293 …= getDiagnosticsWithPrecedingDirectives(sourceFile, sourceFile.commentDirectives, flatDiagnostics);
2306 …tives(sourceFile: SourceFile, commentDirectives: CommentDirective[], flatDiagnostics: Diagnostic[]…
2310 …const diagnostics = flatDiagnostics.filter(diagnostic => markPrecedingCommentDirectiveLine(diagnos…
/third_party/typescript/lib/
DtypingsInstaller.js122622 var flatDiagnostics = ts.flatten(allDiagnostics);
122624 return flatDiagnostics;
122626 …icsWithPrecedingDirectives(sourceFile, sourceFile.commentDirectives, flatDiagnostics), diagnostics…
122637 … function getDiagnosticsWithPrecedingDirectives(sourceFile, commentDirectives, flatDiagnostics) { argument
122641 …var diagnostics = flatDiagnostics.filter(function (diagnostic) { return markPrecedingCommentDirect…
Dtsc.js101733 var flatDiagnostics = ts.flatten(allDiagnostics);
101735 return flatDiagnostics;
101737 …icsWithPrecedingDirectives(sourceFile, sourceFile.commentDirectives, flatDiagnostics), diagnostics…
101744 … function getDiagnosticsWithPrecedingDirectives(sourceFile, commentDirectives, flatDiagnostics) { argument
101746 …var diagnostics = flatDiagnostics.filter(function (diagnostic) { return markPrecedingCommentDirect…