(inBackticks bool)
| 401 | } |
| 402 | |
| 403 | func (p *Parser) nextJSDocCommentTextToken(inBackticks bool) ast.Kind { |
| 404 | p.token = p.scanner.ScanJSDocCommentTextToken(inBackticks) |
| 405 | return p.token |
| 406 | } |
| 407 | |
| 408 | func (p *Parser) nodePos() int { |
| 409 | return p.scanner.TokenFullStart() |
no test coverage detected