Uh oh!
There was an error while loading. Please reload this page.
[v22.x backport] esm: implement import.meta.main - #58693
Conversation
nodejs-github-bot
commented
Jun 12, 2025
Review requested:
|
alexsch01
commented
Jun 12, 2025
Should include #58661 if it doesn't already |
aduh95
commented
Jun 12, 2025
We should only pick the commits that have landed on |
Lordfirespeed
commented
Jun 13, 2025
Ah, my bad, I probably picked commits from the wrong branch. |
e529a26 to
8868f38Compare@aduh95 to adhere to the 'only commits that landed' rule, should I squash the new commits into a landed commit? or are commits for manual resolution after cherry-picking OK? |
Lordfirespeed
commented
Jun 19, 2025
What's the deal here? I don't understand why CI is failing 🤔 |
aduh95
commented
Jun 20, 2025
You can use
It looks like the Coverage CI is broken on that branch, unrelated to your changes. The macOS one timed out, also probably unrelated to your changes. |
can you include bba07d7 in the backport (if lands cleanly otherwise I can open a backport) |
Sorry I didnt notice it was already included. Looks good |
25ba866 to
ea7c98bComparerichardlau
commented
Jun 27, 2025
FWIW the broken Coverage Windows GitHub Workflow is the same breakage as #58801 (and unrelated to this PR). cc FYI @nodejs/releasers |
nodejs-github-bot
commented
Jul 21, 2025
nodejs-github-bot
commented
Jul 21, 2025
ea7c98b to
d546c7aCompareLordfirespeed
commented
Jul 24, 2025
Rebased onto |
aduh95
commented
Jul 24, 2025
Can you please rebase? |
d546c7a to
917555bCompareSomething weird happened and I had to drop a couple of commits, then redo the rebase - let me know whether or not things look OK |
686d42a to
ee7910eCompareaduh95
commented
Jul 27, 2025
Rebased on top of |
nodejs-github-bot
commented
Jul 27, 2025
nodejs-github-bot
commented
Jul 28, 2025
Boolean value to check if an ES Module is the entrypoint of the current process. Implements: nodejs#57226 Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: nodejs#57804 Backport-PR-URL: nodejs#58693Fixes: nodejs#57226 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: nodejs#58661 Backport-PR-URL: nodejs#58693Fixes: nodejs#58660 Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
ee7910e to
2fc8989Compareaduh95
commented
Jul 28, 2025
Landed in f99aa74...2fc8989 |
Backport #57804 and #58661 to v22.x release line