Files
node/lib/internal
Myles Borins 1e5ed9a5db esm: modify resolution order for specifier flag
Currently `--es-module-specifier-resolution=node` has an alternative
resolution order than the default in common.js, this causes
inconsistencies. As discussed in @nodejs/modules we want to preserve
resolution order between implementations.

PR-URL: https://github.com/nodejs/node/pull/29974
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-10-16 22:01:19 -04:00
..
2019-10-01 21:13:53 +02:00
2019-10-15 22:19:16 -07:00
2019-10-16 21:50:05 -04:00
2019-09-18 16:09:20 -05:00
2019-10-14 14:25:38 -07:00
2019-06-27 11:57:19 +02:00
2019-10-08 10:34:48 -07:00
2019-04-11 05:40:59 +02:00
2019-08-19 12:56:08 -07:00
2019-10-02 16:17:01 -07: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.