summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/child_process.ts
AgeCommit message (Expand)Author
2024-02-20fix(ext/node): unimplemented code when not IPC child_process (#22488)Divy Srivastava
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-30chore(runtime): internalize pipe fd for ext/node (#21570)Divy Srivastava
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-20fix(node): child_process kill cancel pending IPC reads (#21647)Divy Srivastava
2023-12-19fix(node): child_process IPC on Windows (#21597)Divy Srivastava
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-11-27fix(node): `spawnSync`'s `status` was incorrect (#21359)David Sherret
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-10fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)Bartek Iwańczuk
2023-09-05fix(node/child_process): don't crash on undefined/null value of an env var (#...zuisong
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-02fix(node): map stdio [0, 1, 2] to "inherit" (#19352)Marvin Hagemeister
2023-05-18fix(node): support passing parent stdio streams (#19171)Marvin Hagemeister
2023-05-02refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...Kenta Moriuchi
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk