(text)
| 128514 | } |
| 128515 | ts.parameterNamePart = parameterNamePart; |
| 128516 | function propertyNamePart(text) { |
| 128517 | return displayPart(text, ts.SymbolDisplayPartKind.propertyName); |
| 128518 | } |
| 128519 | ts.propertyNamePart = propertyNamePart; |
| 128520 | function textOrKeywordPart(text) { |
| 128521 | var kind = ts.stringToToken(text); |
nothing calls this directly
no test coverage detected
searching dependent graphs…