(text)
| 128529 | } |
| 128530 | ts.textPart = textPart; |
| 128531 | function typeAliasNamePart(text) { |
| 128532 | return displayPart(text, ts.SymbolDisplayPartKind.aliasName); |
| 128533 | } |
| 128534 | ts.typeAliasNamePart = typeAliasNamePart; |
| 128535 | function typeParameterNamePart(text) { |
| 128536 | return displayPart(text, ts.SymbolDisplayPartKind.typeParameterName); |
nothing calls this directly
no test coverage detected
searching dependent graphs…