(changes, sourceFile, _a)
| 153854 | } |
| 153855 | } |
| 153856 | function addNamespaceQualifier(changes, sourceFile, _a) { |
| 153857 | var namespacePrefix = _a.namespacePrefix, position = _a.position; |
| 153858 | changes.insertText(sourceFile, position, namespacePrefix + "."); |
| 153859 | } |
| 153860 | function addImportType(changes, sourceFile, _a, quotePreference) { |
| 153861 | var moduleSpecifier = _a.moduleSpecifier, position = _a.position; |
| 153862 | changes.insertText(sourceFile, position, getImportTypePrefix(moduleSpecifier, quotePreference)); |
no outgoing calls
no test coverage detected