-
Notifications
You must be signed in to change notification settings - Fork 13
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
fest: support parsing nested comments #9
Conversation
PR Reviewer Guide 🔍(Review updated until commit 82c8b26)Here are some key observations to aid the review process:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9 +/- ##
==========================================
+ Coverage 92.69% 93.46% +0.77%
==========================================
Files 1 1
Lines 178 199 +21
==========================================
+ Hits 165 186 +21
Misses 13 13 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
50e89aa
to
82c8b26
Compare
/review |
/improve |
Persistent review updated to latest commit 82c8b26 |
899f06a
to
3e81545
Compare
/improve |
/improve |
PR Code Suggestions ✨Latest suggestions up to fcceaba
Previous suggestions✅ Suggestions up to commit 3e81545
✅ Suggestions up to commit 82c8b26
Suggestions up to commit 50e89aa
|
PR Type
Enhancement, Tests
Description
Changes walkthrough 📝
index.test.js
Add tests for nested and multiple comments parsing
src/tests/index.test.js
line.
index.js
Enhance comment parsing with nested support and line modes
src/index.js