Home
last modified time | relevance | path

Searched defs:getDiagnostics (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
DcodeFixProvider.ts89 function getDiagnostics({ program, sourceFile, cancellationToken }: CodeFixContextBase) { function
/third_party/typescript/src/harness/
Dclient.ts417 private getDiagnostics(file: string, command: CommandNames): DiagnosticWithLocation[] { method in ts.server.SessionClient
/third_party/typescript/lib/
DtypingsInstaller.js18412 function getDiagnostics(fileName) { function
50837 getDiagnostics: getDiagnostics, property
89964 function getDiagnostics(sourceFile, ct) { function
122466 function getDiagnosticsHelper(sourceFile, getDiagnostics, cancellationToken) { argument
122885 function getAndCacheDiagnostics(sourceFile, cancellationToken, cache, getDiagnostics) { argument
Dtsc.js14430 function getDiagnostics(fileName) { function
41829 getDiagnostics: getDiagnostics, property
75849 function getDiagnostics(sourceFile, ct) { function
101600 function getDiagnosticsHelper(sourceFile, getDiagnostics, cancellationToken) { argument
101968 function getAndCacheDiagnostics(sourceFile, cancellationToken, cache, getDiagnostics) { argument
/third_party/typescript/src/compiler/
Dchecker.ts43081 function getDiagnostics(sourceFile: SourceFile, ct: CancellationToken): Diagnostic[] { function