0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 06:37:12 -04:00
Commit graph

19 commits

Author SHA1 Message Date
Vincent LE GOFF
2e1ed890b8 Documentation clean up ()
Original: b699fa67be
2019-03-18 11:08:01 -04:00
Ryan Dahl
caa383a583 Rename assertEq to assertEquals ()
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
Original: 4cf39d4a14
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e36edfdb3f Testing refactor ()
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
Andy Hayden
d29957ad17 Replace deno.land/x/ with deno.land/std/ ()
Original: 0fc13fffbd
2019-03-06 10:24:53 -05:00
Kitson Kelly
17663c1232 Add eslint for linting ()
Original: c0390ade3d
2019-03-04 19:53:35 -05:00
Vincent LE GOFF
e3a0c6f15f Re-enabling colors after color testing ()
Original: b4fba9fb24
2019-03-03 17:21:24 -05:00
Bert Belder
2ba7de2d04 Change import { x } from "deno" to const { x } = Deno ()
Original: 6063378a92
2019-02-26 00:35:50 -05:00
Bartek Iwańczuk
52e047138a support NO_COLOR in colors module ()
Original: a81d2ae1f9
2019-02-09 19:13:44 -05:00
Dmitry Sharshakov
f113312ef2 Add missiong copyright headers ()
Original: 5440377495
2019-02-07 11:45:47 -05:00
Kitson Kelly
a489edc355 Rework color API ()
Original: fa5b3dfc9c
2019-01-19 05:09:35 -05:00
James Garbutt
8dd76af9ab colors: add test cases ()
Original: 388bc47ea7
2019-01-15 16:16:52 -05:00
Kitson Kelly
6f5dbfe102 Reorg colors ()
Original: 92bbca8166
2019-01-10 20:18:21 -05:00
Ryan Dahl
d8ea4629c8 First pass on style guide ()
Original: 2916791dfb
2019-01-03 23:13:21 -05:00
Ryan Dahl
6a783ea179 Add testing module
Original: 61fdae51a7
2019-01-02 13:45:42 -05:00
Dmitry Sharshakov aka. sh7dm
43e92bb5a6 Happy New Year ()
Original: e8ec4f7f64
2019-01-02 09:56:17 -05:00
Ryan Dahl
b5f6f97234 Format ()
Original: 9b8923844f
2018-12-24 10:28:01 -05:00
Ryan Dahl
7143f7d860 Make compatible with latest deno ()
Original: 0772030f5d
2018-12-23 18:49:46 -05:00
Ryan Dahl
ecde6a4c50 Add colors example ()
Original: 3dfbfdbf29
2018-12-19 13:20:06 -05:00
Kitson Kelly
a3d164df91 Add colors module ()
Original: 54787f172c
2018-12-18 23:30:44 -05:00