Files
node/lib/internal
Daeyeon Jeong 4eec3626f2 permission: resolve reference to absolute path only for fs permission
For other candidate permissions, such as "net" or "env", this patch
will pass the reference without resolving it to an absolute path.

Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/47930
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
2023-05-11 14:50:44 +00:00
..
2023-03-06 10:44:14 +01:00
2023-05-02 00:48:20 +00:00
2023-05-02 00:48:20 +00:00
2023-03-12 18:35:55 +00:00
2023-03-06 10:44:14 +01:00
2023-05-02 00:48:20 +00:00
2023-04-21 20:55:11 -07:00
2022-09-07 09:33:10 +00:00
2022-08-05 14:25:06 +00:00
2023-04-05 08:31:56 -07:00
2023-02-28 09:37:24 +00:00
2023-05-07 19:41:21 +00:00
2023-05-02 00:48:20 +00:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.