Skip to content

module: mark DEP0019 as End-of-Life

In certain cases, require('.') could resolve outside the package directory. This behavior has been removed.

This was already removed in version 9 (#3384) but the code to remove it contained a bug and it was therefore reverted at that point of time.

Refs: #3384

CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1788/

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

Merge request reports

Loading