node/lib
theanarkh e055539604
lib: add trace-sigint APIs
PR-URL: https://github.com/nodejs/node/pull/59040
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-08-12 09:20:04 -03:00
..
assert
dns dns: make promise API fully constructed from lib/internal/dns/promises 2022-06-20 19:58:45 +01:00
fs
inspector inspector: refactor inspector/promises to be more robust 2022-10-19 18:39:31 +00:00
internal lib: add trace-sigint APIs 2025-08-12 09:20:04 -03:00
path
readline readline: fix unresolved promise on abortion 2025-01-29 17:01:26 -08:00
stream stream: add pipeline() for webstreams 2023-02-02 19:45:42 +00:00
test test_runner: do not expose internal loader 2024-08-13 15:17:50 +02:00
timers lib: remove unnecessary optional chaining 2024-11-07 15:59:12 +00:00
util
_http_agent.js cli: add --use-env-proxy 2025-07-27 23:52:52 +02:00
_http_client.js lib: use validateString 2025-08-12 09:19:59 -03:00
_http_common.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
_http_incoming.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
_http_outgoing.js http,https: give names to anonymous or misnamed functions 2025-05-16 07:07:01 +02:00
_http_server.js http: add server.keepAliveTimeoutBuffer option 2025-08-12 09:20:00 -03:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
_tls_wrap.js tls: remove unnecessary type check on normalize 2025-05-02 17:05:14 -03:00
assert.js lib: restructure assert to become a class 2025-08-12 09:20:01 -03:00
async_hooks.js lib: do not modify prototype deprecated asyncResource 2025-08-12 09:20:02 -03:00
buffer.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
child_process.js permission: propagate permission model flags on spawn 2025-07-03 10:55:39 +02:00
cluster.js cluster: use ObjectPrototypeHasOwnProperty 2023-05-25 16:04:19 +00:00
console.js
constants.js
crypto.js lib: remove obsolete Cipher export 2025-05-02 17:04:50 -03:00
dgram.js lib: make ERM functions into wrappers returning undefined 2025-05-31 13:30:47 +02:00
diagnostics_channel.js diagnostics_channel: fix unsubscribe during publish 2024-10-14 10:55:39 +00:00
dns.js dns: remove redundant code using common variable 2025-05-02 17:05:09 -03:00
domain.js domain: remove deprecated API call 2025-08-12 09:20:00 -03:00
eslint.config_partial.mjs lib,src: support DOMException ser-des 2025-06-16 08:51:12 +02:00
events.js lib: prefer AsyncIteratorPrototype primordial 2025-08-12 09:19:57 -03:00
fs.js fs: port SonicBoom module to fs module as Utf8Stream 2025-08-08 11:56:50 +02:00
http.js http: expose websockets 2024-07-08 15:55:43 +00:00
http2.js http2: add server handshake utility 2024-01-12 16:09:48 +00:00
https.js cli: add --use-env-proxy 2025-07-27 23:52:52 +02:00
inspector.js inspector: initial support for Network.loadNetworkResource 2025-07-17 16:57:11 +02:00
module.js lib: allow skipping source maps in node_modules 2025-01-23 22:44:10 +00:00
net.js lib: make ERM functions into wrappers returning undefined 2025-05-31 13:30:47 +02:00
os.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
path.js lib: handle windows reserved device names on UNC 2025-08-12 09:20:03 -03:00
perf_hooks.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
process.js src: disambiguate terms used to refer to builtins and addons 2022-08-09 01:36:49 +08:00
punycode.js punycode: limit deprecation warning 2025-01-18 18:01:54 +00:00
querystring.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
quic.js src, quic: refine more of the quic implementation 2025-01-06 10:47:36 -08:00
readline.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
repl.js repl: handle errors from getters during completion 2025-07-21 10:59:01 +02:00
sea.js sea: support sea.getRawAsset() 2024-02-02 15:25:34 +01:00
sqlite.js sqlite: add DatabaseSync.prototype[Symbol.dispose]() 2025-05-02 17:05:26 -03:00
stream.js stream: change stream to use index instead of for...of 2024-08-23 07:31:55 +00:00
string_decoder.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
sys.js lib: add note about removing node:sys module 2024-09-05 21:53:52 +02:00
test.js test_runner: add assert.register() API 2025-01-04 18:30:04 +00:00
timers.js timers: optimize timer functions with improved argument handling 2025-05-02 17:05:40 -03:00
tls.js crypto: add tls.setDefaultCACertificates() 2025-07-21 10:59:01 +02:00
trace_events.js trace_events: use private fields instead of symbols for Tracing 2023-12-28 23:20:22 +00:00
tty.js tty: initialize winSize array with values 2024-08-11 06:32:13 +00:00
url.js url: add fileURLToPathBuffer API 2025-06-16 08:52:17 +02:00
util.js lib: add trace-sigint APIs 2025-08-12 09:20:04 -03:00
v8.js v8: add v8.getCppHeapStatistics() method 2025-05-02 17:04:49 -03:00
vm.js lib: add validation for options in compileFunction 2024-12-06 06:53:06 +00:00
wasi.js lib: expose setupInstance method on WASI class 2025-07-08 11:44:43 -03:00
worker_threads.js worker: add name for worker 2025-08-12 09:20:01 -03:00
zlib.js zlib: add dictionary support to zstdCompress and zstdDecompress 2025-08-12 09:20:00 -03:00