Home
last modified time | relevance | path

Searched defs:allDiagnostics (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DAPISample_compile.js25 var allDiagnostics = ts.getPreEmitDiagnostics(program); variable
/third_party/typescript/src/compiler/
Dwatch.ts316 const allDiagnostics = program.getConfigFileParsingDiagnostics().slice(); constant
Dprogram.ts582 allDiagnostics?: readonly T[]; property