forked from denoland/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.json
More file actions
43 lines (43 loc) · 2.27 KB
/
go.json
File metadata and controls
43 lines (43 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"--allow-all": "/runtime/fundamentals/security/#permissions",
"--allow-env": "/runtime/fundamentals/security/#environment-variables",
"--allow-ffi": "/runtime/fundamentals/security/#ffi-(foreign-function-interface)",
"--allow-import": "/runtime/fundamentals/security/#importing-from-the-web",
"--allow-net": "/runtime/fundamentals/security/#network-access",
"--allow-read": "/runtime/fundamentals/security/#file-system-access",
"--allow-run": "/runtime/fundamentals/security/#subprocesses",
"--allow-sys": "/runtime/fundamentals/security/#system-information",
"--allow-write": "/runtime/fundamentals/security/#file-system-access",
"--unsafely-ignore-certificate-errors": "/runtime/fundamentals/security/#tls-certificates-errors",
"bench": "/runtime/reference/cli/bench/",
"cache": "/runtime/reference/cli/cache/",
"check": "/runtime/reference/cli/check/",
"commonjs": "/runtime/fundamentals/node/#commonjs-support",
"compile": "/runtime/reference/cli/compile/",
"conditional-exports": "/runtime/fundamentals/node/#conditional-exports",
"config": "/runtime/fundamentals/configuration/",
"coverage": "/runtime/reference/cli/coverage/",
"deploy": "/runtime/reference/cli/deploy",
"doc": "/runtime/reference/cli/doc/",
"env-vars": "/runtime/reference/env_variables",
"eval": "/runtime/reference/cli/eval/",
"fmt": "/runtime/reference/cli/fmt/",
"ide": "/runtime/getting_started/setup_your_environment/#setting-up-your-editor%2Fide",
"import_maps": "/runtime/fundamentals/modules/",
"info": "/runtime/reference/cli/info/",
"lint-ignore": "/runtime/reference/cli/lint/#ignore-directives",
"lint": "/runtime/reference/cli/lint/",
"lsp": "/runtime/reference/cli/lsp/",
"permission-broker": "/runtime/fundamentals/security/#permission-broker",
"permission-sets": "/runtime/fundamentals/configuration/#permissions",
"permissions": "/runtime/fundamentals/security/",
"run": "/runtime/reference/cli/run/",
"sandbox": "/runtime/reference/cli/sandbox/",
"serve": "/runtime/reference/cli/serve/",
"test": "/runtime/reference/cli/test/",
"upgrade": "/runtime/reference/cli/upgrade/",
"databases": "/deploy/reference/databases/",
"pre-deploy": "/deploy/reference/builds/",
"otel": "/deploy/reference/observability/",
"tunnel": "/deploy/reference/tunnel"
}