fn errorOffset(tree: Ast, parse_error: Error) u32

Returns an extra offset for column and byte offset of errors that should point after the token in the error message.

Parameters

tree: Ast,
parse_error: Error,