(kind)
| 128498 | } |
| 128499 | ts.spacePart = spacePart; |
| 128500 | function keywordPart(kind) { |
| 128501 | return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.keyword); |
| 128502 | } |
| 128503 | ts.keywordPart = keywordPart; |
| 128504 | function punctuationPart(kind) { |
| 128505 | return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.punctuation); |
no test coverage detected
searching dependent graphs…