Match single quotes in one O(n) pass instead of an O(n^2) scan#249
Merged
Codecov / codecov/project
succeeded
Jun 16, 2026 in 1s
92.37% (+0.27%) compared to 5cf4c4d
View this Pull Request on Codecov
92.37% (+0.27%) compared to 5cf4c4d
Details
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.37%. Comparing base (5cf4c4d) to head (695195f).
Additional details and impacted files
@@ Coverage Diff @@
## master #249 +/- ##
============================================
+ Coverage 92.10% 92.37% +0.27%
+ Complexity 3596 3576 -20
============================================
Files 107 107
Lines 10167 10129 -38
============================================
- Hits 9364 9357 -7
+ Misses 803 772 -31 ☔ View full report in Codecov by Harness.
📢 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.
Loading