Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: fix ImportModuleDynamicallyCallback return type declaration #57160

Merged

Conversation

legendecas
Copy link
Member

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/loaders

@nodejs-github-bot nodejs-github-bot added esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. labels Feb 21, 2025
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.36%. Comparing base (15fec13) to head (6b0b25e).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #57160      +/-   ##
==========================================
+ Coverage   89.02%   90.36%   +1.33%     
==========================================
  Files         665      629      -36     
  Lines      193408   184314    -9094     
  Branches    37275    36008    -1267     
==========================================
- Hits       172180   166548    -5632     
+ Misses      13891    10910    -2981     
+ Partials     7337     6856     -481     
Files with missing lines Coverage Δ
lib/internal/modules/esm/loader.js 97.01% <100.00%> (-0.86%) ⬇️
lib/internal/modules/esm/utils.js 98.90% <100.00%> (+0.01%) ⬆️

... and 87 files with indirect coverage changes

@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. typings and removed needs-ci PRs that need a full CI run. labels Feb 21, 2025
@aduh95 aduh95 added the fast-track PRs that do not need to wait for 48 hours to land. label Feb 21, 2025
Copy link
Contributor

Fast-track has been requested by @aduh95. Please 👍 to approve.

@aduh95 aduh95 merged commit 90ab559 into nodejs:main Feb 21, 2025
40 checks passed
@aduh95
Copy link
Contributor

aduh95 commented Feb 21, 2025

Landed in 90ab559

@legendecas legendecas deleted the modules/ImportModuleDynamicallyCallback branch February 21, 2025 17:57
acidiney pushed a commit to acidiney/node that referenced this pull request Feb 23, 2025
PR-URL: nodejs#57160
Refs: https://github.com/nodejs/node/pull/56919/files#r1955336054
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Feb 24, 2025
PR-URL: #57160
Refs: https://github.com/nodejs/node/pull/56919/files#r1955336054
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Feb 25, 2025
PR-URL: #57160
Refs: https://github.com/nodejs/node/pull/56919/files#r1955336054
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. esm Issues and PRs related to the ECMAScript Modules implementation. fast-track PRs that do not need to wait for 48 hours to land. typings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants