Files
node/lib/internal
Richie Bendall 663554abdf lib: expose global ErrorEvent
PR-URL: https://github.com/nodejs/node/pull/58920
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
2025-08-18 08:14:54 +00:00
..
2025-08-18 08:14:54 +00:00
2025-08-16 14:39:14 +00:00
2025-06-28 22:51:59 +00:00
2025-08-14 14:28:40 +00:00
2025-08-11 09:14:44 +00:00
2025-08-11 09:14:44 +00:00
2024-10-09 06:42:16 +00:00
2025-07-18 07:55:10 -07:00
2025-08-16 06:43:49 +00:00
2025-02-28 16:25:49 +00:00
2024-12-04 09:29:30 -08:00
2025-06-14 14:06:04 -07:00
2025-07-18 09:28:21 +00:00
2025-08-05 13:45:41 +00:00

Internal Modules

The modules located in lib/internal directory are exclusively meant for internal usage within the Node.js core. They are not intended to be accessed via user modules require(). These modules may change at any point in time. Relying on these internal modules outside the core is not supported and can lead to unpredictable behavior.

In certain scenarios, accessing these internal modules for debugging or experimental purposes might be necessary. Node.js provides the --expose-internals flag to expose these modules to userland code. This flag only exists to assist Node.js maintainers with debugging internals. It is not meant for use outside the project.