SourceRef refAt(int offset, {String? symbol}) => SourceRef(file: relPath, line: lineOf(offset), symbol: symbol);