Ryan Dahl
|
12c6b2395b
|
Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ (#4565)
also removes std/encoding/mod.ts and std/archive/mod.ts which are useless.
|
2020-04-01 15:23:39 -04:00 |
|
Yusuke Sakurai
|
c337d2c434
|
clean up textproto code in std (#4458)
- moved and renamed append() into bytes from ws and textproto
- renamed textproto/readder_tests.ts -> textproto/test.ts
|
2020-03-22 14:49:09 -04:00 |
|
Oliver Lenehan
|
0f6acf2753
|
fix(std): Use Deno.errors where possible. (#4356)
|
2020-03-13 21:40:13 -04:00 |
|
Maximilien Mellen
|
90125566bb
|
Enable TS strict mode by default (#3899)
Fixes #3324
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
2020-02-19 15:36:18 -05:00 |
|
Yusuke Sakurai
|
c2986891f6
|
remove non-null assertion operator from std (part1) (#3900)
|
2020-02-07 02:23:38 -05:00 |
|
Ryan Dahl
|
151ce0266e
|
Move everything into std subdir
|
2019-10-09 17:10:09 -04:00 |
|