1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-06 22:35:51 -05:00
denoland-deno/cli/tools/repl
Bartek Iwańczuk 1a472ad06b
feat(repl): run "deno repl" with no permissions (#16795)
This commit changes "deno repl" command to run with no permissions by
default and accept "--allow-*" flags. 

This change is dictated by the fact that currently there is no way to
run REPL with limited permissions. Technically it's a breaking 
change in the CLI command, but there's agreement in the team 
that it has merit and it's a good solution.

Running just "deno" command still starts the REPL with full permissions
allowed, but now a banner is printed to inform users about that:
2022-12-07 20:21:18 +01:00
..
cdp.rs refactor: move cdp.rs to tools/repl (#16821) 2022-11-25 18:38:08 -05:00
channel.rs refactor: factor out CDP message types (#13551) 2022-02-07 17:05:49 +01:00
editor.rs refactor: move cdp.rs to tools/repl (#16821) 2022-11-25 18:38:08 -05:00
mod.rs feat(repl): run "deno repl" with no permissions (#16795) 2022-12-07 20:21:18 +01:00
session.rs fix(inspector): send "isDefault" in aux data (#16836) 2022-11-26 23:09:48 +01:00