1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-13 17:39:18 -05:00
denoland-deno/cli/tests
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
..
integration test: integration tests for tarring/unfurling (#21544) 2023-12-13 11:00:45 +01:00
node_compat fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
testdata test: integration tests for tarring/unfurling (#21544) 2023-12-13 11:00:45 +01:00
unit feat(ext/kv) add backoffSchedule to enqueue (#21474) 2023-12-12 22:51:23 -08:00
unit_node fix(ext/node): basic vm.runInNewContext implementation (#21527) 2023-12-11 07:08:45 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00