deno/cli/args
Bartek Iwańczuk 4a250b2f25
feat: add --no-npm flag to disable npm: imports (#15673)
This commit adds "--no-npm" flag, it's similar to "--no-remote"
flag. This flag makes Deno error out if "npm:" specifier is encountered.
2022-09-07 15:33:51 +02:00
..
config_file.rs fix: config file errors should not print specifier with debug formatting (#15648) 2022-08-29 13:13:39 -04:00
flags.rs feat: add --no-npm flag to disable npm: imports (#15673) 2022-09-07 15:33:51 +02:00
flags_allow_net.rs refactor: create args folder (#14982) 2022-06-27 16:54:09 -04:00
mod.rs feat: add --no-npm flag to disable npm: imports (#15673) 2022-09-07 15:33:51 +02:00