aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/test/ast_spec.yue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add m_end position to AST nodesLi Jin2026-03-261-0/+91
- Add end line and column (m_end.m_line, m_end.m_col) to AST output - New AST format: [name, begin_line, begin_col, end_line, end_col, ...children] - Update format_spec.yue to normalize end positions for comparison - Add ast_spec.yue tests for AST end position feature Closes #251