Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts609 const globalErrors = diagnostics.filter(err => !err.file); constant
610 globalErrors.forEach(outputErrorText);