MCPcopy Create free account
hub / github.com/microsoft/typescript-go / nextJSDocCommentTextToken

Method nextJSDocCommentTextToken

internal/parser/parser.go:403–406  ·  view source on GitHub ↗
(inBackticks bool)

Source from the content-addressed store, hash-verified

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

Callers 2

parseTagCommentsMethod · 0.95

Calls 1

Tested by

no test coverage detected