node/lib
Antoine du Hamel 2079a7aec4
module: do not set CJS variables for Worker eval
PR-URL: https://github.com/nodejs/node/pull/53050
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2024-05-25 02:51:47 +00: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 module: do not set CJS variables for Worker eval 2024-05-25 02:51:47 +00:00
path path: add path/posix and path/win32 alias modules 2020-10-20 14:27:31 +00:00
readline readline: use internal addAbortListener 2024-03-16 09:08:57 +00:00
stream stream: add pipeline() for webstreams 2023-02-02 19:45:42 +00:00
test test_runner: support module mocking 2024-05-19 05:09:09 +00:00
timers fs: use kResistStopPropagation 2023-06-24 15:52:38 +00:00
util util: add util/types alias module 2020-10-21 01:26:34 +02:00
_http_agent.js lib: remove deprecated string methods 2023-11-11 15:44:16 +00:00
_http_client.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
_http_common.js http: correctly translate HTTP method 2024-05-04 08:56:28 -07:00
_http_incoming.js lib: add trailing commas to more internal files 2023-02-26 11:34:02 +01:00
_http_outgoing.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
_http_server.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +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 tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
_tls_wrap.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
assert.js lib: fix assert shows diff messages in ESM and CJS 2023-11-11 14:24:56 +00:00
async_hooks.js tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
buffer.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
child_process.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
cluster.js cluster: use ObjectPrototypeHasOwnProperty 2023-05-25 16:04:19 +00:00
console.js
constants.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
crypto.js tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
dgram.js lib: do not call callback if socket is closed 2024-05-23 20:32:25 +00:00
diagnostics_channel.js tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
dns.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
domain.js lib: implement WeakReference on top of JS WeakRef 2023-08-16 18:45:07 +02:00
eslint.config_partial.mjs tools: update ESLint to v9 and use flat config 2024-05-23 19:45:18 +00:00
events.js events: update MaxListenersExceededWarning message log 2024-05-12 18:16:09 +00:00
fs.js fs: adjust typecheck for type in fs.symlink() 2024-05-06 13:18:42 +00:00
http.js lib: update params in jsdoc for HTTPRequestOptions 2023-09-29 13:14:24 +02:00
http2.js http2: add server handshake utility 2024-01-12 16:09:48 +00:00
https.js http: fix close return value mismatch between doc and implementation 2024-02-26 16:07:39 +00:00
inspector.js inspector: use private fields instead of symbols 2023-11-19 22:35:19 +00:00
module.js module: implement register utility 2023-06-12 00:00:46 +00:00
net.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
os.js errors: improve hideStackFrames 2023-11-11 16:25:08 +00:00
path.js path: fix toNamespacedPath on Windows 2024-05-13 13:43:16 +00: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 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 readline: use internal addAbortListener 2024-03-16 09:08:57 +00:00
repl.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
sea.js sea: support sea.getRawAsset() 2024-02-02 15:25:34 +01:00
stream.js stream: support typed arrays 2024-03-20 17:27:29 +00:00
string_decoder.js lib: move encodingsMap to internal/util 2024-02-27 13:27:18 +01:00
sys.js
test.js tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
timers.js tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
tls.js tls: add trailing commas in source files 2023-02-22 01:22:23 +01:00
trace_events.js trace_events: use private fields instead of symbols for Tracing 2023-12-28 23:20:22 +00:00
tty.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
url.js url,tools,benchmark: replace deprecated substr() 2024-05-12 22:35:31 +02:00
util.js util: move util.log to eol 2024-05-06 09:38:08 +00:00
v8.js tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
vm.js tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
wasi.js wasi: make returnOnExit true by default 2023-04-11 16:35:52 -04:00
worker_threads.js src: throw DataCloneError on transfering untransferable objects 2023-05-05 11:22:42 +00:00
zlib.js zlib: expose zlib.crc32() 2024-05-02 12:54:46 +00:00