mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Move to allowlist and blocklist (#6282)
This commit is contained in:
parent
77545219a6
commit
0ffc99a61d
7 changed files with 137 additions and 132 deletions
|
@ -110,7 +110,7 @@ resolution, compilation configuration etc.
|
|||
--config <FILE> Load tsconfig.json configuration file
|
||||
--importmap <FILE> UNSTABLE: Load import map file
|
||||
--no-remote Do not resolve remote modules
|
||||
--reload=<CACHE_BLACKLIST> Reload source code cache (recompile TypeScript)
|
||||
--reload=<CACHE_BLOCKLIST> Reload source code cache (recompile TypeScript)
|
||||
--unstable Enable unstable APIs
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue