(kind)
| 128502 | } |
| 128503 | ts.keywordPart = keywordPart; |
| 128504 | function punctuationPart(kind) { |
| 128505 | return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.punctuation); |
| 128506 | } |
| 128507 | ts.punctuationPart = punctuationPart; |
| 128508 | function operatorPart(kind) { |
| 128509 | return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.operator); |
nothing calls this directly
no test coverage detected
searching dependent graphs…