refactor(legacy): extract @nodejs/doc-kit-generator-legacy package - #960
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Core removes the
Tooling updates coverage/eslint paths from Reviewed by Cursor Bugbot for commit 7471891. Bugbot is set up for automated code reviews on this repo. Configure here. |
9d9d060 to
0f93e3d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## refactor/react-kitten #960 +/- ##
======================================================
Coverage 89.63% 89.64%
======================================================
Files 198 200 +2
Lines 18482 18495 +13
Branches 1727 1729 +2
======================================================
+ Hits 16566 16579 +13
Misses 1909 1909
Partials 7 7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
nit: can we name it @doc-kittens/legacy-nodejs? (also fine w/ current) |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0f93e3d. Configure here.
0f93e3d to
d75c211
Compare
d75c211 to
2fdc942
Compare
2fdc942 to
e2f3047
Compare
bmuenzenmeyer
left a comment
There was a problem hiding this comment.
Approving the stack so we can test and iterate
e2f3047 to
7471891
Compare

The legacy-format generators (
legacy-html,legacy-html-all,legacy-json, andlegacy-json-all) have moved into the new@nodejs/doc-kit-generator-legacypackage (entering npm at 1.0.0), and are loaded via import specifiers such as@nodejs/doc-kit-generator-legacy/legacy-html.