1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
Commit graph

9 commits

Author SHA1 Message Date
axetroy
31db7c4dba rename bytes/bytes.ts to bytes/mod.ts
Original: 015cf3e02d
2019-05-24 15:40:32 +03:00
axetroy
c6505c5de6 remove function prefix of bytes module
Original: a457942678
2019-05-24 15:40:32 +03:00
Axetroy
4ab0e0e918 Enable bytes tests and add bytesRepeat (denoland/deno_std#446)
Original: bd46d60ded
2019-05-24 14:44:13 +03:00
Jun Kato
480b9e71ff [bytes] fix bytesFindIndex and bytesFindLastIndex (denoland/deno_std#381)
Original: 8714252916
2019-05-07 12:02:31 -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
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
Yusuke Sakurai
33f62789cd feat: multipart, etc.. (denoland/deno_std#180)
Original: fda9c98d05
2019-02-10 18:49:48 -05:00