node/lib/internal
Antoine du Hamel 32acafeeb6
fs: introduce dirent.parentPath
The goal is to replace `dirent.path` using a name that's less likely to
create confusion.
`dirent.path` value has not been stable, moving it to a different
property name should avoid breaking some upgrading user expectations.

PR-URL: https://github.com/nodejs/node/pull/50976
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
2023-12-04 11:15:05 +01:00
..
assert
bootstrap lib: streamline process.binding() handling 2023-12-04 11:15:01 +01:00
child_process
cluster
console
crypto stream: treat compression web stream format per its WebIDL definition 2023-11-23 10:15:41 +01:00
debugger
dns dns: call handle.setServers() with a valid array 2023-11-29 09:46:34 -03:00
events
fs fs: introduce dirent.parentPath 2023-12-04 11:15:05 +01:00
http2 errors: improve hideStackFrames 2023-11-14 09:18:05 +01:00
legacy
main module: bootstrap module loaders in shadow realm 2023-11-23 10:15:44 +01:00
modules typings: fix JSDoc in internal/modules/esm/hooks 2023-12-04 11:15:03 +01:00
per_context
perf perf_hooks: implement performance.now() with fast API calls 2023-11-29 09:45:22 -03:00
policy
process src: add --disable-warning option 2023-11-29 09:46:34 -03:00
readline
repl
source_map loader: speed up line length calc used by moduleProvider 2023-12-04 11:15:05 +01:00
streams stream: fix Writable.destroy performance regression 2023-11-14 09:17:50 +01:00
test
test_runner test_runner: add tests for various mock timer issues 2023-11-23 10:15:40 +01:00
tls tls: fix order of setting cipher before setting cert and key 2023-11-23 10:15:46 +01:00
util
v8
vm vm: use import attributes instead of import assertions 2023-10-24 09:41:05 +02:00
watch_mode
webstreams stream: fix enumerability of ReadableStream.from 2023-11-29 09:46:34 -03:00
worker
abort_controller.js
assert.js
async_hooks.js
blob.js lib: reduce overhead of blob clone 2023-10-23 08:19:32 +02:00
blocklist.js
buffer.js
child_process.js errors: improve hideStackFrames 2023-11-14 09:18:05 +01:00
cli_table.js lib: align console.table row to the left 2023-11-11 20:38:27 +01:00
constants.js
dgram.js
encoding.js
error_serdes.js
errors.js errors: improve hideStackFrames 2023-11-14 09:18:05 +01:00
event_target.js lib: make event static properties non writable and configurable 2023-11-14 09:18:01 +01:00
file.js lib,src: replace toUSVString with toWellFormed() 2023-12-04 11:15:03 +01:00
fixed_queue.js
freelist.js
freeze_intrinsics.js
heap_utils.js
histogram.js perf_hooks: reduce overhead of createHistogram 2023-11-11 20:37:41 +01:00
http.js
idna.js
inspector_async_hook.js
js_stream_socket.js http2: allow streams to complete gracefully after goaway 2023-10-23 08:19:40 +02:00
linkedlist.js
mime.js util: remove internal mime fns from benchmarks 2023-10-23 08:19:43 +02:00
navigator.js lib: add navigator.language & navigator.languages 2023-11-14 09:17:55 +01:00
net.js errors: improve hideStackFrames 2023-11-14 09:18:05 +01:00
options.js
priority_queue.js test_runner: add Date to the supported mock APIs 2023-11-11 20:37:40 +01:00
promise_hooks.js
querystring.js
readme.md
repl.js
socket_list.js
socketaddress.js
stream_base_commons.js errors: improve hideStackFrames 2023-11-14 09:18:05 +01:00
timers.js
trace_events_async_hooks.js
tty.js
url.js url: throw error if argument length of revokeObjectURL is 0 2023-12-04 11:15:04 +01:00
util.js lib,src: replace toUSVString with toWellFormed() 2023-12-04 11:15:03 +01:00
v8_prof_polyfill.js
v8_prof_processor.js
validators.js errors: improve hideStackFrames 2023-11-14 09:18:05 +01:00
vm.js vm: allow dynamic import with a referrer realm 2023-11-14 09:17:50 +01:00
wasm_web_api.js
watchdog.js
webidl.js stream: treat compression web stream format per its WebIDL definition 2023-11-23 10:15:41 +01:00
worker.js

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.