(matchIndex)
| 58018 | } |
| 58019 | |
| 58020 | function createReference(matchIndex) { |
| 58021 | return addRaw({ |
| 58022 | type: 'reference', |
| 58023 | matchIndex: parseInt(matchIndex, 10), |
| 58024 | range: [pos - 1 - matchIndex.length, pos] |
| 58025 | }); |
| 58026 | } |
| 58027 | |
| 58028 | function createGroup(behavior, disjunction, from, to) { |
| 58029 | return addRaw({ |
no test coverage detected