node/lib/internal
Yagiz Nizipli 262f2cb3b6
esm: remove unnecessary toNamespacedPath calls
PR-URL: https://github.com/nodejs/node/pull/53656
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2024-07-16 12:01:09 +02:00
..
assert
bootstrap lib: fix typo in comment 2024-06-25 11:17:06 +02:00
child_process
cluster
console module: print amount of load time of a cjs module 2024-06-01 10:55:10 +02:00
crypto crypto: make deriveBits length parameter optional and nullable 2024-07-16 12:01:05 +02:00
debugger
dns
events lib: fix naming convention of `Symbol` 2024-06-20 14:40:40 +02:00
fs fs: move `ToNamespacedPath` to c++ 2024-06-20 14:45:27 +02:00
http2 http2: reject failed http2.connect when used with promisify 2024-06-20 15:38:30 +02:00
legacy
main Revert "module: have a single hooks thread for all workers" 2024-06-03 08:48:35 +02:00
modules esm: remove unnecessary toNamespacedPath calls 2024-07-16 12:01:09 +02:00
per_context
perf lib: add toJSON to PerformanceMeasure 2024-07-16 12:01:05 +02:00
process deps,lib,src: add experimental web storage 2024-06-20 15:38:01 +02:00
readline
repl repl: fix await object patterns without values 2024-06-07 10:37:16 -03:00
source_map lib: reduce amount of caught URL errors 2024-06-20 14:40:45 +02:00
streams stream: pipeline wait for close before calling the callback 2024-07-16 12:01:04 +02:00
test
test_runner test_runner: support module detection in module mocks 2024-07-16 12:01:08 +02:00
tls tls: fix negative sessionTimeout handling 2024-05-21 15:50:15 +02:00
util util: support `--no-` for argument with boolean type for parseArgs 2024-06-20 14:45:26 +02:00
v8
vm
watch_mode test_runner: handle file rename and deletion under watch mode 2024-06-03 08:48:34 +02:00
webstreams
worker lib: speed up MessageEvent creation internally 2024-06-20 14:45:15 +02:00
README.md
abort_controller.js
assert.js
async_hooks.js
blob.js buffer: add .bytes() method to Blob 2024-06-07 10:37:15 -03:00
blocklist.js
buffer.js
child_process.js
cli_table.js
constants.js
dgram.js
encoding.js
error_serdes.js
errors.js lib,permission: support fs.lstat 2024-07-06 13:30:12 -03:00
event_target.js lib: fix naming convention of `Symbol` 2024-06-20 14:40:40 +02:00
file.js
fixed_queue.js
freelist.js
freeze_intrinsics.js
heap_utils.js
histogram.js
http.js
idna.js
inspector_async_hook.js
js_stream_socket.js
linkedlist.js
mime.js
navigator.js lib: make navigator properties lazy 2024-07-16 12:01:08 +02:00
net.js
options.js
priority_queue.js
promise_hooks.js
querystring.js
repl.js
socket_list.js
socketaddress.js
stream_base_commons.js
timers.js lib: fix timer leak 2024-06-20 14:40:37 +02:00
trace_events_async_hooks.js
tty.js
url.js lib: reduce amount of caught URL errors 2024-06-20 14:40:45 +02:00
util.js tools: update ESLint to v9 and use flat config 2024-06-01 10:54:59 +02:00
v8_prof_polyfill.js
v8_prof_processor.js
validators.js lib: fix misleading argument of validateUint32 2024-06-07 10:37:16 -03:00
vm.js
wasm_web_api.js
watchdog.js
webidl.js
webstorage.js deps,lib,src: add experimental web storage 2024-06-20 15:38:01 +02:00
worker.js Revert "module: have a single hooks thread for all workers" 2024-06-03 08:48:35 +02:00

README.md

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.