-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
src: remove JSONParser #59619
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
base: main
Are you sure you want to change the base?
src: remove JSONParser #59619
Conversation
This is now unused after https://redirect.github.com/nodejs/node/pull/59473 and and https://redirect.github.com/nodejs/node/pull/59323
Review requested:
|
cc @nodejs/cpp-reviewers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #59619 +/- ##
==========================================
+ Coverage 89.84% 89.89% +0.04%
==========================================
Files 667 666 -1
Lines 196260 196155 -105
Branches 38563 38546 -17
==========================================
- Hits 176332 176326 -6
+ Misses 12382 12268 -114
- Partials 7546 7561 +15 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified that json_parser.h is not used elsewhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗑️ 👋
This is now unused after
#59473 and and #59323
Fixes: #59288