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

Method bindJsxAttributes

internal/binder/binder.go:877–879  ·  view source on GitHub ↗
(node *ast.Node)

Source from the content-addressed store, hash-verified

875}
876
877func (b *Binder) bindJsxAttributes(node *ast.Node) {
878 b.bindAnonymousDeclaration(node, ast.SymbolFlagsObjectLiteral, ast.InternalSymbolNameJSXAttributes)
879}
880
881func (b *Binder) bindJsxAttribute(node *ast.Node, symbolFlags ast.SymbolFlags, symbolExcludes ast.SymbolFlags) {
882 b.declareSymbolAndAddToSymbolTable(node, symbolFlags, symbolExcludes)

Callers 1

bindMethod · 0.95

Calls 1

Tested by

no test coverage detected