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

Method bindDeleteExpressionFlow

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

Source from the content-addressed store, hash-verified

2279}
2280
2281func (b *Binder) bindDeleteExpressionFlow(node *ast.Node) {
2282 expr := node.AsDeleteExpression()
2283 b.bindEachChild(node)
2284 if expr.Expression.Kind == ast.KindPropertyAccessExpression {
2285 b.bindAssignmentTargetFlow(expr.Expression)
2286 }
2287}
2288
2289func (b *Binder) bindConditionalExpressionFlow(node *ast.Node) {
2290 expr := node.AsConditionalExpression()

Callers 1

bindChildrenMethod · 0.95

Calls 3

bindEachChildMethod · 0.95
AsDeleteExpressionMethod · 0.80

Tested by

no test coverage detected