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
/
_process
/
streams.mjs
Age
Commit message (
Expand
)
Author
2024-10-14
fix(ext/node): allow writing to tty columns (#26201)
Divy Srivastava
2024-10-11
fix(node): make `process.stdout.isTTY` writable (#26130)
Marvin Hagemeister
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-08-12
chore: update the copyright of c, mjs, and jsx (#25005)
Kenta Moriuchi
2024-06-20
fix(ext/node): use primordials in `ext/node/polyfills/_process/` (#24282)
Asher Gomez
2024-03-22
perf: warm expensive init code at snapshot time (#22714)
Matt Mastracci
2024-01-24
feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073)
Asher Gomez
2024-01-24
feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...
Asher Gomez
2023-10-31
fix(ext/node): tty streams extends net socket (#21026)
Divy Srivastava
2023-10-30
fix: implement node:tty (#20892)
Divy Srivastava
2023-07-08
chore: upgrade to dprint 0.39 (#19768)
David Sherret
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-06-02
fix(node): don't close stdio streams (#19256)
Bartek Iwańczuk
2023-05-26
refactor(node): use internal io and fs APIs (#19267)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (...
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-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk