0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Myles Borins 8250bfd1e5
fs: Revert throw on invalid callbacks
This reverts 4cb5f3daa3

Based on community feedback I think we should consider reverting this
change. We should explore how this could be solved via linting rules.

Refs: https://github.com/nodejs/node/pull/12562
PR-URL: https://github.com/nodejs/node/pull/12976
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2017-05-20 10:21:34 -04:00
..
internal net: add symbol to normalized connect() args 2017-05-19 11:22:40 -04:00
_http_agent.js lib: implement async_hooks API in core 2017-05-10 22:22:29 +02:00
_http_client.js lib: implement async_hooks API in core 2017-05-10 22:22:29 +02:00
_http_common.js lib: implement async_hooks API in core 2017-05-10 22:22:29 +02:00
_http_incoming.js tools: ignore URLs in line length linting 2017-03-20 18:28:40 -07:00
_http_outgoing.js lib: implement async_hooks API in core 2017-05-10 22:22:29 +02:00
_http_server.js http: avoid retaining unneeded memory 2017-03-22 10:26:02 -07:00
_stream_duplex.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
_stream_passthrough.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
_stream_readable.js stream: fix highWaterMark integer overflow 2017-05-16 14:02:03 +02:00
_stream_transform.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
_stream_wrap.js stream: avoid using forEach 2017-03-17 11:09:10 -07:00
_stream_writable.js stream: fix highWaterMark integer overflow 2017-05-16 14:02:03 +02:00
_tls_common.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
_tls_legacy.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
_tls_wrap.js tls: accept lookup option for tls.connect() 2017-05-15 17:25:44 -04:00
.eslintrc.yaml tools: rename eslintrc to an undeprecated format 2017-01-18 09:48:52 +05:30
assert.js assert: restore TypeError if no arguments 2017-05-08 11:04:55 -07:00
async_hooks.js lib: implement async_hooks API in core 2017-05-10 22:22:29 +02:00
buffer.js buffer: fix indexOf for empty searches 2017-05-18 23:16:40 +02:00
child_process.js child_process: support promisified exec(File) 2017-05-09 15:01:45 +02:00
cluster.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
console.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
constants.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
crypto.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
dgram.js lib: implement async_hooks API in core 2017-05-10 22:22:29 +02:00
dns.js dns: support promisified lookup(Service) 2017-05-09 15:01:46 +02:00
domain.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
events.js events: remove unreachable code 2017-04-21 13:09:49 -04:00
fs.js fs: Revert throw on invalid callbacks 2017-05-20 10:21:34 -04:00
http.js http: use more efficient module.exports pattern 2017-03-20 16:01:31 -07:00
https.js https: support agent construction without new 2017-05-11 15:28:27 -04:00
module.js inspector: do not add 'inspector' property 2017-05-04 10:40:24 -07:00
net.js net: add symbol to normalized connect() args 2017-05-19 11:22:40 -04:00
os.js os: refactor os structure, add Symbol.toPrimitive 2017-05-01 11:44:56 -07:00
path.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
process.js
punycode.js
querystring.js lib: use Object.create(null) directly 2017-03-24 15:25:49 -07:00
readline.js readline: move escape codes into internal/readline 2017-05-07 22:54:26 +02:00
repl.js repl: fix permanent deoptimizations 2017-04-30 03:18:01 -04:00
stream.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
string_decoder.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
sys.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
timers.js timers: do not use user object call/apply 2017-05-12 22:18:18 -07:00
tls.js tls: support Uint8Arrays for protocol list buffers 2017-03-27 02:08:49 +02:00
tty.js tty_wrap: throw when uv_tty_init() returns error 2017-05-10 22:21:53 +02:00
url.js url: move to module.exports = {} pattern 2017-04-29 10:24:18 -07:00
util.js util: add util.promisify() 2017-05-09 15:01:41 +02:00
v8.js v8: refactor struture of v8 module 2017-04-28 14:29:45 -07:00
vm.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
zlib.js zlib: support all ArrayBufferView types 2017-04-12 10:03:26 -07:00