summaryrefslogtreecommitdiff
path: root/cli/bench/tty.js
AgeCommit message (Collapse)Author
2024-11-04chore: update dlint to v0.68.0 for internal (#26711)Kenta Moriuchi
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-10-26feat: Stabilize Deno.consoleSize() API (#15933)Bartek IwaƄczuk
This commit stabilizes "Deno.consoleSize()" API. There is one change compared to previous unstable API, in that the API doesn't accept any arguments. Console size is established by querying syscalls for stdio streams at fd 0, 1 and 2.
2022-09-23perf: use fast ops for tty (#15976)Divy Srivastava