(compilerOptions, importingSourceFile, importingSourceFileName, toFileName, host, options)
| 122000 | // just to get its `impliedNodeFormat` and to detect certain preferences from existing import module |
| 122001 | // specifiers. |
| 122002 | function getModuleSpecifier(compilerOptions, importingSourceFile, importingSourceFileName, toFileName, host, options) { |
| 122003 | if (options === void 0) { options = {}; } |
| 122004 | return getModuleSpecifierWorker(compilerOptions, importingSourceFile, importingSourceFileName, toFileName, host, getPreferences(host, {}, compilerOptions, importingSourceFile), {}, options); |
| 122005 | } |
| 122006 | moduleSpecifiers_1.getModuleSpecifier = getModuleSpecifier; |
| 122007 | function getNodeModulesPackageName(compilerOptions, importingSourceFile, nodeModulesFileName, host, preferences, options) { |
| 122008 | if (options === void 0) { options = {}; } |
nothing calls this directly
no test coverage detected