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

Method scanJsxAttributeValue

internal/parser/parser.go:4913–4916  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4911}
4912
4913func (p *Parser) scanJsxAttributeValue() ast.Kind {
4914 p.token = p.scanner.ScanJsxAttributeValue()
4915 return p.token
4916}
4917
4918func (p *Parser) parseJsxClosingElement(open *ast.Node, inExpressionContext bool) *ast.Node {
4919 pos := p.nodePos()

Callers 1

Calls 1

ScanJsxAttributeValueMethod · 0.80

Tested by

no test coverage detected