node/lib
Bradley Farias a01302b8df
esm: make extension-less errors in type:module actionable
PR-URL: https://github.com/nodejs/node/pull/42301
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-03-15 00:59:32 +00:00
..
assert assert: add `assert/strict` alias module 2020-06-25 08:37:48 -07:00
dns dns: add dns/promises alias 2020-05-24 03:26:21 +02:00
fs
internal esm: make extension-less errors in type:module actionable 2022-03-15 00:59:32 +00:00
path path: add `path/posix` and `path/win32` alias modules 2020-10-20 14:27:31 +00:00
readline readline: propagate signal.reason in awaitable question 2021-12-02 12:13:02 -08:00
stream stream: add reduce 2022-01-30 14:07:32 +00:00
timers tools: add timers functions to the list of restricted globals 2022-02-18 11:37:36 +00:00
util util: add `util/types` alias module 2020-10-21 01:26:34 +02:00
.eslintrc.yaml lib: add legacy built-in functions to primordials 2022-02-21 12:32:49 +01:00
_http_agent.js http: make TCP noDelay enabled by default 2022-03-09 14:37:49 +00:00
_http_client.js tls: improve handling of shutdown 2021-12-08 07:29:55 +01:00
_http_common.js http: remove CRLF variable 2021-09-16 09:44:12 -04:00
_http_incoming.js lib: fix typos in lib code comments 2021-11-12 23:26:20 +01:00
_http_outgoing.js http: don't write empty data on req/res end() 2021-12-10 19:44:24 +00:00
_http_server.js http: make TCP noDelay enabled by default 2022-03-09 14:37:49 +00:00
_stream_duplex.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_passthrough.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_readable.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_transform.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_wrap.js
_stream_writable.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_tls_common.js tls: move tls.parseCertString to end-of-life 2022-01-15 17:00:25 +01:00
_tls_wrap.js tls: avoid throw in onerror for bad TLSSocket obj 2022-02-14 08:08:37 +00:00
assert.js lib: refactor to use primordials in `lib/assert.js` 2022-03-15 00:17:12 +00:00
async_hooks.js lib: fix AsyncResource.bind not using 'this' from the caller by default 2022-03-08 22:00:55 +00:00
buffer.js lib: add internal genericNodeError() function 2022-02-09 01:56:15 +00:00
child_process.js lib: add internal genericNodeError() function 2022-02-09 01:56:15 +00:00
cluster.js lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
console.js
constants.js
crypto.js src: include crypto in the bootstrap snapshot 2022-03-11 17:15:13 +00:00
dgram.js dgram: remove unreachable connectState assign 2022-01-20 08:34:52 +00:00
diagnostics_channel.js lib: add unsubscribe method to non-active DC channels 2021-10-19 14:46:14 +00:00
dns.js lib: replace validator and error 2022-02-05 08:36:48 -08:00
domain.js domain: pass opts to `EventEmitter.init` 2022-01-19 11:26:38 +00:00
events.js lib: add internal genericNodeError() function 2022-02-09 01:56:15 +00:00
fs.js fs: adjust default `length` for `fs.readSync` and fsPromises/`read` 2022-02-27 12:56:09 +00:00
http.js lib,test,tools: use consistent JSDoc types 2021-11-29 06:48:00 +00:00
http2.js http2: add support for sensitive headers 2020-07-16 00:25:47 +02:00
https.js http: add default argument for Agent.prototype.getName 2022-02-27 15:01:01 +00:00
inspector.js lib: replace validator and error 2022-02-05 08:36:48 -08:00
module.js
net.js net: add new options to `net.Socket` and `net.Server` 2022-02-22 10:58:30 +00:00
os.js os: add os.devNull 2021-06-01 21:06:18 +02:00
path.js lib: fix typos in lib code comments 2021-11-12 23:26:20 +01:00
perf_hooks.js perf_hooks: fix performance timeline wpt failures 2021-07-30 07:29:44 -07:00
process.js
punycode.js punycode: add pending deprecation 2021-04-30 10:59:28 -07:00
querystring.js lib: include return types in JSDoc 2021-12-12 03:51:00 +00:00
readline.js readline: propagate signal.reason in awaitable question 2021-12-02 12:13:02 -08:00
repl.js repl: remove preview when press escape 2022-02-22 17:30:02 -08:00
stream.js stream: port more test262 tests 2022-02-23 21:06:00 +00:00
string_decoder.js string_decoder: fix crash when calling __proto__.write() 2022-03-08 16:36:11 +00:00
sys.js
timers.js lib: replace validator and error 2022-02-05 08:36:48 -08:00
tls.js tls: move tls.parseCertString to end-of-life 2022-01-15 17:00:25 +01:00
trace_events.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
tty.js tty: enable buffering 2021-07-07 14:50:47 +02:00
url.js url: throw on NULL in IPv6 hostname 2022-03-14 21:12:44 +00:00
util.js util: expose stripVTControlCharacters() 2021-10-01 22:56:58 -04:00
v8.js lib,test,tools: use consistent JSDoc types 2021-11-29 06:48:00 +00:00
vm.js vm: add support for import assertions in dynamic imports 2021-10-09 08:44:53 +00:00
wasi.js wasi: use missing validator 2021-06-26 16:31:30 +02:00
worker_threads.js worker: add setEnvironmentData/getEnvironmentData 2021-03-15 07:40:26 -07:00
zlib.js lib: add internal genericNodeError() function 2022-02-09 01:56:15 +00:00