feat: remove codebox component#5713
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for nodejs.orgThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
There was a problem hiding this comment.
Edit:
@araujogui I just realized that vendor/prism-tomorrow might be related to Prism JS. Since this PR is removing the Prism JS dependency, can you verify if it's truly safe to remove?
I didn't retract because it didn't seem to break anything.
LGTM! It seems that PrismJS is used by this component only so, should be safe to delete.
This seems actually to be used by HighlightJS. It's not really from PrismJS (I mean, the theme is done by PrismJS, but actually being used on the current nodejs.org highlight.js implementation) |
Description
Remove CodeBox component
Related Issues
Fixes #5700
Check List
npx turbo lintto ensure the code follows the style guide. And runnpx turbo lint:fixto fix the style errors if necessary.npx turbo formatto ensure the code follows the style guide.npx turbo testto check if all tests are passing.