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

Method nextIsStartOfExpression

internal/parser/parser.go:6335–6338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6333}
6334
6335func (p *Parser) nextIsStartOfExpression() bool {
6336 p.nextToken()
6337 return p.isStartOfExpression()
6338}
6339
6340func (p *Parser) isUsingDeclaration() bool {
6341 // 'using' always starts a lexical declaration if followed by an identifier. We also eagerly parse

Callers

nothing calls this directly

Calls 2

nextTokenMethod · 0.95
isStartOfExpressionMethod · 0.95

Tested by

no test coverage detected