summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/tty.js
AgeCommit message (Expand)Author
2024-08-19fix(node/tty): fix `tty.WriteStream.hasColor` with different args (#25094)Marvin Hagemeister
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-04-27fix(ext/node): support process.stdin.unref() (#22865)Yoshiya Hinosawa
2024-04-13fix(ext/node): use ext/io stdio in WriteStream (#23354)Divy Srivastava
2024-03-28fix(ext/node): use tty stdin from ext/io (#23044)Divy Srivastava
2024-03-06chore: upgrade deno_core (#22725)Nathan Whitaker
2024-01-29refactor: Use virtul ops module (#22175)Bartek IwaƄczuk
2024-01-24feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...Asher Gomez
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-05fix(ext/node): add WriteStream.isTTY (#21801)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-31fix(ext/node): tty streams extends net socket (#21026)Divy Srivastava
2023-10-30fix: implement node:tty (#20892)Divy Srivastava