-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
docs: update default type stripping Node.js version #8099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Linus Unnebäck <linus@folkdatorn.se>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates documentation to reflect that TypeScript type stripping is now enabled by default in Node.js version 22.18.0, in addition to the previously documented version 23.6.0.
- Corrects the Node.js version information for default type stripping behavior
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
AugustinMauroy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT !
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8099 +/- ##
=======================================
Coverage 73.17% 73.17%
=======================================
Files 97 97
Lines 8440 8440
Branches 228 228
=======================================
Hits 6176 6176
Misses 2263 2263
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Aviv Keller <me@aviv.sh> Signed-off-by: Linus Unnebäck <linus@folkdatorn.se>
|
@nodejs/nodejs-website fast tracking |
|
Lighthouse Results
|
Description
Type stripping has been enabled by default in 22.18.0 🎉
ref: https://nodejs.org/en/blog/release/v22.18.0
Validation
It's just a small change the text...
Related Issues
n/a
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.