Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-21 | feat(unstable): add Deno.fsyncSync and fsync (#6411) | Casper Beyer | |
2020-06-11 | feat: URL support in Deno filesystem methods (#5990) | River | |
2020-06-09 | fix: Deno.readSync on stdin (#6126) | Casper Beyer | |
Currently sync operations on stdin are failing because tokio::Stdin cannot be converted to a std::File. This commit replaces tokio::stdin with a raw file descriptor wrapped in a std::fs::File which can be converted to a tokio::File and back again making the synchronous version of op_read actually work. | |||
2020-05-20 | fix: streams hwm validation (#5681) | Marcos Casagrande | |
2020-05-20 | move js unit tests to cli/tests (#5678) | Ryan Dahl | |