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/
Dtsc.js14461 function getDiagnostics(fileName) { function
41993 getDiagnostics: getDiagnostics, property
76054 function getDiagnostics(sourceFile, ct) { function
101886 function getDiagnosticsHelper(sourceFile, getDiagnostics, cancellationToken) { argument
102265 …function getAndCacheDiagnostics(sourceFile, cancellationToken, cache, getDiagnostics, isForLinter)… argument
DtypingsInstaller.js18446 function getDiagnostics(fileName) { function
51011 getDiagnostics: getDiagnostics, property
90186 function getDiagnostics(sourceFile, ct) { function
122776 function getDiagnosticsHelper(sourceFile, getDiagnostics, cancellationToken) { argument
123206 …function getAndCacheDiagnostics(sourceFile, cancellationToken, cache, getDiagnostics, isForLinter)… argument
/third_party/typescript/src/compiler/
Dchecker.ts43152 function getDiagnostics(sourceFile: SourceFile, ct: CancellationToken): Diagnostic[] { function