pokemon-showdown/lib
Guangcong Luo 9fe45238f5
Introduce chunk readers for ReadStream (#7215)
This adds new functions `stream.byChunk(bytes)`, `stream.byLine()` etc
which parse a `ReadStream` into an `ObjectReadStream<string>` which
can then be consumed with for-await.

Fixes #7195
2020-09-27 08:55:59 -07:00
..
crashlogger.ts Remove import = and export = 2019-05-16 01:27:07 +04:00
DASHYCODE.md Clarify Dashycode documentation 2019-07-12 02:04:07 -05:00
dashycode.ts Migrate to typescript-eslint (#6342) 2020-03-05 08:33:06 -08:00
fs.ts Fix modlog tests on Windows (#7187) 2020-08-10 09:37:08 -07:00
net.ts Fix crash after failed Net request 2020-07-02 11:25:34 -07:00
process-manager.ts Fix stream destroying 2020-06-18 21:47:03 -07:00
repl.ts Stop showing REPL error in Windows 2020-07-01 16:37:36 -07:00
STREAMS.md Introduce chunk readers for ReadStream (#7215) 2020-09-27 08:55:59 -07:00
streams.ts Introduce chunk readers for ReadStream (#7215) 2020-09-27 08:55:59 -07:00
utils.ts Rename Dex.deepClone to Utils.deepClone 2020-08-21 04:24:34 -07:00