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

22 commits

Author SHA1 Message Date
Yusuke Sakurai
782e3f690f feat: ws client (#394) 2019-05-14 15:19:11 -04:00
Bartek Iwańczuk
2ad643d296 bump CI to v0.4.0 (#378) 2019-05-04 11:33:50 -04:00
Vincent LE GOFF
4543b563a9 Eslint fixes (#356)
Make warnings fail
2019-04-24 07:41:22 -04:00
Yoshiya Hinosawa
b6c7291181 refactor: update for flag change in the next version (#327) 2019-04-07 20:30:45 -04:00
Vincent LE GOFF
b699fa67be Documentation clean up (#288) 2019-03-18 11:08:01 -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
Bartek Iwańczuk
271f7cc76d Reenable cat.ts test (#197) 2019-02-18 18:32:56 -05:00
Dmitry Sharshakov
5440377495 Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
Ryan Dahl
8ad47e3584 Disable cat.ts test because it's broken on Windows. 2019-01-24 13:33:51 -05:00
Andy Hayden
e28c9a4079 Remove race-condition in file_server tests (#125) 2019-01-17 13:08:59 -05:00
Andy Hayden
c5e6e015b5 Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00
Yusuke Sakurai
2606e295c7 Add web socket module (#84) 2019-01-06 14:26:18 -05:00
Ryan Dahl
61fdae51a7 Add testing module 2019-01-02 13:45:42 -05:00
Ryan Dahl
9b8923844f
Format (#42) 2018-12-24 10:28:01 -05:00
Bartek Iwańczuk
e674f7575a Remove default export from flags module (#38) 2018-12-21 13:02:52 -05:00
Bartek Iwańczuk
34f21da7cf Update registry URLs for flags (#36) 2018-12-20 10:49:34 -05:00
Ryan Dahl
14be9a0e82
Add examples/ directory (#28)
Previously https://github.com/denoland/deno_examples
2018-12-19 13:50:48 -05:00