mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/58337 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Mattias Buelens <mattias@buelens.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('stream').Readable;
|
|
|
|
process.emitWarning('The _stream_readable module is deprecated.',
|
|
'DeprecationWarning', 'DEP0193');
|