pokemon-showdown/lib
Guangcong Luo 18948c8c2c Refactor ObjectReadStreams to use for-await
Regular ReadStreams still can't; I now believe they shouldn't have a
"default" read method, and you should explicitly choose whether you
want to read "by chunks as they become available", "by chunks of a
specific line" or "by a delimiter".

So you would specifically use `stream.byLine()` or
`stream.byChunk([size])`, which would return an
`ObjectReadStream<string>`.

Inspired by #7195
2020-08-15 15:11:53 -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 Update Streams API with pushEnd/writeEnd 2020-06-10 16:07:24 -07:00
streams.ts Refactor ObjectReadStreams to use for-await 2020-08-15 15:11:53 -07:00
utils.ts Remove sim/ and data/'s globals (#7091) 2020-08-07 06:44:15 -07:00