docs: remove --experimental-transform-types reference#87
Conversation
Removed information about the --experimental-transform-types flag and its implications. Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview In Constraints → Type stripping, guidance for syntax that needs code generation (e.g. Reviewed by Cursor Bugbot for commit 3a5f06c. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 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! 🙏 |
There was a problem hiding this comment.
Pull request overview
This PR updates the TypeScript “run natively” documentation to remove mentions of Node.js’s --experimental-transform-types flag and adjust related guidance so the page no longer suggests that flag as an option.
Changes:
- Removed the section describing
--experimental-transform-typesand its implications. - Updated the “Type stripping” constraints text to recommend using a runner or separate transpilation instead of the removed flag.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com>
Removed information about the --experimental-transform-types flag and its implications.