(_a)
| 153866 | return "import(".concat(quote).concat(moduleSpecifier).concat(quote, ")."); |
| 153867 | } |
| 153868 | function needsTypeOnly(_a) { |
| 153869 | var addAsTypeOnly = _a.addAsTypeOnly; |
| 153870 | return addAsTypeOnly === 2 /* AddAsTypeOnly.Required */; |
| 153871 | } |
| 153872 | function getNewImports(moduleSpecifier, quotePreference, defaultImport, namedImports, namespaceLikeImport) { |
| 153873 | var quotedModuleSpecifier = ts.makeStringLiteral(moduleSpecifier, quotePreference); |
| 153874 | var statements; |
no outgoing calls
no test coverage detected