mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
dea5de1c45
JavaScript APIs from "runtime/js/40_files.js" combined abstractions for stdio streams ("Stdout", "Stderr", "Stdin") and file system file ("File", "FsFile"). APIs from "runtime/js/40_read_file.js" and "runtime/js/40_write_file.js" were implemented using ops from "runtime/ops/fs.rs". This file was removed and relevant APIs were moved to "deno_io/12_io.js" and "runtime/js/30_fs.js". This work is meant to enable factoring out "deno_fs" crate. |
||
---|---|---|
.. | ||
crypto | ||
polyfills | ||
01_node.js | ||
02_require.js | ||
Cargo.toml | ||
errors.rs | ||
idna.rs | ||
lib.rs | ||
module_es_shim.js | ||
ops.rs | ||
package_json.rs | ||
path.rs | ||
polyfill.rs | ||
README.md | ||
resolution.rs | ||
v8.rs | ||
winerror.rs |
deno_node
require
and other node related functionality for Deno.