0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Ruben Bridgewater 5c6c02996b
async_hooks: reduce duplication with factory
PR-URL: https://github.com/nodejs/node/pull/13755
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Andreas Madsen <amwebdk@gmail.com>
2017-07-05 15:50:59 +02:00
..
internal url: normalize port on scheme change 2017-07-05 12:07:15 +08:00
_http_agent.js http: guard against failed sockets creation 2017-07-03 15:15:43 -04:00
_http_client.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
_http_common.js
_http_incoming.js
_http_outgoing.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
_http_server.js lib: fix off-by-one indentation 2017-07-04 06:49:05 -07:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js stream: use more explicit statements 2017-06-29 18:03:54 +02:00
_stream_wrap.js stream: use more explicit statements 2017-06-29 18:03:54 +02:00
_stream_writable.js stream: avoid possible slow path w UInt8Array 2017-06-30 19:17:54 +02:00
_tls_common.js
_tls_legacy.js
_tls_wrap.js
.eslintrc.yaml
assert.js assert: replace many if's with if-else statement 2017-07-05 11:55:02 +02:00
async_hooks.js async_hooks: reduce duplication with factory 2017-07-05 15:50:59 +02:00
buffer.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
child_process.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram,process,util: refactor Error to TypeError 2017-06-28 20:00:36 +02:00
dns.js
domain.js
events.js
fs.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
http.js
https.js
inspector.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
module.js
net.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
os.js
path.js path: fix incorrect use of ERR_INVALID_ARG_TYPE 2017-07-03 16:28:02 +02:00
process.js
punycode.js
querystring.js
readline.js readline: properly handle 0-width characters 2017-06-28 21:50:49 -07:00
repl.js tools: use no-use-before-define ESLint rule 2017-07-04 20:23:53 +03:00
stream.js
string_decoder.js
sys.js
timers.js
tls.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
tty.js
url.js errors,url: port url errors to internal/errors 2017-07-01 22:32:32 -04:00
util.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
v8.js v8: add new to the throw statement 2017-06-28 20:00:42 +02:00
vm.js
zlib.js