docs(learn): expand type stripping explanation and constraints#8726
docs(learn): expand type stripping explanation and constraints#8726ibiraza1077-pixel wants to merge 1 commit intonodejs:mainfrom
Conversation
Expands the run-natively page to address the request for more in-depth explanation in nodejs#7440. Changes: - Adds a "What is Type Stripping?" section explaining the concept and how it differs from transpilation - Adds a version support table covering v22.6.0 through v23.6.0 - Completes the Constraints section, which previously contained an incomplete sentence with no list No existing content was removed or restructured. Signed-off-by: ibiraza1077-pixel <ibiraza1077@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/typescript Please review the changes when you have a chance. Thank you! 🙏 |
avivkeller
left a comment
There was a problem hiding this comment.
This has several unrelated changes, and fails to provide any additional information that isn't mentioned previously.
Simply re-stating information doesn't resolve any open issues.
|
Thank you for the feedback. I understand — the additions were Could you point me toward what genuinely new content would be |
|
I think the info is scattered around. It would likely take a lot of digging to find (and would be faster for someone who's already familiar to make the updates—probably me or Marco). I think this is not a "good first issue" 😅 |
Description
Expands the
run-nativelypage to address the request for a more in-depth conceptual explanation of Node.js type stripping, as requested in #7440.Changes:
No existing content was removed or restructured.
Validation
This is a documentation-only change. Reviewers can verify by previewing the markdown renders correctly and checking the version numbers against the Node.js changelog.
Related Issues
Addresses #7440
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.