Files
node/lib/internal
Gus Caplan dc00a07426 Revert "module: disable cjs snapshotting into esm loader"
This reverts commit 1fe39f0b4b.

PR-URL: https://github.com/nodejs/node/pull/34562
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
2020-07-30 14:55:45 -05:00
..
2020-07-30 13:44:17 +05:30
2020-07-20 18:22:12 +02:00
2020-07-20 18:22:12 +02:00
2020-01-22 15:33:03 +01:00
2020-05-30 17:24:43 -04:00
2019-12-17 08:11:13 -05:00
2020-06-06 11:11:02 +02: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.