pub fn tokenStart(tree: *const Ast, token_index: TokenIndex) ByteOffset
pub fn tokenStart(tree: *const Ast, token_index: TokenIndex) ByteOffset { return tree.tokens.items(.start)[token_index]; }