Skip to content

feat(shiki): add support for all languages on the server - #9102

Open
avivkeller wants to merge 2 commits into
mainfrom
shiki-add-more-langs
Open

feat(shiki): add support for all languages on the server#9102
avivkeller wants to merge 2 commits into
mainfrom
shiki-add-more-langs

Conversation

@avivkeller

Copy link
Copy Markdown
Member

Fixes: nodejs/doc-kit#1035 by enabling all lands on Shiki in the default preset. This should have no effect on bundle size, since this preset is only loaded on the server (the client only loads Bash, which can probably be removed seperately)

Signed-off-by: Aviv Keller <me@aviv.sh>
@avivkeller
avivkeller requested a review from a team as a code owner August 13, 2026 16:17
Copilot AI lite review requested due to automatic review settings August 13, 2026 16:17
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodejs-org Ready Ready Preview Aug 13, 2026 4:19pm

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Signed-off-by: Aviv Keller <me@aviv.sh>
@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.03%. Comparing base (27ec25e) to head (724bd4c).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9102      +/-   ##
==========================================
+ Coverage   86.01%   86.03%   +0.01%     
==========================================
  Files          86       86              
  Lines        6099     6099              
  Branches      358      358              
==========================================
+ Hits         5246     5247       +1     
+ Misses        849      848       -1     
  Partials        4        4              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

Copy link
Copy Markdown
Contributor

📦 Build Size Comparison

Summary

Metric Value
Old Total First Load JS 7.06 MB
New Total First Load JS 7.07 MB
Delta 7.70 KB (+0.11%)

Changes

🔄 Modified Routes (5)
Route Old First Load JS New First Load JS Delta
/[locale] 1.66 MB 1.66 MB 📈 1.77 KB (+0.10%)
/[locale]/[...path] 1.66 MB 1.66 MB 📈 1.77 KB (+0.10%)
/[locale]/blog/[...path] 1.66 MB 1.66 MB 📈 1.77 KB (+0.10%)
/[locale]/download/archive/[version] 1.66 MB 1.66 MB 📈 1.77 KB (+0.10%)
/_not-found 437.39 KB 438.00 KB 📈 625.00 B (+0.14%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

doc: css lang isn't registered

4 participants