node/lib/internal
Rich Trott aebd82ea7c
stream: remove empty block
PR-URL: https://github.com/nodejs/node/pull/41831
Backport-PR-URL: https://github.com/nodejs/node/pull/42160
Refs: https://eslint.org/docs/rules/no-empty
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-03-14 09:32:21 -04:00
..
assert test: add semicolons for linter update 2022-01-31 21:54:36 -05:00
bootstrap lib: add comments to empty catch statements 2022-03-14 09:32:21 -04:00
child_process
cluster cluster: use linkedlist for round_robin_handle 2022-01-31 23:00:31 -05:00
console console: fix prototype pollution via console.table 2022-01-10 09:46:21 -05:00
crypto crypto: fix webcrypto.subtle signature 2022-03-14 09:32:12 -04:00
debugger lib: refactor to use let 2021-10-13 10:20:52 +02:00
dns lib: fix consistency of methods that emit warnings 2022-03-14 09:32:00 -04:00
fs lib: include return types in JSDoc 2022-02-01 07:09:50 -05:00
http2 http2: fix pseudo-headers order 2022-03-14 09:32:20 -04:00
legacy
main lib: add comments to empty catch statements 2022-03-14 09:32:21 -04:00
modules lib: add comments to empty catch statements 2022-03-14 09:32:21 -04:00
per_context lib: include return types in JSDoc 2022-02-01 07:09:50 -05:00
perf perf_hooks: multiple fixes for Histogram 2022-01-31 23:52:56 -05:00
policy policy: revise manifest.js to avoid empty blocks 2022-03-14 09:32:21 -04:00
process lib: add comments to empty catch statements 2022-03-14 09:32:21 -04:00
readline readline: skip escaping characters again 2022-01-31 23:00:51 -05:00
repl tools,benchmark,lib,test: enable no-case-declarations lint rule 2022-01-31 23:54:42 -05:00
source_map lib: refactor to use validateObject() validator 2022-03-14 09:32:19 -04:00
streams stream: resume stream on drain 2022-03-14 09:32:19 -04:00
test
tls tls: use optional chaining to simplify checks 2022-01-31 23:54:40 -05:00
util lib: add comments to empty catch statements 2022-03-14 09:32:21 -04:00
vm
webstreams stream: remove empty block 2022-03-14 09:32:21 -04:00
worker
abort_controller.js lib: make AbortSignal cloneable/transferable 2022-01-31 23:08:59 -05:00
assert.js
async_hooks.js async_hooks: fix AsyncLocalStorage in unhandledRejection cases 2022-01-31 23:53:31 -05:00
blob.js lib: include return types in JSDoc 2022-02-01 07:09:50 -05:00
blocklist.js
buffer.js
child_process.js child_process: queue pending messages 2022-01-31 23:54:23 -05:00
cli_table.js
constants.js
dgram.js
dtrace.js
encoding.js
error_serdes.js lib: add comments to empty catch statements 2022-03-14 09:32:21 -04:00
errors.js lib,test,tools: use consistent JSDoc types 2022-01-31 23:00:31 -05:00
event_target.js events: clarify JSDoc entries 2022-01-31 23:54:18 -05:00
fixed_queue.js
freelist.js
freeze_intrinsics.js
heap_utils.js
histogram.js perf_hooks: multiple fixes for Histogram 2022-01-31 23:52:56 -05:00
http.js
idna.js
inspector_async_hook.js
js_stream_socket.js Revert "async_hooks: merge resource_symbol with owner_symbol" 2022-01-31 22:53:55 -05:00
linkedlist.js cluster: use linkedlist for round_robin_handle 2022-01-31 23:00:31 -05:00
net.js
options.js src: get embedder options on-demand 2021-11-04 11:23:00 +01:00
priority_queue.js
promise_hooks.js v8: multi-tenant promise hook api 2022-01-29 17:03:06 -05:00
querystring.js
readme.md
repl.js
socket_list.js
socketaddress.js
stream_base_commons.js tls: improve handling of shutdown 2022-01-31 23:08:50 -05:00
timers.js timers: check for nullish instead of falsy in loops 2022-03-14 09:32:03 -04:00
trace_events_async_hooks.js
tty.js tty: support more CI services in getColorDepth 2021-11-24 16:34:53 +00:00
url.js lib,url: correct URL's argument to pass idlharness 2021-11-04 13:25:24 +01:00
util.js
v8_prof_polyfill.js
v8_prof_processor.js lib: refactor to avoid unsafe array iteration 2021-10-04 20:32:18 +02:00
validators.js v8: multi-tenant promise hook api 2022-01-29 17:03:06 -05:00
watchdog.js test: add semicolons for linter update 2022-01-31 21:54:36 -05:00
worker.js

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.