summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/tty.js
AgeCommit message (Expand)Author
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