mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
f8b9831338
Remove all leftover usage of _stream_* and keep all of them as legacy. We do not deprecate the old modules to avoid disrupition and ease maintainance. PR-URL: https://github.com/nodejs/node/pull/36684 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
'use strict';
|
|
|
|
// Keep this file as an alias for the full stream module.
|
|
|
|
module.exports = require('stream').Writable;
|