lib: remove globalPreload support - #58743
Conversation
|
Review requested:
|
Since the loader is now stable, the warning when using globalPreload is no longer necessary.
The globalPreload warning is no longer emitted, so the related test is removed.
970c7e7 to
f777eab
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #58743 +/- ##
==========================================
- Coverage 90.15% 90.12% -0.04%
==========================================
Files 639 639
Lines 188201 188185 -16
Branches 36915 36914 -1
==========================================
- Hits 169675 169601 -74
- Misses 11274 11316 +42
- Partials 7252 7268 +16
🚀 New features to boost your workflow:
|
JakobJingleheimer
left a comment
There was a problem hiding this comment.
Loaders aren't stable, but I think it's been enough time to remove.
In an abundance of caution though, perhaps let's mark this major?
|
This pull request has been marked as stale due to 210 days of inactivity. |
Commit Queue failed- Loading data for nodejs/node/pull/58743 ✔ Done loading data for nodejs/node/pull/58743 ----------------------------------- PR info ------------------------------------ Title lib: remove globalPreload support (#58743) Author Kazuma Ohashi <kazuma0129.work@gmail.com> (@kazuma0129, first-time contributor) Branch kazuma0129:kazuma0129-patch-1 -> nodejs:main Labels semver-major, esm, needs-ci, stale Commits 2 - lib: remove globalPreload support - test: remove deprecated globalPreload tests Committers 1 - KazumaOhashi <kazuma0129.work@gmail.com> PR-URL: https://github.com/nodejs/node/pull/58743 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: James M Snell <jasnell@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/58743 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: James M Snell <jasnell@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 17 Jun 2025 16:36:38 GMT ✔ Approvals: 5 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/58743#pullrequestreview-2936990929 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/58743#pullrequestreview-2937852337 ✔ - Jacob Smith (@JakobJingleheimer): https://github.com/nodejs/node/pull/58743#pullrequestreview-2937948049 ✔ - Ethan Arrowood (@Ethan-Arrowood): https://github.com/nodejs/node/pull/58743#pullrequestreview-2940141301 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/58743#pullrequestreview-2946915441 ⚠ This PR has conflicts that must be resolved ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-06-18T06:21:09Z: https://ci.nodejs.org/job/node-test-pull-request/67511/ - Querying data for job/node-test-pull-request/67511/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/24637140337 |
|
Can you rebase to fix the conflict? |
|
This pull request has been marked as stale due to 90 days of inactivity. |
Resolved TODO left at #49144.