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

Method bindJsxAttribute

internal/binder/binder.go:881–883  ·  view source on GitHub ↗
(node *ast.Node, symbolFlags ast.SymbolFlags, symbolExcludes ast.SymbolFlags)

Source from the content-addressed store, hash-verified

879}
880
881func (b *Binder) bindJsxAttribute(node *ast.Node, symbolFlags ast.SymbolFlags, symbolExcludes ast.SymbolFlags) {
882 b.declareSymbolAndAddToSymbolTable(node, symbolFlags, symbolExcludes)
883}
884
885func (b *Binder) setExportContextFlag(node *ast.Node) {
886 // A declaration source file or ambient module declaration that contains no export declarations (but possibly regular

Callers 1

bindMethod · 0.95

Tested by

no test coverage detected