(pos int)
| 122 | } |
| 123 | |
| 124 | func (p *regExpParser) charAt(pos int) rune { |
| 125 | return p.scanner.charAt(pos - p.pos()) |
| 126 | } |
| 127 | |
| 128 | func (p *regExpParser) error(msg *diagnostics.Message, pos int, length int, args ...any) { |
| 129 | p.scanner.errorAt(msg, pos, length, args...) |
no test coverage detected