Skip to content

module: remove experimental warning from type stripping - #58643

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
marco-ippolito:remove-experimental-warning-type-stripping
Jun 11, 2025
Merged

module: remove experimental warning from type stripping#58643
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
marco-ippolito:remove-experimental-warning-type-stripping

Conversation

@marco-ippolito

@marco-ippolitomarco-ippolito commented Jun 9, 2025

Copy link
Copy Markdown
Member

Refs: nodejs/typescript#24

Type Stripping is quite stable, I think it's time to remove the experimental warning to make it less noisy.
(It's still experimental release candidate)
--experimental-transform-types will still emit the experimental warning.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/loaders
  • @nodejs/typescript

@nodejs-github-botnodejs-github-bot added module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem. labels Jun 9, 2025
@marco-ippolito
marco-ippolitoforce-pushed the remove-experimental-warning-type-stripping branch from cee6638 to 2fa1ad1CompareJune 9, 2025 10:04
@marco-ippolito
marco-ippolito marked this pull request as ready for review June 9, 2025 10:04
@marco-ippolitomarco-ippolito added semver-minor PRs that contain new features and should be released in the next minor version. strip-types Issues or PRs related to strip-types support labels Jun 9, 2025
@marco-ippolito
marco-ippolitoforce-pushed the remove-experimental-warning-type-stripping branch from 2fa1ad1 to 902551aCompareJune 9, 2025 10:12
@codecov

codecovBot commented Jun 9, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.15%. Comparing base (b23648e) to head (902551a).
Report is 152 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #58643 +/- ##
=======================================
Coverage 90.15% 90.15% =======================================
Files 636 636 Lines 187891 187883 -8 Branches 36879 36872 -7 =======================================
- Hits 169386 169385 -1 + Misses 11272 11241 -31 - Partials 7233 7257 +24 
Files with missing linesCoverage Δ
lib/internal/modules/typescript.js97.47% <100.00%> (-0.04%)⬇️
lib/internal/process/execution.js94.33% <100.00%> (-0.48%)⬇️

... and 38 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@marco-ippolitomarco-ippolito added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 9, 2025
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 9, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@marco-ippolitomarco-ippolito added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 9, 2025
@marco-ippolitomarco-ippolito added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 10, 2025
@mcollinamcollina added the notable-change PRs with changes that should be highlighted in changelogs. label Jun 10, 2025
@github-actions

Copy link
Copy Markdown
Contributor

The notable-changePRs with changes that should be highlighted in changelogs. label has been added by @mcollina.

Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section.

@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 11, 2025
@nodejs-github-bot
nodejs-github-bot merged commit 6584d5f into nodejs:mainJun 11, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 6584d5f

targos pushed a commit that referenced this pull request Jun 16, 2025
PR-URL: #58643
Refs: nodejs/typescript#24
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
nodejs-github-bot added a commit that referenced this pull request Jun 16, 2025
Notable changes:
doc:
* add islandryu to collaborators (Shima Ryuhei) #58714
fs:
* (SEMVER-MINOR) allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490
module:
* (SEMVER-MINOR) remove experimental warning from type stripping (Marco Ippolito) #58643
test_runner:
* (SEMVER-MINOR) support object property mocking (Idan Goshen) #58438
url:
* (SEMVER-MINOR) add fileURLToPathBuffer API (James M Snell) #58700
PR-URL: #58727
nodejs-github-bot added a commit that referenced this pull request Jun 23, 2025
Notable changes:
doc:
* add islandryu to collaborators (Shima Ryuhei) #58714
fs:
* (SEMVER-MINOR) allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490
module:
* (SEMVER-MINOR) remove experimental warning from type stripping (Marco Ippolito) #58643
test_runner:
* (SEMVER-MINOR) support object property mocking (Idan Goshen) #58438
url:
* (SEMVER-MINOR) add fileURLToPathBuffer API (James M Snell) #58700
PR-URL: #58804
nodejs-github-bot added a commit that referenced this pull request Jun 24, 2025
Notable changes:
doc:
* add islandryu to collaborators (Shima Ryuhei) #58714
fs:
* (SEMVER-MINOR) allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490
module:
* (SEMVER-MINOR) remove experimental warning from type stripping (Marco Ippolito) #58643
test:
* fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) #58282
test_runner:
* Revert "test_runner: remove promises returned by t.test() (Romain Menke) #58282
* Revert "test_runner: remove promises returned by test() (Romain Menke) #58282
* Revert "test_runner: automatically wait for subtests to finish (Romain Menke) #58282
* (SEMVER-MINOR) support object property mocking (Idan Goshen) #58438
url:
* (SEMVER-MINOR) add fileURLToPathBuffer API (James M Snell) #58700
PR-URL: #58813
RafaelGSS added a commit that referenced this pull request Jun 24, 2025
Notable changes:
doc:
* add islandryu to collaborators (Shima Ryuhei) #58714
fs:
* (SEMVER-MINOR) allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490
module:
* (SEMVER-MINOR) remove experimental warning from type stripping (Marco Ippolito) #58643
test:
* fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) #58282
test_runner:
* (SEMVER-MINOR) support object property mocking (Idan Goshen) #58438
url:
* (SEMVER-MINOR) add fileURLToPathBuffer API (James M Snell) #58700
PR-URL: #58813
RafaelGSS added a commit that referenced this pull request Jun 24, 2025
Notable changes:
doc:
* add islandryu to collaborators (Shima Ryuhei) #58714
fs:
* (SEMVER-MINOR) allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490
module:
* (SEMVER-MINOR) remove experimental warning from type stripping (Marco Ippolito) #58643
test:
* fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) #58282
test_runner:
* (SEMVER-MINOR) support object property mocking (Idan Goshen) #58438
url:
* (SEMVER-MINOR) add fileURLToPathBuffer API (James M Snell) #58700
PR-URL: #58813
@marco-ippolitomarco-ippolito added the backport-open-v22.x Indicate that the PR has an open backport label Jun 25, 2025
marco-ippolito added a commit to marco-ippolito/node that referenced this pull request Jul 3, 2025
PR-URL: nodejs#58643
Refs: nodejs/typescript#24
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
marco-ippolito added a commit that referenced this pull request Jul 4, 2025
PR-URL: #58643
Backport-PR-URL: #57298
Refs: nodejs/typescript#24
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: #56350Fixes: nodejs/typescript#17
@marco-ippolitomarco-ippolito added backported-to-v22.x PRs backported to the v22.x-staging branch. and removed backport-open-v22.x Indicate that the PR has an open backport labels Jul 4, 2025
RafaelGSS pushed a commit that referenced this pull request Jul 15, 2025
PR-URL: #58643
Backport-PR-URL: #57298
Refs: nodejs/typescript#24
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: #56350Fixes: nodejs/typescript#17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.backported-to-v22.xPRs backported to the v22.x-staging branch.moduleIssues and PRs related to the module subsystem.needs-ciPRs that need a full CI run.notable-changePRs with changes that should be highlighted in changelogs.processIssues and PRs related to the process subsystem.semver-minorPRs that contain new features and should be released in the next minor version.strip-typesIssues or PRs related to strip-types support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

12 participants

@marco-ippolito@nodejs-github-bot@ljharb@mcollina@panva@jasnell@targos@JakobJingleheimer@legendecas@trivikr@Ethan-Arrowood@atlowChemi