(v)
| 161271 | : variableAssignments.concat(writeAssignments); |
| 161272 | } |
| 161273 | function isReadonlyArray(v) { |
| 161274 | return ts.isArray(v); |
| 161275 | } |
| 161276 | /** |
| 161277 | * Produces a range that spans the entirety of nodes, given a selection |
| 161278 | * that might start/end in the middle of nodes. |
no outgoing calls
no test coverage detected
searching dependent graphs…