1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/node_compat
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
..
test fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
common.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
config.jsonc fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
polyfill_globals.js feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
runner.ts fix(ext/node): add util.parseArgs (#21342) 2023-11-29 15:42:58 +09:00
test.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00