mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
3735a1a542
Add supports for "ipc" and fd options in child_process spawn API. Internal changes: Adds a hidden rid and "ipc_for_internal_use" option to Deno.Command. Used by `node:child_process` Example: ```js const out = fs.openSync("./logfile.txt", 'a') const proc = spawn(process.execPath, ["./main.mjs", "child"], { stdio: ["ipc", out, "inherit"] }); ``` Ref #16753 |
||
---|---|---|
.. | ||
cjs_analysis_multiple_errors | ||
cjs_reexport_same_specifier_in_sub_folder | ||
detect_es_module_defined_as_cjs | ||
node_debug | ||
rejection_handled_web_process | ||
stdio_ipc | ||
worker_threads | ||
worker_threads_cache |