(identifier)
| 142733 | }; |
| 142734 | } |
| 142735 | function breakIntoCharacterSpans(identifier) { |
| 142736 | return breakIntoSpans(identifier, /*word:*/ false); |
| 142737 | } |
| 142738 | ts.breakIntoCharacterSpans = breakIntoCharacterSpans; |
| 142739 | function breakIntoWordSpans(identifier) { |
| 142740 | return breakIntoSpans(identifier, /*word:*/ true); |
no test coverage detected
searching dependent graphs…