1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 19:44:10 -05:00
denoland-deno/runtime/permissions
Nathan Whitaker 8c70b6151a
fix(node): Implement os.userInfo properly, add missing toPrimitive (#24702)
Fixes the implementation of `os.userInfo`, and adds a missing
`toPrimitive` for `tmpdir`. This allows us to enable the corresponding
node_compat test.
2024-11-06 00:36:23 +01:00
..
Cargo.toml 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
clippy.toml refactor(permissions): remove FromStr implementations, add ::parse methods (#25473) 2024-09-06 11:28:53 +02:00
lib.rs fix(node): Implement os.userInfo properly, add missing toPrimitive (#24702) 2024-11-06 00:36:23 +01:00
prompter.rs feat(permissions): expose PermissionPrompter and set_prompter function (#26327) 2024-10-18 01:05:02 +02:00
README.md refactor: add deno_permissions crate (#22236) 2024-03-12 10:42:26 -07:00