(parity: 0 | 1)
| 32 | } |
| 33 | |
| 34 | function mapParityNodeFinder(parity: 0 | 1) { |
| 35 | return parityNodeFinder(patternFinder("map_lit"), parity); |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Creates a node finder which will apply a transformation to the index of a |
no test coverage detected