fix(metadata): add missing void and iterable types to builtin map#848
fix(metadata): add missing void and iterable types to builtin map#848moshams272 wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Unit tests in Reviewed by Cursor Bugbot for commit 1443cc9. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #848 +/- ##
==========================================
- Coverage 84.62% 84.60% -0.03%
==========================================
Files 176 176
Lines 15855 15858 +3
Branches 1411 1411
==========================================
- Hits 13418 13417 -1
- Misses 2427 2431 +4
Partials 10 10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
While generating docs using
doc-kit, native types likevoid and Iterablefailed to resolve to their MDN references because they were missing from thebuiltin.jsonmap. This PR adds them so they resolve correctly across projects using doc-kit.Validation
Add tests for them in
transformers.mjs.Related Issues
None
Check List
node --run testand all tests passed.node --run format&node --run lint.