(text, kind)
| 128490 | } |
| 128491 | ts.symbolPart = symbolPart; |
| 128492 | function displayPart(text, kind) { |
| 128493 | return { text: text, kind: ts.SymbolDisplayPartKind[kind] }; |
| 128494 | } |
| 128495 | ts.displayPart = displayPart; |
| 128496 | function spacePart() { |
| 128497 | return displayPart(" ", ts.SymbolDisplayPartKind.space); |
no outgoing calls
no test coverage detected
searching dependent graphs…