Skip to content

Conversation

@kazuma0129
Copy link

Resolved TODO left at #49144.

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/loaders

@nodejs-github-botnodejs-github-bot added esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. labels Jun 17, 2025
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.
@codecov
Copy link

codecovbot commented Jun 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.12%. Comparing base (462c741) to head (f777eab).
Report is 2 commits behind head on main.

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 
Files with missing linesCoverage Δ
lib/internal/modules/esm/hooks.js90.55% <ø> (-0.13%)⬇️

... and 39 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.

Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@mcollinamcollina added semver-major PRs that contain breaking changes and should be released in the next major version. request-ci Add this label to start a Jenkins CI on a PR. labels Jun 18, 2025
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 18, 2025
@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@JakobJingleheimerJakobJingleheimer left a comment

Choose a reason for hiding this comment

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

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?

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

esmIssues and PRs related to the ECMAScript Modules implementation.needs-ciPRs that need a full CI run.semver-majorPRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@kazuma0129@nodejs-github-bot@mcollina@jasnell@lpinca@JakobJingleheimer@Ethan-Arrowood