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

Method bindAccessExpressionFlow

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

Source from the content-addressed store, hash-verified

2336}
2337
2338func (b *Binder) bindAccessExpressionFlow(node *ast.Node) {
2339 if ast.IsOptionalChain(node) {
2340 b.bindOptionalChainFlow(node)
2341 } else {
2342 b.bindEachChild(node)
2343 }
2344}
2345
2346func (b *Binder) bindOptionalChainFlow(node *ast.Node) {
2347 if isTopLevelLogicalExpression(node) {

Callers 1

bindChildrenMethod · 0.95

Calls 3

bindOptionalChainFlowMethod · 0.95
bindEachChildMethod · 0.95
IsOptionalChainFunction · 0.92

Tested by

no test coverage detected