Skip to content

module: handle relative paths in resolve paths

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/27583 into master

This commit adds support for relative paths in require.resolve()'s paths option.

Fixes: https://github.com/nodejs/node/issues/27583

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading