(updated, original)
| 108607 | recordTypeReferenceDirectivesIfNecessary(resolver.getTypeReferenceDirectivesForEntityName(entityName)); |
| 108608 | } |
| 108609 | function preserveJsDoc(updated, original) { |
| 108610 | if (ts.hasJSDocNodes(updated) && ts.hasJSDocNodes(original)) { |
| 108611 | updated.jsDoc = original.jsDoc; |
| 108612 | } |
| 108613 | return ts.setCommentRange(updated, ts.getCommentRange(original)); |
| 108614 | } |
| 108615 | function rewriteModuleSpecifier(parent, input) { |
| 108616 | if (!input) |
| 108617 | return undefined; // TODO: GH#18217 |
no outgoing calls
no test coverage detected