pokemon-showdown/lib
Guangcong Luo 8f3bed7e59 Make fsPath.read() return a string by default
This is an update to match how Streams work: .read() returns a string,
and .readBuffer() returns a Buffer.

Being able to statically predict what type .read() will return is
really useful to TypeScript, in addition to being generally useful for
readability.

As a side benefit, readTextIfExists() is renamed readIfExists().
2018-01-18 03:31:13 -06:00
..
crashlogger.js Move crashlogger.js -> lib/crashlogger.js 2017-12-16 15:40:45 -06:00
dashycode.js New library: Dashycode 2017-12-12 03:22:09 -06:00
fs.js Make fsPath.read() return a string by default 2018-01-18 03:31:13 -06:00
repl.js Refactor repl.js 2017-12-23 23:04:03 -06:00
streams.js Use new Streams for FS streams 2018-01-13 03:59:09 -06:00
STREAMS.md Add Streams library 2018-01-12 22:19:05 -06:00