(node)
| 46162 | } |
| 46163 | } |
| 46164 | function bindAccessExpressionFlow(node) { |
| 46165 | if (ts.isOptionalChain(node)) { |
| 46166 | bindOptionalChainFlow(node); |
| 46167 | } |
| 46168 | else { |
| 46169 | bindEachChild(node); |
| 46170 | } |
| 46171 | } |
| 46172 | function bindCallExpressionFlow(node) { |
| 46173 | if (ts.isOptionalChain(node)) { |
| 46174 | bindOptionalChainFlow(node); |
no test coverage detected