1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/io
Divy Srivastava c97a97240b
fix(ext/node): handle closing process.stdin more than once (#21267)
Fixes https://github.com/denoland/deno/issues/21112

Aligns more towards what Node.js does. Closing stdin more than once is a
nop.
2023-11-20 18:57:18 +05:30
..
12_io.js fix(ext/node): handle closing process.stdin more than once (#21267) 2023-11-20 18:57:18 +05:30
Cargo.toml chore: forward v1.38.2 release commit to main (#21236) 2023-11-17 17:57:25 +09:00
fs.rs chore: deno_core -> 0.201.0 (#20135) 2023-08-12 19:04:45 +00:00
lib.rs refactor: use TaskQueue from deno_unsync (#20485) 2023-09-13 23:36:24 -04:00
README.md refactor(runtime): factor out deno_io extension crate (#18001) 2023-03-05 00:39:48 +00:00

deno_io

This crate provides IO primitives for other Deno extensions, this includes stdio streams and abstraction over File System files.