.. |
assert
|
…
|
|
dns
|
…
|
|
fs
|
…
|
|
inspector
|
inspector: refactor `inspector/promises` to be more robust
|
2022-10-19 18:39:31 +00:00 |
internal
|
util: do not catch on circular `@@toStringTag` errors
|
2024-11-27 11:03:32 -05:00 |
path
|
…
|
|
readline
|
lib: move `Symbol[Async]Dispose` polyfills to `internal/util`
|
2024-09-14 00:20:34 +02: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-14 08:37:04 +02:00 |
timers
|
lib: use `Promise.withResolvers()` in timers
|
2024-11-27 11:03:32 -05:00 |
util
|
…
|
|
_http_agent.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
_http_client.js
|
http: add diagnostic channel `http.client.request.created`
|
2024-11-27 11:03:27 -05:00 |
_http_common.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
_http_incoming.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
_http_outgoing.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
_http_server.js
|
http: add diagnostic channel `http.server.response.created`
|
2024-11-27 11:03:28 -05:00 |
_stream_duplex.js
|
…
|
|
_stream_passthrough.js
|
…
|
|
_stream_readable.js
|
…
|
|
_stream_transform.js
|
…
|
|
_stream_wrap.js
|
…
|
|
_stream_writable.js
|
…
|
|
_tls_common.js
|
tls: remove prototype primordials
|
2024-07-16 12:01:13 +02:00 |
_tls_wrap.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
assert.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
async_hooks.js
|
lib: improve async_context_frame structure
|
2024-08-14 08:36:56 +02:00 |
buffer.js
|
buffer: make Buffer work with resizable ArrayBuffer
|
2024-11-27 01:23:23 -05:00 |
child_process.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
cluster.js
|
cluster: use ObjectPrototypeHasOwnProperty
|
2023-05-25 16:04:19 +00:00 |
console.js
|
…
|
|
constants.js
|
…
|
|
crypto.js
|
tools: add lint rule to keep primordials in ASCII order
|
2024-04-29 22:46:28 +02:00 |
dgram.js
|
lib: add UV_UDP_REUSEPORT for udp
|
2024-11-27 01:42:44 -05:00 |
diagnostics_channel.js
|
diagnostics_channel: fix unsubscribe during publish
|
2024-11-27 01:23:18 -05:00 |
dns.js
|
dns: honor the order option
|
2024-11-27 01:37:53 -05:00 |
domain.js
|
lib: the REPL should survive deletion of Array.prototype methods
|
2024-10-04 10:20:04 +02:00 |
eslint.config_partial.mjs
|
tools: add `polyfilled` option to `prefer-primordials` rule
|
2024-11-27 00:48:28 -05:00 |
events.js
|
lib, tools: remove duplicate requires
|
2024-10-04 10:20:25 +02:00 |
fs.js
|
src: add receiver to fast api callback methods
|
2024-10-04 19:20:14 +02:00 |
http.js
|
http: expose websockets
|
2024-07-16 12:01:14 +02:00 |
http2.js
|
http2: add server handshake utility
|
2024-01-12 16:09:48 +00:00 |
https.js
|
lib: move `Symbol[Async]Dispose` polyfills to `internal/util`
|
2024-09-14 00:20:34 +02:00 |
inspector.js
|
lib: move `Symbol[Async]Dispose` polyfills to `internal/util`
|
2024-09-14 00:20:34 +02:00 |
module.js
|
module: implement flushCompileCache()
|
2024-10-04 10:20:13 +02:00 |
net.js
|
net: add UV_TCP_REUSEPORT for tcp
|
2024-11-27 01:42:44 -05:00 |
os.js
|
os: improve path check with direct index access
|
2024-11-27 11:03:29 -05:00 |
path.js
|
path: remove repetitive conditional operator in `posix.resolve`
|
2024-10-04 10:20:07 +02:00 |
perf_hooks.js
|
lib: add trailing commas to all public core modules
|
2023-02-28 12:10:24 +01:00 |
process.js
|
…
|
|
punycode.js
|
lib: runtime deprecate punycode
|
2023-04-03 17:47:28 +00:00 |
querystring.js
|
lib: add trailing commas to all public core modules
|
2023-02-28 12:10:24 +01:00 |
readline.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
repl.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
sea.js
|
sea: support sea.getRawAsset()
|
2024-02-02 15:25:34 +01:00 |
sqlite.js
|
lib,src,test,doc: add node:sqlite module
|
2024-07-16 12:01:19 +02:00 |
stream.js
|
stream: change stream to use index instead of `for...of`
|
2024-08-30 15:52:11 -03:00 |
string_decoder.js
|
lib: move encodingsMap to internal/util
|
2024-02-27 13:27:18 +01:00 |
sys.js
|
lib: add note about removing `node:sys` module
|
2024-09-12 11:06:42 +02:00 |
test.js
|
test_runner: add snapshot testing
|
2024-06-01 10:55:09 +02:00 |
timers.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |
tls.js
|
tls: remove prototype primordials
|
2024-07-16 12:01:13 +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-14 08:36:58 +02:00 |
url.js
|
lib: remove lib/internal/idna.js
|
2024-10-04 10:20:22 +02:00 |
util.js
|
util: fix util.getCallSites plurality
|
2024-11-27 11:03:32 -05:00 |
v8.js
|
v8: out of bounds copy
|
2024-10-09 22:57:22 +02:00 |
vm.js
|
vm: introduce vanilla contexts via vm.constants.DONT_CONTEXTIFY
|
2024-08-30 15:52:16 -03:00 |
wasi.js
|
wasi: make returnOnExit true by default
|
2023-04-11 16:35:52 -04:00 |
worker_threads.js
|
worker: add `markAsUncloneable` api
|
2024-10-05 12:35:23 +02:00 |
zlib.js
|
lib: prefer optional chaining
|
2024-10-04 10:20:24 +02:00 |