Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(toml): add Scanner match() method #6538

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

timreichen
Copy link
Contributor

@timreichen timreichen commented Mar 30, 2025

This allows for more complex regexps match checks.

@timreichen timreichen requested a review from kt3k as a code owner March 30, 2025 17:58
@github-actions github-actions bot added the toml label Mar 30, 2025
Copy link

codecov bot commented Mar 30, 2025

Codecov Report

Attention: Patch coverage is 91.30435% with 6 lines in your changes missing coverage. Please review.

Project coverage is 95.20%. Comparing base (b5a5fe4) to head (b8a8bf6).

Files with missing lines Patch % Lines
toml/_parser.ts 91.30% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6538      +/-   ##
==========================================
- Coverage   95.21%   95.20%   -0.02%     
==========================================
  Files         577      577              
  Lines       43381    43333      -48     
  Branches     6487     6469      -18     
==========================================
- Hits        41307    41255      -52     
- Misses       2034     2035       +1     
- Partials       40       43       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kt3k kt3k changed the title feat(toml): add Scanner match() method refactor(toml): add Scanner match() method Apr 7, 2025
@timreichen timreichen requested a review from kt3k April 10, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants