Searched defs:getDiagnostics (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/ |
D | codeFixProvider.ts | 89 function getDiagnostics({ program, sourceFile, cancellationToken }: CodeFixContextBase) { function
|
/third_party/typescript/src/harness/ |
D | client.ts | 417 private getDiagnostics(file: string, command: CommandNames): DiagnosticWithLocation[] { method in ts.server.SessionClient
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 18412 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
|
D | tsc.js | 14430 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/ |
D | checker.ts | 43081 function getDiagnostics(sourceFile: SourceFile, ct: CancellationToken): Diagnostic[] { function
|