index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
polyfills
/
child_process.ts
Age
Commit message (
Expand
)
Author
2024-10-16
fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)
Nathan Whitaker
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-18
Revert "feat(fmt): sort type-only named import/exports last" (#25705)
David Sherret
2024-09-17
feat(fmt): sort type-only named import/exports last (#25690)
David Sherret
2024-08-29
feat(config): Node modules option for 2.0 (#25299)
Nathan Whitaker
2024-07-30
fix(node): Rework node:child_process IPC (#24763)
Nathan Whitaker
2024-03-06
fix(ext/node): strip `--enable-source-maps` from argv (#22743)
Divy Srivastava
2024-02-05
fix(ext/node): fix timeout param validation in cp.execFile (#22262)
Yoshiya Hinosawa
2024-01-29
refactor: Use virtul ops module (#22175)
Bartek Iwańczuk
2024-01-29
refactor: migrate 'ext/node' extension to virtual ops module (#22157)
Bartek Iwańczuk
2024-01-23
feat: warn when using --unstable, prefer granular flags (#21452)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-15
refactor: setup child process pipe in Rust (#21579)
Divy Srivastava
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-04-20
refactor(ext/node): remove polyfills/_core.ts (#18766)
Yoshiya Hinosawa
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-16
test: add unit tests from std/node (#17794)
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk