Files
node/lib
Darshan Sen c868aad15a 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>
2023-05-04 14:32:35 +00:00
..
2023-01-10 05:38:36 +00:00
2023-04-29 06:57:08 +00:00
2023-03-26 18:03:58 +00:00
2023-04-26 08:56:04 +00:00
2023-03-19 12:58:19 +00:00
2023-05-02 00:48:20 +00:00
2023-04-03 17:47:28 +00:00
2023-05-02 00:48:20 +00:00
2023-05-02 00:48:20 +00:00