(node)
| 46154 | } |
| 46155 | } |
| 46156 | function bindNonNullExpressionFlow(node) { |
| 46157 | if (ts.isOptionalChain(node)) { |
| 46158 | bindOptionalChainFlow(node); |
| 46159 | } |
| 46160 | else { |
| 46161 | bindEachChild(node); |
| 46162 | } |
| 46163 | } |
| 46164 | function bindAccessExpressionFlow(node) { |
| 46165 | if (ts.isOptionalChain(node)) { |
| 46166 | bindOptionalChainFlow(node); |
no test coverage detected