0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Giorgos Ntemiris eeea3fb91b fs: allow passing true to emitClose option
Allow passing true for emitClose option for fs
streams.

Fixes: https://github.com/nodejs/node/issues/29177

PR-URL: https://github.com/nodejs/node/pull/29212
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2019-08-22 22:51:30 -07:00
..
assert assert: avoid potentially misleading reference to object identity 2019-07-25 22:36:29 -07:00
bootstrap bootstrap: run preload prior to frozen-intrinsics 2019-08-20 09:49:48 -05:00
cluster lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
console console: minor timeLogImpl() refactor 2019-08-15 16:29:36 +08:00
crypto lib: rename validateSafeInteger to validateInteger 2019-08-19 11:55:22 -04:00
dns dns: update lookupService() first arg name 2019-08-10 19:06:21 -07:00
fs fs: allow passing true to emitClose option 2019-08-22 22:51:30 -07:00
http2 http2: remove callback-based padding 2019-08-17 20:13:24 -07:00
main bootstrap: run preload prior to frozen-intrinsics 2019-08-20 09:49:48 -05:00
modules esm: support loading data URLs 2019-08-20 09:34:18 -05:00
per_context
policy policy: add dependencies map for resources 2019-07-26 15:13:53 -05:00
process report: modify getReport() to return an Object 2019-07-12 14:48:09 -07:00
readline lib: rename lib/internal/readline.js 2019-07-20 11:56:53 -07:00
repl repl: close file descriptor of history file 2019-08-10 19:21:33 -07:00
streams stream: add readableEnded 2019-08-19 22:03:07 -07:00
test
util util: improve debuglog performance 2019-08-09 18:13:30 -04:00
vm
worker worker: only unref port for stdin if we ref’ed it before 2019-06-20 11:27:27 -06:00
assert.js
async_hooks.js
buffer.js tools: update eslint 2019-06-27 11:57:19 +02:00
child_process.js
cli_table.js
constants.js
dgram.js
dtrace.js
encoding.js
error-serdes.js
errors.js stream: disallow stream methods on finished stream 2019-08-20 08:47:19 -07:00
fixed_queue.js
freelist.js
freeze_intrinsics.js bootstrap: --frozen-intrinsics override problem workaround 2019-06-22 23:17:44 +02:00
http.js http: simplify drain() 2019-08-19 12:56:08 -07:00
idna.js
inspector_async_hook.js
js_stream_socket.js
linkedlist.js
net.js lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
options.js
priority_queue.js
querystring.js
readme.md
repl.js
socket_list.js
stream_base_commons.js
timers.js doc, lib, src, test, tools: fix assorted typos 2019-08-12 16:00:22 -07:00
tls.js
trace_events_async_hooks.js
tty.js
url.js
util.js process: split routines used to enhance fatal exception stack traces 2019-06-27 20:22:08 +08:00
v8_prof_polyfill.js
v8_prof_processor.js
validators.js lib: rename validateSafeInteger to validateInteger 2019-08-19 11:55:22 -04:00
worker.js worker: handle calling terminate when kHandler is null 2019-07-30 19:43:34 -07:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.