Skip to content

doc,meta: prefer aliases and stubs over Runtime Deprecations

Rodrigo Muino Tomonari requested to merge github/fork/Trott/no-op-deps into master

Avoid Runtime Deprecations when an alias or a stub/no-op will suffice. An alias or stub will have lower maintenance costs for end users and Node.js core.

Refs: https://github.com/nodejs/node/pull/29989#issuecomment-545427805

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading