Closed
Description
When I was going through the source code, I found this in node.cc,
// "Linked" modules are included as part of the node project.
// Like builtins they are registered *before* node::Init runs.
mp->nm_flags = NM_F_LINKED;
Does anybody know what "Linked" modules are? @bnoordhuis maybe?
cc @addaleax