deno/cli/standalone
Divy Srivastava 5a91a065b8
fix: implement child_process IPC (#21490)
This PR implements the Node child_process IPC functionality in Deno on
Unix systems.

For `fd > 2` a duplex unix pipe is set up between the parent and child
processes. Currently implements data passing via the channel in the JSON
serialization format.
2023-12-13 11:14:16 +01:00
..
binary.rs fix(compile/npm): ignore symlinks to non-existent paths in node_modules directory (#21479) 2023-12-06 16:25:24 -05:00
file_system.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
mod.rs fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
virtual_fs.rs fix(compile/npm): ignore symlinks to non-existent paths in node_modules directory (#21479) 2023-12-06 16:25:24 -05:00