0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Calvin Metcalf 774146dc58 stream: avoid caching prepend check
This removes the cached check for EE.prototype.prependListener
because we can't have nice things. More specifically some
libraries will bundle their own event emitter implementation.

PR-URL: https://github.com/nodejs/node/pull/8018
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2016-08-17 18:47:41 -07:00
..
internal util: fix deprecated class prototype 2016-08-17 18:27:22 -07:00
_debug_agent.js
_debugger.js
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js lib: remove double check of string type 2016-08-08 08:55:26 -07:00
_http_server.js
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: avoid caching prepend check 2016-08-17 18:47:41 -07:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: improve unimplemented _write() error 2016-07-21 11:24:26 -04:00
_tls_common.js
_tls_legacy.js
_tls_wrap.js
.eslintrc
assert.js assert: fix deepEqual/deepStrictEqual on equivalent typed arrays 2016-08-09 11:43:25 -07:00
buffer.js buffer: throw on negative .allocUnsafe() argument 2016-08-08 15:04:21 +02:00
child_process.js child_process: control argv0 for spawned processes 2016-08-08 16:35:43 +02:00
cluster.js cluster: support stdio option for workers 2016-08-01 15:08:42 -04:00
console.js
constants.js
crypto.js
dgram.js udp: remove ancient check 2016-08-13 08:38:37 +01:00
dns.js
domain.js
events.js events: unwrap #once listeners in #listeners 2016-08-09 14:13:09 -07:00
fs.js fs: restore JS implementation of realpath 2016-08-12 13:07:55 +02:00
http.js
https.js
module.js module: fix node_modules search path in edge case 2016-08-09 05:46:40 -05:00
net.js
os.js
path.js
process.js
punycode.js
querystring.js
readline.js readline: keypress trigger for escape character 2016-08-17 23:44:39 +05:30
repl.js repl,util: insert carriage returns in output 2016-08-13 23:03:30 +09:00
stream.js
string_decoder.js
sys.js
timers.js timers: remove unused repeat param in timer_wrap 2016-08-09 12:26:10 -07:00
tls.js tls: copy the Buffer object before using 2016-08-17 18:40:52 -07:00
tty.js tty: set the handle to blocking mode 2016-08-10 23:41:28 +02:00
url.js
util.js repl,util: insert carriage returns in output 2016-08-13 23:03:30 +09:00
v8.js
vm.js
zlib.js