node/lib/internal
HiroyukiYagihashi b6f4901221
fs: add support for async iterators to fsPromises.writeFile
Fixes: https://github.com/nodejs/node/issues/37391

PR-URL: https://github.com/nodejs/node/pull/37490
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-04-05 12:57:25 -04:00
..
assert assert: refactor to avoid unsafe array iteration 2021-02-28 14:40:01 +01:00
bootstrap doc: fix typos in lib/internal/bootstrap/pre_execution.js 2021-03-29 20:17:20 -04:00
child_process doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
cluster cluster: restructure to same prototype for cluster child 2021-03-16 08:55:16 -04:00
console lib: remove use of array destructuring 2021-03-16 08:55:08 -04:00
crypto crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm name 2021-04-05 12:57:25 -04:00
dns lib: refactor to use validateString 2021-02-02 10:41:55 +01:00
fs fs: add support for async iterators to fsPromises.writeFile 2021-04-05 12:57:25 -04:00
http2 http2: add specific error code for custom frames 2021-04-04 15:27:03 -04:00
main src: indent long help text properly 2021-03-29 20:17:20 -04:00
modules module: improve error message for invalid data URL 2021-04-05 12:57:24 -04:00
per_context worker: add ports property to MessageEvents 2021-03-16 08:55:11 -04:00
policy lib: remove use of array destructuring 2021-03-16 08:55:08 -04:00
process doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
readline readline: refactor to use more primordials 2020-12-07 13:55:23 -05:00
repl repl: refactor to avoid unsafe array iteration 2021-02-16 09:16:20 -05:00
source_map errors: align source-map stacks with spec 2021-02-16 09:16:08 -05:00
streams stream: pipeline accept Buffer as a valid first argument 2021-03-23 21:15:10 -04:00
test lib: expose primordials object 2021-01-21 17:48:10 -05:00
util util: remove unreachable inspect code 2021-03-29 20:17:20 -04:00
vm src: add error formatting support 2021-03-16 08:55:29 -04:00
worker worker: add ports property to MessageEvents 2021-03-16 08:55:11 -04:00
abort_controller.js lib: add brand checks to AbortController and AbortSignal 2021-03-23 21:15:02 -04:00
assert.js benchmark,doc,lib,test: prepare for padding lint rule 2019-11-30 06:28:29 -08:00
async_hooks.js async_hooks: set unhandledRejection async context 2021-02-16 09:16:09 -05:00
blob.js buffer: make Blob's constructor more spec-compliant 2021-02-28 14:39:53 +01:00
blocklist.js net: allow net.BlockList to use net.SocketAddress objects 2021-04-04 15:27:05 -04:00
buffer.js buffer: add base64url encoding option 2021-01-21 17:57:33 -05:00
child_process.js lib: change wording in lib/internal/child_process comment 2021-04-04 15:27:04 -04:00
cli_table.js src: remove _third_party_main support 2020-06-24 15:20:59 -07:00
constants.js lib: replace charCodeAt with fixed Unicode 2020-06-19 07:46:37 -07:00
dgram.js lib: refactor to use validateFunction 2021-02-02 10:47:38 +01:00
dtrace.js
encoding.js tools: improve valid-typeof lint rule 2021-03-29 20:17:19 -04:00
error_serdes.js lib: use global Error constructors from primordials 2020-10-07 13:44:19 +00:00
errors.js http2: add specific error code for custom frames 2021-04-04 15:27:03 -04:00
event_target.js events: remove return value on addEventListener 2021-03-16 12:31:41 -04:00
fixed_queue.js lib: unnecessary const assignment for class 2020-04-24 22:53:36 +03:00
freelist.js http: remove unused hasItems() from freelist 2019-12-03 15:00:45 -08:00
freeze_intrinsics.js doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
heap_utils.js worker: add ability to take heap snapshot from parent thread 2020-02-03 07:04:13 -08:00
histogram.js perf_hooks: introduce createHistogram 2021-02-16 09:16:13 -05:00
http.js http: remove dead code from internal/http.js 2021-01-13 10:12:11 -05:00
idna.js
inspector_async_hook.js async_hooks: refactor to use more primordials 2020-11-22 13:20:08 -08:00
js_stream_socket.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
linkedlist.js
net.js net: refactor to use more primordials 2020-12-07 13:55:56 -05:00
options.js lib: refactor to use optional chaining in internal/options.js 2021-02-02 10:41:57 +01:00
priority_queue.js lib: remove unused code 2021-01-12 07:10:22 -05:00
querystring.js doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
readme.md
repl.js lib: use Number.parseInt from primordials 2020-10-07 13:44:20 +00:00
socket_list.js
socketaddress.js net: allow net.BlockList to use net.SocketAddress objects 2021-04-04 15:27:05 -04:00
stream_base_commons.js lib: refactor to use validateCallback 2021-01-12 07:10:22 -05:00
timers.js timers: fix arbitrary object clearImmediate errors 2021-03-29 20:17:19 -04:00
tls.js tls: refactor to avoid unsafe array iteration 2021-01-12 07:11:40 -05:00
trace_events_async_hooks.js lib: replace charCodeAt with fixed Unicode 2020-06-19 07:46:37 -07:00
tty.js doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
url.js doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
util.js util: add internal createDeferredPromise() 2021-02-02 10:47:41 +01:00
v8_prof_polyfill.js lib: remove v8_prof_polyfill from eslint ignore list 2021-01-12 07:10:34 -05:00
v8_prof_processor.js doc,lib: prepare for stricter multi-line array linting 2021-02-28 14:39:58 +01:00
validators.js lib: fix WebIDL object and dictionary type conversion 2021-02-16 09:12:54 -05:00
watchdog.js src,lib: make ^C print a JS stack trace 2020-01-28 13:52:27 +08:00
worker.js worker: add setEnvironmentData/getEnvironmentData 2021-03-16 12:31:47 -04: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.