Files
node/lib
Colin Ihrig 93c4dc5e5a module: ensure 'node:'-only modules can access node_modules
This commit allows require() and import to search the
node_modules directories when importing a core module that
must have the node: scheme. This prevents these core modules
from shadowing userland modules with the same name but no
prefix.

PR-URL: https://github.com/nodejs/node/pull/42430
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2022-04-14 14:08:55 +01:00
..
2022-01-30 14:07:32 +00:00
2022-04-12 16:34:59 +02:00
2022-02-05 08:36:48 -08:00
2021-11-12 23:26:20 +01:00
2022-02-23 21:06:00 +00:00
2022-03-21 22:21:09 +00:00
2022-02-05 08:36:48 -08:00
2022-03-14 21:12:44 +00:00