Axetroy
c85b1c06a9
lint: add max line length rules ( denoland/deno_std#507 )
...
Original: b04fda30c8
2019-06-18 21:22:01 -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
Yuqing Chen
e2debab359
fix(fileserver): wrong url href of displayed files ( denoland/deno_std#426 )
...
Original: be6cd35cbf
2019-05-22 15:58:20 -07:00
Bartek Iwańczuk
02bd7e956e
bump CI to v0.4.0 ( denoland/deno_std#378 )
...
Original: 2ad643d296
2019-05-04 11:33:50 -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
Yoshiya Hinosawa
f124e64526
fix: eslint errors ( denoland/deno_std#265 )
...
Original: 61af419bbc
2019-03-12 01:51:51 -04: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
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
fa3f8cf67b
Bump CI to v0.2.11 ( denoland/deno_std#183 )
...
Original: 1abdc2efc0
2019-02-09 15:41:05 -05:00
Dmitry Sharshakov
f113312ef2
Add missiong copyright headers ( denoland/deno_std#177 )
...
Original: 5440377495
2019-02-07 11:45:47 -05: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