node/lib
Geoffrey Booth 9c683204db
esm: unflag extensionless javascript and wasm in module scope
PR-URL: https://github.com/nodejs/node/pull/49974
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2023-10-03 12:31:21 +08:00
..
assert
dns
fs
inspector
internal esm: unflag extensionless javascript and wasm in module scope 2023-10-03 12:31:21 +08:00
path
readline readline: use addAbortListener 2023-07-11 19:50:13 +03:00
stream
test test_runner: add junit reporter 2023-09-14 08:43:53 +00:00
timers
util
.eslintrc.yaml tools: restrict internal code from using public `url` module 2023-09-13 18:03:15 +00:00
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js
_http_server.js http: start connections checking interval on listen 2023-07-24 20:55:19 +00:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js tls: use validateFunction for `options.checkServerIdentity` 2023-09-30 22:38:10 +00:00
assert.js
async_hooks.js
buffer.js
child_process.js typings: update JSDoc for `cwd` in `child_process` 2023-08-08 15:32:31 +08:00
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: socket add `asyncDispose` 2023-07-11 21:10:27 +00:00
diagnostics_channel.js lib: implement WeakReference on top of JS WeakRef 2023-08-16 18:45:07 +02:00
dns.js
domain.js lib: implement WeakReference on top of JS WeakRef 2023-08-16 18:45:07 +02:00
events.js events: validate options of `on` and `once` 2023-09-29 10:56:20 +00:00
fs.js lib: reduce overhead of validateObject 2023-10-02 12:56:39 +00:00
http.js lib: update params in jsdoc for `HTTPRequestOptions` 2023-09-29 13:14:24 +02:00
http2.js
https.js lib: update params in jsdoc for `HTTPRequestOptions` 2023-09-29 13:14:24 +02:00
inspector.js inspector: open add `SymbolDispose` 2023-07-16 09:46:27 +00:00
module.js
net.js net: server add `asyncDispose` 2023-07-11 21:10:28 +00:00
os.js
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js readline: use addAbortListener 2023-07-11 19:50:13 +03:00
repl.js repl: don't accumulate excess indentation in .load 2023-09-21 13:37:41 +00:00
stream.js errors: improve performance of instantiation 2023-09-28 09:57:38 +00:00
string_decoder.js
sys.js
test.js
timers.js timers: support Symbol.dispose 2023-07-05 13:39:38 +00:00
tls.js
trace_events.js
tty.js
url.js url: validate `pathToFileURL(path)` argument as string 2023-08-31 20:35:04 +08:00
util.js
v8.js
vm.js module: use symbol in WeakMap to manage host defined options 2023-09-14 15:42:24 +00:00
wasi.js
worker_threads.js
zlib.js