Commit Graph

23 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +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
Tim Reichen
bf5154e85c
refactor(fmt): format test names (#4029)
* initial commit

* rerun tests

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-28 13:52:35 +11:00
Asher Gomez
733b60e4b2
chore(fmt): replace stripColor() use with stripAnsiCode() (#3902) 2023-12-06 17:58:42 +11:00
Lino Le Van
01d45f1748
chore(examples): remove examples folder (#3546) 2023-08-18 21:31:38 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Asher Gomez
3b9fb39ddd
chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
Kid
64dea91a52
fix(fmt/colors): update ANSI_PATTERN (#1996) 2022-03-06 20:45:51 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
Yoshiya Hinosawa
bbaed9df81
Revert "chore: skip fmt/colors test (#1700)" (#1709) 2021-12-15 12:55:28 +09:00
Yoshiya Hinosawa
2f584bcbfe
chore: skip fmt/colors test (#1700) 2021-12-11 23:36:32 +09:00
Casper Beyer
201b150f19
test(fmt/colors): add reset testcase (#688) 2021-02-01 22:13:44 -05:00
Ryan Dahl
48a2496dbe update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
Casper Beyer
4bfda6d7ff feat(fmt): add bright color variations (denoland/deno#7241) 2021-02-01 10:46:58 +00:00
David Sherret
1425960509 Use dprint for internal formatting (denoland/deno#6682) 2021-02-01 10:46:58 +00:00
Oliver Lenehan
dabbe310fa feat(fmt): rgb24 and bgRgb24 can use numbers for color (denoland/deno#5198) 2021-02-01 10:46:57 +00:00
Oliver Lenehan
45aafa4b27 feat(fmt): 8bit and 24bit ANSI colors (denoland/deno#5168) 2021-02-01 10:46:57 +00:00
Bartek Iwańczuk
4facff44f2 BREAKING: remove overload of Deno.test() (denoland/deno#4951)
This commit removes overload of Deno.test() that accepted named
function.
2021-02-01 10:46:57 +00:00
Bartek Iwańczuk
82a523639a refactor: rewrite tests in to use Deno.test (denoland/deno#3930) 2021-02-01 10:46:57 +00:00
Ry Dahl
3a9eb92372 Happy new year! (denoland/deno#3578) 2021-02-01 10:46:56 +00:00
Nayeem Rahman
90bd2ad881 feat: Add missing mod.ts files in std (denoland/deno#3509)
archive/tar.ts:
- Remove FileReader.
- Remove FileWriter.

encoding/csv.ts:
- ExtendedParseOptions -> ParseOptions
- HeaderOption -> HeaderOptions
- ParseOptions -> ReadOptions
- readAll() -> readMatrix()

encoding/yaml.ts:
- DumpOptions -> StringifyOptions

fmt/colors.ts:
- getEnabled() -> getColorEnabled()
- setEnabled() -> setColorEnabled()

testing/mod.ts:
- Re-export sibling modules.
2021-02-01 10:46:56 +00:00
Ryan Dahl
28e77389ff
Move colors to fmt (#571) 2019-08-24 10:38:18 -07:00