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