(text)
| 128510 | } |
| 128511 | ts.operatorPart = operatorPart; |
| 128512 | function parameterNamePart(text) { |
| 128513 | return displayPart(text, ts.SymbolDisplayPartKind.parameterName); |
| 128514 | } |
| 128515 | ts.parameterNamePart = parameterNamePart; |
| 128516 | function propertyNamePart(text) { |
| 128517 | return displayPart(text, ts.SymbolDisplayPartKind.propertyName); |
nothing calls this directly
no test coverage detected
searching dependent graphs…