(allowMultilineJsxText)
| 12002 | return token = scanTemplateAndSetTokenValue(/* isTaggedTemplate */ true); |
| 12003 | } |
| 12004 | function reScanJsxToken(allowMultilineJsxText) { |
| 12005 | if (allowMultilineJsxText === void 0) { allowMultilineJsxText = true; } |
| 12006 | pos = tokenPos = startPos; |
| 12007 | return token = scanJsxToken(allowMultilineJsxText); |
| 12008 | } |
| 12009 | function reScanLessThanToken() { |
| 12010 | if (token === 47 /* SyntaxKind.LessThanLessThanToken */) { |
| 12011 | pos = tokenPos + 1; |
nothing calls this directly
no test coverage detected