summaryrefslogtreecommitdiff
path: root/std/fmt/colors.ts
AgeCommit message (Collapse)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now.
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-02fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960)Nayeem Rahman
2020-11-07docs(std/fmt): add JSDoc (#8278)Mo
2020-11-06docs(std): add some missing JSDoc (#7765)Fukuda Naoto
Refs #7487
2020-08-29feat(std/fmt): add bright color variations (#7241)Casper Beyer
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-05-25fix(std/testing/asserts): Support browsers (#5847)Nayeem Rahman
2020-05-20feat(std/fmt): rgb24 and bgRgb24 can use numbers for color (#5198)Oliver Lenehan
2020-05-19Provide better ANSI colorized output when inspecting objects (#5404)Speykious
2020-05-09feat(std/fmt): 8bit and 24bit ANSI colors (#5168)Oliver Lenehan
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-20feat: Add missing mod.ts files in std (#3509)Nayeem Rahman
std/archive/tar.ts: - Remove FileReader. - Remove FileWriter. std/encoding/csv.ts: - ExtendedParseOptions -> ParseOptions - HeaderOption -> HeaderOptions - ParseOptions -> ReadOptions - readAll() -> readMatrix() std/encoding/yaml.ts: - DumpOptions -> StringifyOptions std/fmt/colors.ts: - getEnabled() -> getColorEnabled() - setEnabled() -> setColorEnabled() std/testing/mod.ts: - Re-export sibling modules.
2019-10-09Move everything into std subdirRyan Dahl