Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-04 | chore: update dlint to v0.68.0 for internal (#26711) | Kenta Moriuchi | |
2024-08-20 | chore: enable no-console dlint rule (#25113) | David Sherret | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-10-26 | feat: 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-23 | perf: use fast ops for tty (#15976) | Divy Srivastava | |