(moduleSymbol, importingSourceFile, host, userPreferences, options)
| 122019 | getLocalModuleSpecifier(toFileName, info, compilerOptions, host, preferences); |
| 122020 | } |
| 122021 | function tryGetModuleSpecifiersFromCache(moduleSymbol, importingSourceFile, host, userPreferences, options) { |
| 122022 | if (options === void 0) { options = {}; } |
| 122023 | return tryGetModuleSpecifiersFromCacheWorker(moduleSymbol, importingSourceFile, host, userPreferences, options)[0]; |
| 122024 | } |
| 122025 | moduleSpecifiers_1.tryGetModuleSpecifiersFromCache = tryGetModuleSpecifiersFromCache; |
| 122026 | function tryGetModuleSpecifiersFromCacheWorker(moduleSymbol, importingSourceFile, host, userPreferences, options) { |
| 122027 | var _a; |
nothing calls this directly
no test coverage detected