RelSource exposes the compiler's relative source function.
(pstr ValueString)
| 218 | |
| 219 | // RelSource exposes the compiler's relative source function. |
| 220 | func (mc *matchCompilerImpl) RelSource(pstr ValueString) *RelativeSource { |
| 221 | return mc.c.relSource(pstr) |
| 222 | } |
| 223 | |
| 224 | // ReportErrorAtID exposes the issue reporter for the match compiler. |
| 225 | func (mc *matchCompilerImpl) ReportErrorAtID(id int64, message string, args ...any) { |