Files
node/lib/internal
Joyee Cheung e1fa85133f src: implement natives binding without special casing
This patch removes special case in the internal binding loader
for natives, and implements it using the builtins internal
binding. Internally we do not actually need the natives binding,
so implement it as a legacy wrapper instead.

PR-URL: https://github.com/nodejs/node/pull/48186
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2023-06-09 15:32:55 +02:00
..
2023-05-02 00:48:20 +00:00
2023-05-02 00:48:20 +00:00
2023-05-24 07:44:48 +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
2023-05-25 03:00:41 +00:00
2022-09-07 09:33:10 +00:00
2023-04-05 08:31:56 -07:00
2023-02-28 09:37:24 +00:00
2023-05-18 08:11:07 +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.