Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
avivkeller
approved these changes
Mar 5, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #647 +/- ##
==========================================
+ Coverage 73.87% 75.90% +2.03%
==========================================
Files 145 145
Lines 12867 13735 +868
Branches 923 992 +69
==========================================
+ Hits 9505 10426 +921
+ Misses 3357 3303 -54
- Partials 5 6 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
| File | Base | Head | Diff |
|---|---|---|---|
stream.html |
808.72 KB | 822.26 KB | +13.55 KB (+1.68%) |
diagnostics_channel.html |
226.26 KB | 235.43 KB | +9.17 KB (+4.05%) |
module.html |
332.64 KB | 334.64 KB | +2.00 KB (+0.60%) |
fs.html |
927.66 KB | 928.92 KB | +1.26 KB (+0.14%) |
async_hooks.html |
219.76 KB | 220.38 KB | +638.00 B (+0.28%) |
single-executable-applications.html |
89.23 KB | 89.80 KB | +584.00 B (+0.64%) |
inspector.html |
113.27 KB | 113.82 KB | +560.00 B (+0.48%) |
packages.html |
121.25 KB | 121.68 KB | +436.00 B (+0.35%) |
sqlite.html |
197.83 KB | 198.19 KB | +372.00 B (+0.18%) |
permissions.html |
37.47 KB | 37.72 KB | +254.00 B (+0.66%) |
http2.html |
744.28 KB | 744.51 KB | +236.00 B (+0.03%) |
modules.html |
151.05 KB | 151.28 KB | +234.00 B (+0.15%) |
url.html |
322.27 KB | 322.42 KB | +148.00 B (+0.04%) |
Contributor
There was a problem hiding this comment.
Pull request overview
Increases the generated legacy HTML table-of-contents depth to include one additional heading level.
Changes:
- Update TOC generation configuration to allow deeper nesting (maxDepth 4 → 5)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
AugustinMauroy
approved these changes
Mar 5, 2026
Member
|
Let's fast-track this! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Increase toc depth
Validation
Related Issues
Fixes #645
Check List
node --run testand all tests passed.node --run format&node --run lint.