Skip to content

lib: runtime deprecate access to process.binding('async_wrap')

  • Runtime deprecates access to process.binding('async_wrap')
  • Exports async_hooks.Providers as a convenience
  • Makes some other cleanups to the requires since I was in here poking around anyway.

/cc @addaleax @nodejs/tsc

Signed-off-by: James M Snell jasnell@gmail.com Fixes: https://github.com/nodejs/node/issues/37575 Refs: https://github.com/nodejs/node/pull/37485#pullrequestreview-600060802

Merge request reports

Loading