mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 12:10:08 +01:00
streams: use strict on _stream_wrap
A Mostly Harmless™ change to enable 'use strict' mode in _stream_wrap, bringing it in line with /all/ the other modules. PR-URL: https://github.com/iojs/io.js/pull/1279 Reviewed-By: Brian White (@mscdex) <mscdex@mscdex.net> Reviewed-By: Roman Reiss (@silverwind) <me@silverwind.io> Reviewed-By: Yosuke Furukawa (@yosuke-furukawa) <yosuke.furukawa@gmail.com>
This commit is contained in:
parent
77c2da10fd
commit
c8fa8ccdbc
@ -1,3 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
const util = require('util');
|
||||
const Socket = require('net').Socket;
|
||||
const JSStream = process.binding('js_stream').JSStream;
|
||||
|
Loading…
Reference in New Issue
Block a user