(moduleSpecifier, quotePreference)
| 153862 | changes.insertText(sourceFile, position, getImportTypePrefix(moduleSpecifier, quotePreference)); |
| 153863 | } |
| 153864 | function getImportTypePrefix(moduleSpecifier, quotePreference) { |
| 153865 | var quote = ts.getQuoteFromPreference(quotePreference); |
| 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 */; |
no test coverage detected