docs: update type stripping default versions#8157
Conversation
Signed-off-by: Hyunbin Seo <47051820+hyunbinseo@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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 <47051820+hyunbinseo@users.noreply.github.com>
AugustinMauroy
left a comment
There was a problem hiding this comment.
LGMT with styfle comment
Signed-off-by: Hyunbin Seo <47051820+hyunbinseo@users.noreply.github.com>
|
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 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.