()
| 33601 | return withJSDoc(finishNode(node, pos), hasJSDoc); |
| 33602 | } |
| 33603 | function isIndexSignature() { |
| 33604 | return token() === 22 /* SyntaxKind.OpenBracketToken */ && lookAhead(isUnambiguouslyIndexSignature); |
| 33605 | } |
| 33606 | function isUnambiguouslyIndexSignature() { |
| 33607 | // The only allowed sequence is: |
| 33608 | // |
no test coverage detected
searching dependent graphs…