(fileName: string, languageVersion: ts.ScriptTarget)
| 40 | } |
| 41 | |
| 42 | const getLibCacheKey = (fileName: string, languageVersion: ts.ScriptTarget): string => |
| 43 | `${languageVersion}:${fileName}`; |
| 44 | |
| 45 | function getCachedLibSourceFile( |
| 46 | fileName: string, |
no outgoing calls
no test coverage detected