Returns an import for each symlink and for the realpath.
(moduleSymbol, checker, compilerOptions, importingSourceFile, host, userPreferences, options)
| 122036 | } |
| 122037 | /** Returns an import for each symlink and for the realpath. */ |
| 122038 | function getModuleSpecifiers(moduleSymbol, checker, compilerOptions, importingSourceFile, host, userPreferences, options) { |
| 122039 | if (options === void 0) { options = {}; } |
| 122040 | return getModuleSpecifiersWithCacheInfo(moduleSymbol, checker, compilerOptions, importingSourceFile, host, userPreferences, options).moduleSpecifiers; |
| 122041 | } |
| 122042 | moduleSpecifiers_1.getModuleSpecifiers = getModuleSpecifiers; |
| 122043 | function getModuleSpecifiersWithCacheInfo(moduleSymbol, checker, compilerOptions, importingSourceFile, host, userPreferences, options) { |
| 122044 | if (options === void 0) { options = {}; } |
no test coverage detected