1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Vincent LE GOFF
4543b563a9 Eslint fixes (#356)
Make warnings fail
2019-04-24 07:41:22 -04:00
Vincent LE GOFF
b699fa67be Documentation clean up (#288) 2019-03-18 11:08:01 -04:00
Ryan Dahl
4cf39d4a14
Rename assertEq to assertEquals (#242)
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.
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e1d5c00279 Testing refactor (#240) 2019-03-06 16:39:50 -05:00
Andy Hayden
0fc13fffbd Replace deno.land/x/ with deno.land/std/ (#239) 2019-03-06 10:24:53 -05:00
Kitson Kelly
c0390ade3d Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00
Vincent LE GOFF
b4fba9fb24 Re-enabling colors after color testing (#226) 2019-03-03 17:21:24 -05:00
Bert Belder
6063378a92 Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
Bartek Iwańczuk
a81d2ae1f9 support NO_COLOR in colors module (#182) 2019-02-09 19:13:44 -05:00
Dmitry Sharshakov
5440377495 Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
Kitson Kelly
fa5b3dfc9c Rework color API (#134) 2019-01-19 05:09:35 -05:00
James Garbutt
388bc47ea7 colors: add test cases (#120) 2019-01-15 16:16:52 -05:00
Kitson Kelly
92bbca8166 Reorg colors (#96) 2019-01-10 20:18:21 -05:00
Ryan Dahl
2916791dfb
First pass on style guide (#66) 2019-01-03 23:13:21 -05:00
Ryan Dahl
61fdae51a7 Add testing module 2019-01-02 13:45:42 -05:00
Dmitry Sharshakov aka. sh7dm
e8ec4f7f64 Happy New Year (#58) 2019-01-02 09:56:17 -05:00
Ryan Dahl
9b8923844f
Format (#42) 2018-12-24 10:28:01 -05:00
Ryan Dahl
0772030f5d
Make compatible with latest deno (#41) 2018-12-23 18:49:46 -05:00
Ryan Dahl
3dfbfdbf29
Add colors example (#31) 2018-12-19 13:20:06 -05:00
Kitson Kelly
54787f172c Add colors module (#30) 2018-12-18 23:30:44 -05:00