mirror of
https://github.com/denoland/deno.git
synced 2024-12-14 11:27:57 -05:00
bd80ebffc4
This commit changes the type parameter for "deno_node" extension, from `P: NodePermission` to `Env: NodeEnv`. `NodeEnv` is a new trait that has associated type `P: NodePermission`. This is a stepping stone to support swappable file system for the extension, that will be added as a second associated type to the `NodeEnv` trait. |
||
---|---|---|
.. | ||
crypto | ||
polyfills | ||
zlib | ||
Cargo.toml | ||
errors.rs | ||
idna.rs | ||
lib.rs | ||
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.