Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
func
(p *Parser) nextTokenWithoutCheck() ast.Kind {
394
p.token = p.scanner.Scan()
395
return
p.token
396
}
397
398
func
(p *Parser) nextTokenJSDoc() ast.Kind {
399
p.token = p.scanner.ScanJSDocToken()
Callers
1
createIdentifierWithDiagnostic
Method · 0.95
Calls
1
Scan
Method · 0.80
Tested by
no test coverage detected