nodejs/lib/_stream_wrap.js
Dario Piotrowicz d5abfbf582 lib: add module to use in module deprecation warnings
PR-URL: https://github.com/nodejs/node/pull/58442
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
2025-05-26 14:39:25 +00:00

7 lines
214 B
JavaScript

'use strict';
module.exports = require('internal/js_stream_socket');
process.emitWarning('The _stream_wrap module is deprecated. Use `node:stream` instead.',
'DeprecationWarning', 'DEP0125');