| 31 | * custom module resolution, source file caching and collects unresolved specifiers. |
| 32 | */ |
| 33 | export class Analyzer { |
| 34 | private _sourceFileCache = new Map<string, ts.SourceFile>(); |
| 35 | |
| 36 | private _ignoreTypeOnlyChecks: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected