Files
node/lib
Daniele Belardi 8f87d252fa esm: improve commonjs hint on module not found
Run CommonJS resolver only if `error.code` is ERR_MODULE_NOT_FOUND.
Avoid using absolute paths in hint by:
* using a parent-relative path if the specifier is a relative path
* using a `pkg/x.js` format if the specifier is bare (e.g. `pkg/x`)

PR-URL: https://github.com/nodejs/node/pull/31906
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2020-05-03 11:29:09 -07:00
..
2020-02-18 22:15:50 -08:00
2019-12-17 08:11:13 -05:00
2020-04-07 20:35:07 +02:00
2019-11-25 10:28:15 +01:00
2020-04-02 23:38:32 +02:00
2020-03-09 12:44:16 +01:00
2020-04-28 19:10:26 +02:00
2020-03-27 15:59:43 +01:00
2020-04-14 13:54:21 +08:00
2019-12-11 16:38:06 -06:00
2020-03-19 10:56:45 +01:00