-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
docs: update type stripping default versions #8157
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: Hyunbin Seo <[email protected]>
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 the documentation to reflect that type stripping is now enabled by default in both Node.js v22.18.0 and v23.6.0. The changes correct the version information in the TypeScript documentation to include the earlier LTS release.
- Updates version references from v23.6.0 only to include both v22.18.0 and v23.6.0
- Clarifies that type stripping default behavior applies to both major version lines
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Hyunbin Seo <[email protected]>
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 with styfle comment
Signed-off-by: Hyunbin Seo <[email protected]>
Lighthouse Results
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8157 +/- ##
=======================================
Coverage 76.59% 76.59%
=======================================
Files 115 115
Lines 9602 9602
Branches 322 322
=======================================
Hits 7355 7355
Misses 2246 2246
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Description
Validation
Related Issues
Check List
pnpm format
to ensure the code follows the style guide.pnpm test
to check if all tests are passing.pnpm build
to check if the website builds without errors.