Skip to content

Partially revert "stream: reduce internal usage of public require of util"

This partially reverts commit c97851dc.

Streams code should ideally require on public APIs as much as possible, because it is exported as readable-stream.

Refs: https://github.com/nodejs/node/pull/26698 Refs: https://github.com/nodejs/readable-stream/issues/416

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

Merge request reports

Loading