Commit Graph

14 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
0ce9c2bf7e
experiment 2024-01-31 18:10:15 +09:00
Asher Gomez
845a6f8d97
refactor: use granular --unstable-* CLI flags (#4232)
* refactor: use granular `--unstable-*` CLI flags

* tweak
2024-01-25 07:48:48 +11:00
Tim Reichen
41fd03f417
refactor(console): rename _rle to _run_length.ts (#4212) 2024-01-17 05:41:34 +11:00
David Luis
15a97b23d2
test(console): improve test coverage (#4177) 2024-01-12 14:20:09 +09:00
Asher Gomez
668856c4f7
fix: use with keyword for import attributes (#4141)
* refactor: use `with` keyword for import attributes

* fix
2024-01-10 19:07:56 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Asher Gomez
6871f6bbc0
chore(console): complete documentation (#3901) 2023-12-06 18:16:11 +11:00
Asher Gomez
733b60e4b2
chore(fmt): replace stripColor() use with stripAnsiCode() (#3902) 2023-12-06 17:58:42 +11:00
miso
a53bbcc279
chore(console): improve console test coverage (#3839) 2023-11-24 18:36:10 +11:00
realpha
199cff0db5
refactor(console): replace enums with const objects (#3843) 2023-11-24 08:12:12 +11:00
Tim Reichen
068502c9b4
refactor(console): format test names (#3756)
refactor test names
2023-11-02 10:10:43 +11:00
Lino Le Van
2b5d71224f
refactor: cleanup usage of double equals (#3566)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-08-25 18:04:43 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
lionel-rowe
71e05aaa99
feat(console): add unicodeWidth for TTY text layout (#3297)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Jesse Jackson <jsejcksn@users.noreply.github.com>
2023-04-18 16:13:58 +09:00