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

Method nextTokenWithoutCheck

internal/parser/parser.go:393–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391}
392
393func (p *Parser) nextTokenWithoutCheck() ast.Kind {
394 p.token = p.scanner.Scan()
395 return p.token
396}
397
398func (p *Parser) nextTokenJSDoc() ast.Kind {
399 p.token = p.scanner.ScanJSDocToken()

Callers 1

Calls 1

ScanMethod · 0.80

Tested by

no test coverage detected