Axetroy
c85b1c06a9
lint: add max line length rules ( denoland/deno_std#507 )
...
Original: b04fda30c8
2019-06-18 21:22:01 -07:00
Bert Belder
94816457e4
io: make port BufReader.readByte() return number | EOF
...
Original: 679b203053
2019-05-30 18:35:00 -07:00
Bartek Iwańczuk
50a79584cb
chore: Implement strict mode ( denoland/deno_std#453 )
...
Original: be24677d15
2019-05-30 08:59:30 -04:00
Bert Belder
b95f79d74c
io: refactor BufReader/Writer interfaces to be more idiomatic ( denoland/deno_std#444 )
...
Thanks Vincent Le Goff (@zekth) for porting over the CSV reader
implementation.
Fixes: denoland/deno_std#436
Original: 0ee6334b69
2019-05-29 09:50:12 -07:00
Axetroy
ad3de86604
rename strings/strings.ts to strings/mod.ts ( denoland/deno_std#449 )
...
Original: 2f003fa35c
2019-05-27 02:58:31 +03:00
Yusuke Sakurai
e3e9269c76
feat: ws client ( denoland/deno_std#394 )
...
Original: 782e3f690f
2019-05-14 15:19:11 -04:00
Vincent LE GOFF
dcd01dd025
Eslint fixes ( denoland/deno_std#356 )
...
Make warnings fail
Original: 4543b563a9
2019-04-24 07:41:22 -04:00
Vincent LE GOFF
4ac66ec640
Test reorganization ( denoland/deno_std#290 )
...
Original: 0bb040e8d4
2019-03-18 12:49:54 -04:00
Yoshiya Hinosawa
f90f62fa52
Use Deno global var instead of built-in "deno" module ( denoland/deno_std#247 )
...
Original: 395392912d
2019-03-07 19:25:16 -05:00
Ryan Dahl
caa383a583
Rename assertEq to assertEquals ( denoland/deno_std#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.
Original: 4cf39d4a14
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e36edfdb3f
Testing refactor ( denoland/deno_std#240 )
...
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
Kitson Kelly
17663c1232
Add eslint for linting ( denoland/deno_std#235 )
...
Original: c0390ade3d
2019-03-04 19:53:35 -05:00
Bert Belder
2ba7de2d04
Change import { x } from "deno"
to const { x } = Deno
( denoland/deno_std#218 )
...
Original: 6063378a92
2019-02-26 00:35:50 -05:00
Ryan Dahl
d63a2e0224
Revert "Redesign of http server module ( denoland/deno_std#188 )"
...
We need to consider the API changes here more carefully.
This reverts commit da188a7d30
.
and commit 8569f15207
.
Original: 57c9176b19
2019-02-19 13:18:41 -05:00
Yusuke Sakurai
57f4e6a864
Redesign of http server module ( denoland/deno_std#188 )
...
Original: 8569f15207
2019-02-15 11:03:57 -05:00
Yusuke Sakurai
33f62789cd
feat: multipart, etc.. ( denoland/deno_std#180 )
...
Original: fda9c98d05
2019-02-10 18:49:48 -05:00
Dmitry Sharshakov
a6e164441c
Clean up tests ( denoland/deno_std#176 )
...
Original: f2d23f8fcd
2019-02-08 12:23:51 -05:00
Dmitry Sharshakov
f113312ef2
Add missiong copyright headers ( denoland/deno_std#177 )
...
Original: 5440377495
2019-02-07 11:45:47 -05:00
Max Graey
41829f3e2b
fix possible range issues for copyBytes in io/util ( denoland/deno_std#146 )
...
Original: 2081f03a07
2019-01-21 21:56:35 -06:00
Andy Hayden
b2e54bad61
Remove race-condition in file_server tests ( denoland/deno_std#125 )
...
Original: e28c9a4079
2019-01-17 13:08:59 -05:00
Andy Hayden
f626b04ebe
Reorgnanize repos, examples and tests ( denoland/deno_std#105 )
...
Original: c5e6e015b5
2019-01-12 16:50:04 -05:00