Skip to content

Conversation

@devsnek
Copy link
Member

This fixes an annoying bug where the entry module would link before its
dependencies were linked. This is fixed by forcing modules to wait for
all dependency linker promises to resolve.

Fixes: #37426

This fixes an annoying bug where the entry module would link before its dependencies were linked. This is fixed by forcing modules to wait for all dependency linker promises to resolve. Fixes: nodejs#37426 Signed-off-by: snek <[email protected]>
@devsnekdevsnek requested a review from bmeckMarch 4, 2021 03:18
@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem. labels Mar 4, 2021
@nodejs-github-bot
Copy link
Collaborator

@devsnekdevsnek closed this Mar 4, 2021
@devsnekdevsnek deleted the fix-37426 branch March 4, 2021 03:31
@devsnekdevsnek removed the request for review from bmeckMarch 4, 2021 03:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ciPRs that need a full CI run.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node.js 15.9 regression with Jest ESM

2 participants

@devsnek@nodejs-github-bot