Слияние кода завершено, страница обновится автоматически
{
"root": [
{
"name": "run",
"tip": [
"运行 JavaScript 或 TypeScript 程序。"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--allow-read",
"tip": [
"{{ $info.__allow_read }}"
]
},
{
"name": "--deny-read",
"tip": [
"{{ $info.__deny_read }}"
]
},
{
"name": "--allow-write",
"tip": [
"{{ $info.__allow_write }}"
]
},
{
"name": "--deny-write",
"tip": [
"{{ $info.__deny_write }}"
]
},
{
"name": "--allow-net",
"tip": [
"{{ $info.__allow_net }}"
]
},
{
"name": "--deny-net",
"tip": [
"{{ $info.__deny_net }}"
]
},
{
"name": "--allow-env",
"tip": [
"{{ $info.__allow_env }}"
]
},
{
"name": "--deny-env",
"tip": [
"{{ $info.__deny_env }}"
]
},
{
"name": "--allow-sys",
"tip": [
"{{ $info.__allow_sys }}"
]
},
{
"name": "--deny-sys",
"tip": [
"{{ $info.__deny_sys }}"
]
},
{
"name": "--allow-run",
"tip": [
"{{ $info.__allow_run }}"
]
},
{
"name": "--deny-run",
"tip": [
"{{ $info.__deny_run }}"
]
},
{
"name": "--allow-ffi",
"tip": [
"{{ $info.__allow_ffi }}"
]
},
{
"name": "--deny-ffi",
"tip": [
"{{ $info.__deny_ffi }}"
]
},
{
"name": "--allow-hrtime",
"tip": [
"{{ $info.__allow_hrtime }}"
]
},
{
"name": "--deny-hrtime",
"tip": [
"{{ $info.__deny_hrtime }}"
]
},
{
"name": "--allow-all",
"alias": [
"-A"
],
"tip": [
"{{ $info.__allow_all }}"
]
},
{
"name": "--inspect",
"tip": [
"{{ $info.__inspect }}"
]
},
{
"name": "--inspect-brk",
"tip": [
"{{ $info.__inspect_brk }}"
]
},
{
"name": "--inspect-wait",
"tip": [
"{{ $info.__inspect_wait }}"
]
},
{
"name": "--location",
"tip": [
"{{ $info.__location }}"
]
},
{
"name": "--v8-flags",
"tip": [
"设置 V8 命令行选项"
]
},
{
"name": "--seed",
"tip": [
"设置随机数生成器种子"
]
},
{
"name": "--check",
"tip": [
"类型检查模块"
]
},
{
"name": "--watch",
"tip": [
"监视文件更改并自动重新启动"
]
},
{
"name": "--ext",
"next": 0,
"tip": [
"U: --ext <type>\n",
"设置所提供文件的内容类型"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--no-prompt",
"tip": [
"如果未通过所需的权限, 请始终抛出"
]
},
{
"name": "--cached-only",
"tip": [
"要求远程依赖项"
]
},
{
"name": "--no-clear-screen",
"tip": [
"在监视模式下不要清除终端屏幕"
]
},
{
"name": "--enable-testing-features-do-not-use",
"tip": [
"INTERNAL: 启用集成测试期间使用的内部功能"
]
},
{
"name": "--unsafely-ignore-certificate-errors",
"tip": [
"DANGER: 禁用 TLS 证书验证"
]
}
]
},
{
"name": "bench",
"tip": [
"运行基准测试"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--allow-read",
"tip": [
"{{ $info.__allow_read }}"
]
},
{
"name": "--deny-read",
"tip": [
"{{ $info.__deny_read }}"
]
},
{
"name": "--allow-write",
"tip": [
"{{ $info.__allow_write }}"
]
},
{
"name": "--deny-write",
"tip": [
"{{ $info.__deny_write }}"
]
},
{
"name": "--allow-net",
"tip": [
"{{ $info.__allow_net }}"
]
},
{
"name": "--deny-net",
"tip": [
"{{ $info.__deny_net }}"
]
},
{
"name": "--allow-env",
"tip": [
"{{ $info.__allow_env }}"
]
},
{
"name": "--deny-env",
"tip": [
"{{ $info.__deny_env }}"
]
},
{
"name": "--allow-sys",
"tip": [
"{{ $info.__allow_sys }}"
]
},
{
"name": "--deny-sys",
"tip": [
"{{ $info.__deny_sys }}"
]
},
{
"name": "--allow-run",
"tip": [
"{{ $info.__allow_run }}"
]
},
{
"name": "--deny-run",
"tip": [
"{{ $info.__deny_run }}"
]
},
{
"name": "--allow-ffi",
"tip": [
"{{ $info.__allow_ffi }}"
]
},
{
"name": "--deny-ffi",
"tip": [
"{{ $info.__deny_ffi }}"
]
},
{
"name": "--allow-hrtime",
"tip": [
"{{ $info.__allow_hrtime }}"
]
},
{
"name": "--deny-hrtime",
"tip": [
"{{ $info.__deny_hrtime }}"
]
},
{
"name": "--allow-all",
"alias": [
"-A"
],
"tip": [
"{{ $info.__allow_all }}"
]
},
{
"name": "--location",
"tip": [
"{{ $info.__location }}"
]
},
{
"name": "--v8-flags",
"tip": [
"设置 V8 命令行选项"
]
},
{
"name": "--seed",
"tip": [
"设置随机数生成器种子"
]
},
{
"name": "--check",
"tip": [
"类型检查模块"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--no-prompt",
"tip": [
"如果未通过所需的权限, 请始终抛出"
]
},
{
"name": "--cached-only",
"tip": [
"要求远程依赖项"
]
},
{
"name": "--watch",
"tip": [
"监视文件更改并自动重新启动"
]
},
{
"name": "--no-clear-screen",
"tip": [
"在监视模式下不要清除终端屏幕"
]
},
{
"name": "--enable-testing-features-do-not-use",
"tip": [
"INTERNAL: 启用集成测试期间使用的内部功能"
]
},
{
"name": "--unsafely-ignore-certificate-errors",
"tip": [
"DANGER: 禁用 TLS 证书验证"
]
},
{
"name": "--ignore",
"tip": [
"忽略文件"
]
},
{
"name": "--filter",
"tip": [
"在工作台名称中使用此字符串或模式运行基准测试"
]
},
{
"name": "--json",
"tip": [
"UNSTABLE: 以 JSON 格式输出基准测试结果"
]
},
{
"name": "--no-run",
"tip": [
"缓存 bench 模块, 但不运行基准测试"
]
}
]
},
{
"name": "bundle",
"tip": [
"将模块和依赖项捆绑到单个文件中"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--check",
"tip": [
"类型检查模块"
]
},
{
"name": "--ext",
"next": 0,
"tip": [
"U: --ext <type>\n",
"设置所提供文件的内容类型"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--watch",
"tip": [
"监视文件更改并自动重新启动"
]
},
{
"name": "--no-clear-screen",
"tip": [
"在监视模式下不要清除终端屏幕"
]
}
]
},
{
"name": "cache",
"tip": [
"缓存依赖项"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--check",
"tip": [
"类型检查模块"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
}
]
},
{
"name": "check",
"tip": [
"对依赖项进行类型检查"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--all",
"tip": [
"对所有代码进行类型检查, 包括远程模块和 npm 包"
]
},
{
"name": "--remote",
"tip": [
"对所有模块进行类型检查, 包括远程模块"
]
}
]
},
{
"name": "compile",
"tip": [
"UNSTABLE: 将脚本编译为独立的可执行文件"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--allow-read",
"tip": [
"{{ $info.__allow_read }}"
]
},
{
"name": "--deny-read",
"tip": [
"{{ $info.__deny_read }}"
]
},
{
"name": "--allow-write",
"tip": [
"{{ $info.__allow_write }}"
]
},
{
"name": "--deny-write",
"tip": [
"{{ $info.__deny_write }}"
]
},
{
"name": "--allow-net",
"tip": [
"{{ $info.__allow_net }}"
]
},
{
"name": "--deny-net",
"tip": [
"{{ $info.__deny_net }}"
]
},
{
"name": "--allow-env",
"tip": [
"{{ $info.__allow_env }}"
]
},
{
"name": "--deny-env",
"tip": [
"{{ $info.__deny_env }}"
]
},
{
"name": "--allow-sys",
"tip": [
"{{ $info.__allow_sys }}"
]
},
{
"name": "--deny-sys",
"tip": [
"{{ $info.__deny_sys }}"
]
},
{
"name": "--allow-run",
"tip": [
"{{ $info.__allow_run }}"
]
},
{
"name": "--deny-run",
"tip": [
"{{ $info.__deny_run }}"
]
},
{
"name": "--allow-ffi",
"tip": [
"{{ $info.__allow_ffi }}"
]
},
{
"name": "--deny-ffi",
"tip": [
"{{ $info.__deny_ffi }}"
]
},
{
"name": "--allow-hrtime",
"tip": [
"{{ $info.__allow_hrtime }}"
]
},
{
"name": "--deny-hrtime",
"tip": [
"{{ $info.__deny_hrtime }}"
]
},
{
"name": "--allow-all",
"alias": [
"-A"
],
"tip": [
"{{ $info.__allow_all }}"
]
},
{
"name": "--no-prompt",
"tip": [
"如果未通过所需的权限, 请始终抛出"
]
},
{
"name": "--cached-only",
"tip": [
"要求远程依赖项"
]
},
{
"name": "--no-terminal",
"tip": [
"在 Windows 上隐藏终端"
]
},
{
"name": "--enable-testing-features-do-not-use",
"tip": [
"INTERNAL: 启用集成测试期间使用的内部功能"
]
},
{
"name": "--unsafely-ignore-certificate-errors",
"tip": [
"DANGER: 禁用 TLS 证书验证"
]
}
]
},
{
"name": "coverage",
"tip": [
"打印覆盖率报告"
],
"options": [
{
"name": "--ignore",
"tip": [
"忽略覆盖率文件"
]
},
{
"name": "--include",
"tip": [
"在报表中包括源文件"
]
},
{
"name": "--exclude",
"tip": [
"从报表中排除源文件"
]
},
{
"name": "--output",
"tip": [
"cov 的输出文件(默认为 stdout)"
]
},
{
"name": "--lcov",
"tip": [
"lcov 格式的输出覆盖率报告"
]
}
]
},
{
"name": "doc",
"tip": [
"显示模块的文档"
],
"options": [
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--json",
"tip": [
"以 JSON 格式输出文档"
]
},
{
"name": "--private",
"tip": [
"输出私有文档"
]
}
]
},
{
"name": "eval",
"tip": [
"评估脚本"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--inspect",
"tip": [
"{{ $info.__inspect }}"
]
},
{
"name": "--inspect-brk",
"tip": [
"{{ $info.__inspect_brk }}"
]
},
{
"name": "--inspect-wait",
"tip": [
"{{ $info.__inspect_wait }}"
]
},
{
"name": "--location",
"tip": [
"{{ $info.__location }}"
]
},
{
"name": "--v8-flags",
"tip": [
"设置 V8 命令行选项"
]
},
{
"name": "--seed",
"tip": [
"设置随机数生成器种子"
]
},
{
"name": "--check",
"tip": [
"类型检查模块"
]
},
{
"name": "--ext",
"next": 0,
"tip": [
"U: --ext <type>\n",
"设置所提供文件的内容类型"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--cached-only",
"tip": [
"要求远程依赖项"
]
},
{
"name": "--print",
"alias": [
"-p"
],
"tip": [
"U: --print|-p\n",
"将结果打印到标准输出"
]
},
{
"name": "--enable-testing-features-do-not-use",
"tip": [
"INTERNAL: 启用集成测试期间使用的内部功能"
]
}
]
},
{
"name": "fmt",
"tip": [
"设置源文件的格式"
],
"options": [
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--ext",
"next": 0,
"tip": [
"U: --ext <type>\n",
"设置所提供文件的内容类型"
]
},
{
"name": "--ignore",
"tip": [
"忽略设置特定源文件的格式"
]
},
{
"name": "--use-tabs",
"tip": [
"使用制表符而不是空格进行缩进。默认值为 false"
]
},
{
"name": "--line-width",
"tip": [
"定义最大线宽。默认值为 80"
]
},
{
"name": "--indent-width",
"tip": [
"定义缩进宽度。默认值为 2"
]
},
{
"name": "--single-quote",
"tip": [
"使用单引号。默认值为 false"
]
},
{
"name": "--prose-wrap",
"tip": [
"定义散文应该如何包装。默认值为 always"
]
},
{
"name": "--no-semicolons",
"tip": [
"除非必要, 否则不要使用分号"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--check",
"tip": [
"检查源文件是否已格式化"
]
},
{
"name": "--watch",
"tip": [
"监视文件更改并自动重新启动"
]
},
{
"name": "--no-clear-screen",
"tip": [
"在监视模式下不要清除终端屏幕"
]
}
]
},
{
"name": "init",
"tip": [
"初始化新项目"
]
},
{
"name": "info",
"tip": [
"显示有关缓存的信息或与源文件相关的信息"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--location",
"tip": [
"使用 '--location=' 运行脚本时, 显示用于源绑定 API(如 Web Storage API<HREF>)的文件"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--json",
"tip": [
"UNSTABLE: 以 JSON 格式输出基准测试结果"
]
}
]
},
{
"name": "install",
"tip": [
"将脚本安装为可执行文件"
],
"options": [
{
"name": "--force",
"alias": [
"-f"
],
"tip": [
"U: --force|-f\n",
"强制覆盖现有安装"
]
},
{
"name": "--name",
"alias": [
"-n"
],
"next": 0,
"tip": [
"U: --name|-n <name>\n",
"可执行文件名"
]
},
{
"name": "--root",
"tip": [
"安装根目录"
]
},
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--allow-read",
"tip": [
"{{ $info.__allow_read }}"
]
},
{
"name": "--deny-read",
"tip": [
"{{ $info.__deny_read }}"
]
},
{
"name": "--allow-write",
"tip": [
"{{ $info.__allow_write }}"
]
},
{
"name": "--deny-write",
"tip": [
"{{ $info.__deny_write }}"
]
},
{
"name": "--allow-net",
"tip": [
"{{ $info.__allow_net }}"
]
},
{
"name": "--deny-net",
"tip": [
"{{ $info.__deny_net }}"
]
},
{
"name": "--allow-env",
"tip": [
"{{ $info.__allow_env }}"
]
},
{
"name": "--deny-env",
"tip": [
"{{ $info.__deny_env }}"
]
},
{
"name": "--allow-sys",
"tip": [
"{{ $info.__allow_sys }}"
]
},
{
"name": "--deny-sys",
"tip": [
"{{ $info.__deny_sys }}"
]
},
{
"name": "--allow-run",
"tip": [
"{{ $info.__allow_run }}"
]
},
{
"name": "--deny-run",
"tip": [
"{{ $info.__deny_run }}"
]
},
{
"name": "--allow-ffi",
"tip": [
"{{ $info.__allow_ffi }}"
]
},
{
"name": "--deny-ffi",
"tip": [
"{{ $info.__deny_ffi }}"
]
},
{
"name": "--allow-hrtime",
"tip": [
"{{ $info.__allow_hrtime }}"
]
},
{
"name": "--deny-hrtime",
"tip": [
"{{ $info.__deny_hrtime }}"
]
},
{
"name": "--allow-all",
"alias": [
"-A"
],
"tip": [
"{{ $info.__allow_all }}"
]
},
{
"name": "--inspect",
"tip": [
"{{ $info.__inspect }}"
]
},
{
"name": "--inspect-brk",
"tip": [
"{{ $info.__inspect_brk }}"
]
},
{
"name": "--inspect-wait",
"tip": [
"{{ $info.__inspect_wait }}"
]
},
{
"name": "--location",
"tip": [
"{{ $info.__location }}"
]
},
{
"name": "--v8-flags",
"tip": [
"设置 V8 命令行选项"
]
},
{
"name": "--seed",
"tip": [
"设置随机数生成器种子"
]
},
{
"name": "--check",
"tip": [
"类型检查模块"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--no-prompt",
"tip": [
"如果未通过所需的权限, 请始终抛出"
]
},
{
"name": "--cached-only",
"tip": [
"要求远程依赖项"
]
},
{
"name": "--enable-testing-features-do-not-use",
"tip": [
"INTERNAL: 启用集成测试期间使用的内部功能"
]
},
{
"name": "--unsafely-ignore-certificate-errors",
"tip": [
"DANGER: 禁用 TLS 证书验证"
]
}
]
},
{
"name": "uninstall",
"tip": [
"卸载之前随 deno install 一起安装的脚本"
],
"options": [
{
"name": "--root",
"tip": [
"卸载 root"
]
}
]
},
{
"name": "lsp",
"tip": [
"启动语言服务器"
]
},
{
"name": "lint",
"tip": [
"Lint 源文件"
],
"options": [
{
"name": "--rules-tags",
"tip": [
"使用带有标签的规则集"
]
},
{
"name": "--rules-include",
"tip": [
"包括 lint 规则"
]
},
{
"name": "--rules-exclude",
"tip": [
"排除 lint 规则"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--ignore",
"tip": [
"忽略 linting 特定源文件"
]
},
{
"name": "--rules",
"tip": [
"列出可用规则"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--json",
"tip": [
"以 JSON 格式输出 lint 结果。"
]
},
{
"name": "--compact",
"tip": [
"以紧凑格式输出 lint 结果。"
]
},
{
"name": "--watch",
"tip": [
"监视文件更改并自动重新启动"
]
},
{
"name": "--no-clear-screen",
"tip": [
"在监视模式下不要清除终端屏幕"
]
}
]
},
{
"name": "repl",
"tip": [
"读取 Eval Print Loop"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--allow-read",
"tip": [
"{{ $info.__allow_read }}"
]
},
{
"name": "--deny-read",
"tip": [
"{{ $info.__deny_read }}"
]
},
{
"name": "--allow-write",
"tip": [
"{{ $info.__allow_write }}"
]
},
{
"name": "--deny-write",
"tip": [
"{{ $info.__deny_write }}"
]
},
{
"name": "--allow-net",
"tip": [
"{{ $info.__allow_net }}"
]
},
{
"name": "--deny-net",
"tip": [
"{{ $info.__deny_net }}"
]
},
{
"name": "--allow-env",
"tip": [
"{{ $info.__allow_env }}"
]
},
{
"name": "--deny-env",
"tip": [
"{{ $info.__deny_env }}"
]
},
{
"name": "--allow-sys",
"tip": [
"{{ $info.__allow_sys }}"
]
},
{
"name": "--deny-sys",
"tip": [
"{{ $info.__deny_sys }}"
]
},
{
"name": "--allow-run",
"tip": [
"{{ $info.__allow_run }}"
]
},
{
"name": "--deny-run",
"tip": [
"{{ $info.__deny_run }}"
]
},
{
"name": "--allow-ffi",
"tip": [
"{{ $info.__allow_ffi }}"
]
},
{
"name": "--deny-ffi",
"tip": [
"{{ $info.__deny_ffi }}"
]
},
{
"name": "--allow-hrtime",
"tip": [
"{{ $info.__allow_hrtime }}"
]
},
{
"name": "--deny-hrtime",
"tip": [
"{{ $info.__deny_hrtime }}"
]
},
{
"name": "--allow-all",
"alias": [
"-A"
],
"tip": [
"{{ $info.__allow_all }}"
]
},
{
"name": "--inspect",
"tip": [
"{{ $info.__inspect }}"
]
},
{
"name": "--inspect-brk",
"tip": [
"{{ $info.__inspect_brk }}"
]
},
{
"name": "--inspect-wait",
"tip": [
"{{ $info.__inspect_wait }}"
]
},
{
"name": "--location",
"tip": [
"{{ $info.__location }}"
]
},
{
"name": "--v8-flags",
"tip": [
"设置 V8 命令行选项"
]
},
{
"name": "--seed",
"tip": [
"设置随机数生成器种子"
]
},
{
"name": "--check",
"tip": [
"类型检查模块"
]
},
{
"name": "--eval-file",
"tip": [
"在 REPL 启动时将提供的文件评估为脚本。接受文件路径和 URL"
]
},
{
"name": "--eval",
"tip": [
"在 REPL 启动时评估提供的代码"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--no-prompt",
"tip": [
"如果未通过所需的权限, 请始终抛出"
]
},
{
"name": "--cached-only",
"tip": [
"要求远程依赖项"
]
},
{
"name": "--enable-testing-features-do-not-use",
"tip": [
"INTERNAL: 启用集成测试期间使用的内部功能"
]
},
{
"name": "--unsafely-ignore-certificate-errors",
"tip": [
"DANGER: 禁用 TLS 证书验证"
]
}
]
},
{
"name": "task",
"tip": [
"运行配置文件中定义的任务"
],
"options": [
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--cwd",
"next": 0,
"tip": [
"U: --cwd <dir>\n",
"指定要在其中运行任务的目录"
]
}
]
},
{
"name": "test",
"tip": [
"运行测试"
],
"options": [
{
"name": "--no-check",
"tip": [
"{{ $info.__no_check }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--allow-read",
"tip": [
"{{ $info.__allow_read }}"
]
},
{
"name": "--deny-read",
"tip": [
"{{ $info.__deny_read }}"
]
},
{
"name": "--allow-write",
"tip": [
"{{ $info.__allow_write }}"
]
},
{
"name": "--deny-write",
"tip": [
"{{ $info.__deny_write }}"
]
},
{
"name": "--allow-net",
"tip": [
"{{ $info.__allow_net }}"
]
},
{
"name": "--deny-net",
"tip": [
"{{ $info.__deny_net }}"
]
},
{
"name": "--allow-env",
"tip": [
"{{ $info.__allow_env }}"
]
},
{
"name": "--deny-env",
"tip": [
"{{ $info.__deny_env }}"
]
},
{
"name": "--allow-sys",
"tip": [
"{{ $info.__allow_sys }}"
]
},
{
"name": "--deny-sys",
"tip": [
"{{ $info.__deny_sys }}"
]
},
{
"name": "--allow-run",
"tip": [
"{{ $info.__allow_run }}"
]
},
{
"name": "--deny-run",
"tip": [
"{{ $info.__deny_run }}"
]
},
{
"name": "--allow-ffi",
"tip": [
"{{ $info.__allow_ffi }}"
]
},
{
"name": "--deny-ffi",
"tip": [
"{{ $info.__deny_ffi }}"
]
},
{
"name": "--allow-hrtime",
"tip": [
"{{ $info.__allow_hrtime }}"
]
},
{
"name": "--deny-hrtime",
"tip": [
"{{ $info.__deny_hrtime }}"
]
},
{
"name": "--allow-all",
"alias": [
"-A"
],
"tip": [
"{{ $info.__allow_all }}"
]
},
{
"name": "--inspect",
"tip": [
"{{ $info.__inspect }}"
]
},
{
"name": "--inspect-brk",
"tip": [
"{{ $info.__inspect_brk }}"
]
},
{
"name": "--inspect-wait",
"tip": [
"{{ $info.__inspect_wait }}"
]
},
{
"name": "--location",
"tip": [
"{{ $info.__location }}"
]
},
{
"name": "--v8-flags",
"tip": [
"设置 V8 命令行选项"
]
},
{
"name": "--seed",
"tip": [
"设置随机数生成器种子"
]
},
{
"name": "--check",
"tip": [
"类型检查模块"
]
},
{
"name": "--watch",
"tip": [
"监视文件更改并自动重新启动"
]
},
{
"name": "--ignore",
"tip": [
"忽略文件"
]
},
{
"name": "--fail-fast",
"tip": [
"出现 N 个错误后停止。默认为在第一次失败后停止"
]
},
{
"name": "--filter",
"tip": [
"在测试名称中使用此字符串或模式运行测试"
]
},
{
"name": "--shuffle",
"tip": [
"打乱测试的运行顺序"
]
},
{
"name": "--coverage",
"tip": [
"将覆盖率配置文件数据收集到 DIR 中"
]
},
{
"name": "--junit-path",
"tip": [
"将 JUnit XML 测试报告写入 PATH。使用 '-' 写入 stdout, 这是未提供 PATH 时的默认值"
]
},
{
"name": "--reporter",
"tip": [
"选择要使用的报告者。默认为“pretty”"
]
},
{
"name": "--no-remote",
"tip": [
"不解析远程模块"
]
},
{
"name": "--no-npm",
"tip": [
"不解析 npm 模块"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
},
{
"name": "--lock-write",
"tip": [
"强制覆盖锁定文件"
]
},
{
"name": "--no-lock",
"tip": [
"禁用锁定文件的自动发现"
]
},
{
"name": "--no-prompt",
"tip": [
"如果未通过所需的权限, 请始终抛出"
]
},
{
"name": "--cached-only",
"tip": [
"要求远程依赖项"
]
},
{
"name": "--no-run",
"tip": [
"缓存测试模块, 但不运行测试"
]
},
{
"name": "--trace-ops",
"tip": [
"启用异步操作跟踪。在测试中调试泄漏的运算时很有用, 但会影响测试执行时间"
]
},
{
"name": "--doc",
"tip": [
"JSDoc 和 Markdown 中的代码块类型检查"
]
},
{
"name": "--allow-none",
"tip": [
"如果未找到测试文件, 则不要返回错误代码"
]
},
{
"name": "--parallel",
"tip": [
"并行运行测试模块。并行度默认为可用 CPU 的数量或 DENO_JOBS 环境变量中的值"
]
},
{
"name": "--no-clear-screen",
"tip": [
"在监视模式下不要清除终端屏幕"
]
},
{
"name": "--enable-testing-features-do-not-use",
"tip": [
"INTERNAL: 启用集成测试期间使用的内部功能"
]
},
{
"name": "--unsafely-ignore-certificate-errors",
"tip": [
"DANGER: 禁用 TLS 证书验证"
]
}
]
},
{
"name": "types",
"tip": [
"打印运行时 TypeScript 声明"
]
},
{
"name": "upgrade",
"tip": [
"将 deno 可执行文件升级到给定版本"
],
"options": [
{
"name": "--version",
"next": 0,
"tip": [
"要升级到的版本"
]
},
{
"name": "--output",
"next": 0,
"tip": [
"将更新版本输出到的路径"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--dry-run",
"tip": [
"在不替换旧 exe 的情况下执行所有检查"
]
},
{
"name": "--force",
"alias": [
"-f"
],
"tip": [
"U: --force|-f\n",
"即使没有过期, 也要替换当前的 exe"
]
},
{
"name": "--canary",
"tip": [
"升级到 Canary 版本"
]
}
]
},
{
"name": "vendor",
"tip": [
"将远程模块供应商放入本地目录"
],
"options": [
{
"name": "--output",
"next": 0,
"tip": [
"U: --output <dir>\n",
"要将供应商模块输出到的目录"
]
},
{
"name": "--config",
"alias": [
"-c"
],
"next": 0,
"tip": [
"{{ $info.__config }}"
]
},
{
"name": "--import-map",
"next": 0,
"tip": [
"{{ $info.__import_map }}"
]
},
{
"name": "--lock",
"tip": [
"{{ $info.__lock }}"
]
},
{
"name": "--node-modules-dir",
"tip": [
"{{ $info.__node_modules_dir }}"
]
},
{
"name": "--deno-modules-dir",
"tip": [
"{{ $info.__deno_modules_dir }}"
]
},
{
"name": "--reload",
"alias": [
"-r"
],
"tip": [
"{{ $info.__reload }}"
]
},
{
"name": "--cert",
"tip": [
"{{ $info.__cert }}"
]
},
{
"name": "--force",
"alias": [
"-f"
],
"tip": [
"U: --force|-f\n",
"强制覆盖现有输出目录中的冲突文件"
]
},
{
"name": "--no-config",
"tip": [
"禁用配置文件的自动加载"
]
}
]
},
{
"name": "completions",
"tip": [
"生成 shell 补全"
]
},
{
"name": "help",
"tip": [
"打印此消息或给定子命令的帮助"
]
}
],
"options": [
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"U: --version|-V\n",
"打印 deno 版本信息"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"U: --help|-h\n",
"显示帮助信息。"
]
},
{
"name": "--quiet",
"alias": [
"-q"
],
"tip": [
"U: --quiet|-q\n",
"抑制诊断输出"
]
},
{
"name": "--unstable",
"tip": [
"启用不稳定的功能和 API"
]
},
{
"name": "--log-level",
"alias": [
"-L"
],
"tip": [
"U: --log-level|-L <level>\n",
"设置日志级别"
],
"next": 0
}
],
"info": {
"completion_info": {
"url": "https://deno.com/",
"description": [
"Deno - 安全的 JavaScript 和 TypeScript 运行时。"
]
},
"__no_check": "跳过类型检查模块",
"__import_map": [
"U: --import-map <path>\n",
"加载导入映射文件"
],
"__node_modules_dir": "启用或禁用 npm 包的本地 node_modules 文件夹",
"__deno_modules_dir": "UNSTABLE: 启用或禁用远程模块的本地 deno_modules 文件夹",
"__config": [
"U: --config|-c <path>\n",
"指定配置文件"
],
"__reload": [
"U: --reload|-r\n",
"重新加载源代码缓存(重新编译 TypeScript)"
],
"__lock": [
"检查指定的锁定文件\n",
"如果未提供值, 则在当前工作目录中默认为 \"deno.lock\""
],
"__cert": "从 PEM 编码文件加载证书颁发机构",
"__allow_read": [
"允许文件系统读取访问\n",
"(可选)指定允许的路径"
],
"__deny_read": [
"拒绝文件系统读取访问\n",
"(可选)指定拒绝的路径"
],
"__allow_write": [
"允许文件系统写入访问\n",
"(可选)指定允许的路径"
],
"__deny_write": [
"拒绝文件系统写入访问\n",
"(可选)指定拒绝的路径"
],
"__allow_net": [
"允许网络访问\n",
"(可选)指定允许的 IP 地址和主机名, 并根据需要指定端口"
],
"__deny_net": [
"拒绝网络访问\n",
"(可选)指定被拒绝的 IP 地址和主机名, 并根据需要提供端口"
],
"__allow_env": [
"允许访问系统环境信息。\n",
"(可选)指定可访问的环境变量"
],
"__deny_env": [
"拒绝对系统环境信息的访问\n",
"(可选)指定被拒绝的环境变量"
],
"__allow_sys": [
"允许访问操作系统信息\n",
"(可选)按函数名称允许特定 API"
],
"__deny_sys": [
"拒绝访问操作系统信息\n",
"(可选)按函数名称拒绝特定 API"
],
"__allow_run": [
"允许运行子进程\n",
"(可选)指定允许的可运行程序名称"
],
"__deny_run": [
"拒绝正在运行的子进程\n",
"(可选)指定被拒绝的可运行程序名称"
],
"__allow_ffi": [
"(不稳定)允许加载动态库\n",
"(可选)指定允许的目录或文件"
],
"__deny_ffi": [
"(不稳定)拒绝加载动态库\n",
"(可选)指定被拒绝的目录或文件"
],
"__allow_hrtime": [
"允许高分辨率时间测量\n",
"注意: 这可以启用定时攻击和指纹识别"
],
"__deny_hrtime": [
"拒绝高分辨率时间测量\n",
"注意: 这可以防止定时攻击和指纹识别"
],
"__allow_all": [
"U: --allow-all|-A\n",
"允许所有权限"
],
"__inspect": "在 host: port 上激活检查器(默认: 127.0.0.1:9229)",
"__inspect_brk": "在 host:port 上激活 inspector, 等待调试器连接并在用户脚本开始时中断",
"__inspect_wait": "在 host:port 上激活 inspector 并等待调试器连接, 然后再运行用户代码",
"__location": "某些 Web API 使用的“globalThis.location”的值"
}
}
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )