Skip to content

vm: fix link with invalid graph

Rodrigo Muino Tomonari requested to merge github/fork/devsnek/fix-37426 into master

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: https://github.com/nodejs/node/issues/37426

Merge request reports

Loading