(text)
| 128518 | } |
| 128519 | ts.propertyNamePart = propertyNamePart; |
| 128520 | function textOrKeywordPart(text) { |
| 128521 | var kind = ts.stringToToken(text); |
| 128522 | return kind === undefined |
| 128523 | ? textPart(text) |
| 128524 | : keywordPart(kind); |
| 128525 | } |
| 128526 | ts.textOrKeywordPart = textOrKeywordPart; |
| 128527 | function textPart(text) { |
| 128528 | return displayPart(text, ts.SymbolDisplayPartKind.text); |
nothing calls this directly
no test coverage detected
searching dependent graphs…