1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-15 16:43:44 -05:00
denoland-deno/cli/tools
Yusuke Tanaka d5f3a749eb
refactor(cli/flags): change allow_read/write/net types from bool to Option<Vec<T>> (#8896)
This PR refactors "cli/flags.rs" and "runtime/permissions.rs" so 
that "allow_read", "allow_write" and "allow_net" themselves
have allowlists, instead of storing them in additional fields.
2020-12-29 19:34:35 +01:00
..
coverage.rs feat(unstable): record raw coverage into a directory (#8642) 2020-12-21 14:04:25 +01:00
fmt.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
installer.rs refactor(cli/flags): change allow_read/write/net types from bool to Option<Vec<T>> (#8896) 2020-12-29 19:34:35 +01:00
lint.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
mod.rs refactor(cli): move tooling to cli/tools/ (#8424) 2020-11-19 19:19:34 +01:00
repl.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
test_runner.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
upgrade.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00