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

19 commits

Author SHA1 Message Date
梨子(Riko)
a9c4141723 docs(log): fix docs mistake (#372) 2019-04-30 08:19:55 -07:00
Bartek Iwańczuk
e2c187003d remove dead code from log/test.ts (#370) 2019-04-29 07:55:52 -07:00
Vincent LE GOFF
4543b563a9 Eslint fixes (#356)
Make warnings fail
2019-04-24 07:41:22 -04:00
Yoshiya Hinosawa
395392912d Use Deno global var instead of built-in "deno" module (#247) 2019-03-07 19:25:16 -05: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
Bert Belder
6063378a92 Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
Dmitry Sharshakov
d895c60a51 Add colors to log module (#175) 2019-02-10 21:28:52 -05:00
Dmitry Sharshakov
f2d23f8fcd Clean up tests (#176) 2019-02-08 12:23:51 -05:00
Dmitry Sharshakov
5440377495 Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
Bartek Iwańczuk
214fb8d2c6 Update log docs (#168) 2019-02-02 09:41:54 -05:00
Yoshiya Hinosawa
c758845601 fix: skip formatting of deleted files (#161) 2019-01-28 11:17:00 -05:00
James Garbutt
4b054d69ad log: add tests (#136) 2019-01-27 10:21:00 -05:00
木杉
61a3911be7 fix format (#140) 2019-01-21 09:35:07 -06:00
Bartek Iwańczuk
c304ee503a Implement formatters for log (#127) 2019-01-19 13:46:46 -05:00
Yungoo Kong
39cfdb48a8 Fix wrong links (#106) 2019-01-14 01:45:59 -05:00
Andy Hayden
c5e6e015b5 Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00