summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDarshan Sen <raisinten@gmail.com>2023-05-04 20:02:35 +0530
committerGitHub <noreply@github.com>2023-05-04 14:32:35 +0000
commitc868aad15a49d4ea20a06e47eb9cdafc0c218fb4 (patch)
tree539429e72173581b53e5baf8425bf3940f640218 /doc
parentb7def8ef5bfc5b098c0426ecbdc4fead5bdbb29c (diff)
downloadnode-new-c868aad15a49d4ea20a06e47eb9cdafc0c218fb4.tar.gz
sea: allow requiring core modules with the "node:" prefix
Previously, the `require()` function exposed to the embedded SEA code was calling the internal `require()` function if the module name belonged to the list of public core modules but the internal `require()` function does not support loading modules with the "node:" prefix, so this change forwards the calls to another `require()` function that supports this. Fixes: https://github.com/nodejs/single-executable/issues/69 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/47779 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions