RelSource exposes the compiler's relative source function.
(pstr ValueString)
| 232 | |
| 233 | // RelSource exposes the compiler's relative source function. |
| 234 | func (mc *matchCompilerImpl) RelSource(pstr ValueString) *RelativeSource { |
| 235 | return mc.c.relSource(pstr) |
| 236 | } |
| 237 | |
| 238 | // ReportErrorAtID exposes the issue reporter for the match compiler. |
| 239 | func (mc *matchCompilerImpl) ReportErrorAtID(id int64, message string, args ...any) { |