node/lib/internal/process
Matteo Collina 7bc93a6ac5
vfs: add minimal node:vfs subsystem
Adds the node:vfs builtin module with VirtualFileSystem and
provider classes. No integration with fs, modules, or SEA.

Assisted-by: Claude-Opus4.7
Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: https://github.com/nodejs/node/pull/63115
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
2026-06-20 17:50:48 +02:00
..
execution.js repl: remove dependency on domain module 2026-03-06 15:38:36 +00:00
finalization.js
per_thread.js lib: prefer call() over apply() if argument list is not array 2025-11-23 08:45:46 +00:00
permission.js lib,permission: add permission.drop 2026-05-27 11:35:49 +02:00
pre_execution.js vfs: add minimal node:vfs subsystem 2026-06-20 17:50:48 +02:00
promises.js src: skip JS callback for settled Promise.race losers 2026-05-19 14:08:15 +02:00
report.js permission: handle process.chdir on writereport 2026-06-17 18:50:34 +02:00
signal.js
task_queues.js process: handle rejections only when needed 2026-05-05 16:19:38 +02:00
warning.js
worker_thread_only.js