(kind)
| 128506 | } |
| 128507 | ts.punctuationPart = punctuationPart; |
| 128508 | function operatorPart(kind) { |
| 128509 | return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.operator); |
| 128510 | } |
| 128511 | ts.operatorPart = operatorPart; |
| 128512 | function parameterNamePart(text) { |
| 128513 | return displayPart(text, ts.SymbolDisplayPartKind.parameterName); |
nothing calls this directly
no test coverage detected
searching dependent graphs…