mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
5b4a9b48ae
We can make `NodePermissions` rely on interior mutability (which the `PermissionsContainer` is already doing) in order to not have to clone everything all the time. This also reduces the chance of an accidental `borrow` while `borrrow_mut`. |
||
---|---|---|
.. | ||
ops | ||
polyfills | ||
analyze.rs | ||
Cargo.toml | ||
clippy.toml | ||
errors.rs | ||
lib.rs | ||
package_json.rs | ||
path.rs | ||
polyfill.rs | ||
README.md | ||
resolution.rs |
deno_node
require
and other node related functionality for Deno.