Skip to content

process: add emitExperimentalWarning()

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

process, internal

Description of change

This adds process.emitExperimentalWarning() which can used to communicate to our users that a feature they are using is experimental and can be changed/removed at any time. There is also a commit included to use this api whenever the inspector is used.

Ref: https://github.com/nodejs/node/issues/9036

Merge request reports

Loading