(text)
| 128525 | } |
| 128526 | ts.textOrKeywordPart = textOrKeywordPart; |
| 128527 | function textPart(text) { |
| 128528 | return displayPart(text, ts.SymbolDisplayPartKind.text); |
| 128529 | } |
| 128530 | ts.textPart = textPart; |
| 128531 | function typeAliasNamePart(text) { |
| 128532 | return displayPart(text, ts.SymbolDisplayPartKind.aliasName); |
no test coverage detected
searching dependent graphs…