1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/node/ops
David Sherret 5b4a9b48ae
refactor(ext/node): enforce interior mutable for NodePermissions to remove clones (#18831)
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`.
2023-04-24 21:07:48 -04:00
..
crypto refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
zlib refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
idna.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
mod.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
require.rs refactor(ext/node): enforce interior mutable for NodePermissions to remove clones (#18831) 2023-04-24 21:07:48 -04:00
v8.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
winerror.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00