Home
last modified time | relevance | path

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

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