node/lib
Xuguang Mei f13520c10e
assert: fix deepEqual always return true on URL
PR-URL: https://github.com/nodejs/node/pull/50853
Fixes: https://github.com/nodejs/node/issues/50836
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2025-04-15 19:13:59 -03:00
..
assert assert: add assert/strict alias module 2020-06-25 08:37:48 -07:00
dns dns: make promise API fully constructed from lib/internal/dns/promises 2022-06-20 19:58:45 +01:00
fs fs: add fs/promises alias module 2020-02-18 22:15:50 -08:00
inspector inspector: refactor inspector/promises to be more robust 2022-10-19 18:39:31 +00:00
internal assert: fix deepEqual always return true on URL 2025-04-15 19:13:59 -03:00
path path: add path/posix and path/win32 alias modules 2020-10-20 14:27:31 +00:00
readline lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
stream stream: add pipeline() for webstreams 2023-02-02 19:45:42 +00:00
test test_runner: do not expose internal loader 2024-10-02 07:57:36 +02:00
timers timers: document ref option for scheduler.wait 2024-10-02 07:57:48 +02:00
util util: add util/types alias module 2020-10-21 01:26:34 +02:00
.eslintrc.yaml tools: add polyfilled option to prefer-primordials rule 2024-11-18 10:15:35 +01:00
_http_agent.js lib: remove startsWith/endsWith primordials for char checks 2025-01-24 22:18:42 +01:00
_http_client.js http: remove prototype primordials 2024-09-21 13:16:02 +02:00
_http_common.js http: remove prototype primordials 2024-09-21 13:16:02 +02:00
_http_incoming.js http: remove prototype primordials 2024-09-21 13:16:02 +02:00
_http_outgoing.js http: don't emit error after destroy 2025-03-06 13:38:01 +01:00
_http_server.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01: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: remove prototype primordials 2024-09-21 13:18:29 +02:00
_tls_wrap.js tls: remove prototype primordials 2024-09-21 13:18:29 +02:00
assert.js test_runner: reimplement assert.ok to allow stack parsing 2024-10-02 16:04:21 +02:00
async_hooks.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
buffer.js src: implement IsInsideNodeModules() in C++ 2025-02-11 11:56:43 +01:00
child_process.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
cluster.js cluster: use ObjectPrototypeHasOwnProperty 2023-05-30 12:24:29 +02:00
console.js
constants.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
crypto.js crypto: implement crypto.hash() 2024-03-25 19:27:53 +00:00
dgram.js dgram: check udp buffer size to avoid fd leak 2025-01-24 22:18:50 +01:00
diagnostics_channel.js diagnostics_channel: fix unsubscribe during publish 2025-01-24 22:17:31 +01:00
dns.js dns: honor the order option 2025-01-24 22:17:33 +01:00
domain.js lib: the REPL should survive deletion of Array.prototype methods 2024-11-17 11:51:28 +01:00
events.js events: add hasEventListener util for validate 2025-03-06 13:38:01 +01:00
fs.js fs: lazily load ReadFileContext 2025-01-24 22:18:48 +01:00
http.js http: remove prototype primordials 2024-09-21 13:16:02 +02:00
http2.js http2: add server handshake utility 2024-03-25 19:24:19 +00:00
https.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
inspector.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
module.js module: implement register utility 2023-08-15 14:33:58 -03:00
net.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
os.js src: improve node:os userInfo performance 2025-01-24 22:18:38 +01:00
path.js path: fix path traversal in normalize() on Windows 2025-01-16 15:08:21 -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: add pending deprecation 2023-02-21 15:33:29 +00:00
querystring.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
readline.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
repl.js lib: remove startsWith/endsWith primordials for char checks 2025-01-24 22:18:42 +01:00
sea.js sea: support sea.getRawAsset() 2024-03-25 19:25:52 +00:00
stream.js stream: change stream to use index instead of for...of 2024-10-02 07:57:40 +02:00
string_decoder.js lib: move encodingsMap to internal/util 2024-03-25 19:27:52 +00:00
sys.js lib: add note about removing node:sys module 2024-10-02 07:57:52 +02:00
test.js test_runner: add suite() 2024-05-03 08:30:16 +02:00
timers.js lib: move Symbol[Async]Dispose polyfills to internal/util 2024-11-18 10:15:32 +01:00
tls.js tls: remove prototype primordials 2024-09-21 13:18:29 +02:00
trace_events.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
tty.js tty: initialize winSize array with values 2024-10-02 07:57:32 +02:00
url.js lib: remove lib/internal/idna.js 2024-11-17 11:51:36 +01:00
util.js lib: respect terminal capabilities on styleText 2024-10-02 07:57:43 +02:00
v8.js lib: fix misleading argument of validateUint32 2024-07-19 15:27:03 +02:00
vm.js lib: add validation for options in compileFunction 2025-01-24 22:18:52 +01:00
wasi.js wasi: make returnOnExit true by default 2023-05-02 09:33:49 +02:00
worker_threads.js worker: add postMessageToThread 2025-02-20 13:37:44 +01:00
zlib.js zlib: throw brotli initialization error from c++ 2024-11-17 11:51:34 +01:00