Skip to content

feat: add end position to token#136

Merged
ianlewis merged 1 commit intomainfrom
89-feature-endline-endcolumn
Oct 21, 2025
Merged

feat: add end position to token#136
ianlewis merged 1 commit intomainfrom
89-feature-endline-endcolumn

Conversation

@ianlewis
Copy link
Copy Markdown
Owner

@ianlewis ianlewis commented Oct 21, 2025

Description:

Add the end position to the lexer token.

Related Issues:

Updates #89

Checklist:

  • Review the CONTRIBUTING.md documentation.
  • Add a reference to a related issue in the repository.
  • Add a description of the changes proposed in the pull request.
  • Add unit tests if applicable.
  • Update documentation if applicable.
  • Add a note in the CHANGELOG.md if applicable.

@ianlewis ianlewis linked an issue Oct 21, 2025 that may be closed by this pull request
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 21, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.90%. Comparing base (4c998d8) to head (bacc1e5).

Files with missing lines Patch % Lines
parser.go 80.00% 3 Missing ⚠️
lexer/custom.go 0.00% 2 Missing ⚠️
lexer/lexer.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
- Coverage   73.12%   72.90%   -0.23%     
==========================================
  Files           4        4              
  Lines         413      417       +4     
==========================================
+ Hits          302      304       +2     
- Misses         97       99       +2     
  Partials       14       14              
Files with missing lines Coverage Δ
lexer/lexer.go 0.00% <0.00%> (ø)
lexer/custom.go 62.60% <0.00%> (-0.27%) ⬇️
parser.go 90.90% <80.00%> (-0.62%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Ian Lewis <ian@ianlewis.org>
@ianlewis ianlewis force-pushed the 89-feature-endline-endcolumn branch from 1bd1f5f to bacc1e5 Compare October 21, 2025 05:47
@ianlewis ianlewis merged commit 385d934 into main Oct 21, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature] EndLine, EndColumn

2 participants