-
Notifications
You must be signed in to change notification settings - Fork 158
/
go.json
34 lines (34 loc) · 1.84 KB
/
go.json
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
{
"--allow-all": "/runtime/fundamentals/security/#all-permissions",
"--allow-env": "/runtime/fundamentals/security/#environment-access",
"--allow-ffi": "/runtime/fundamentals/security/#ffi-(foreign-function-interface)",
"--allow-hrtime": "/runtime/fundamentals/security/#high-resolution-time",
"--allow-import": "/runtime/fundamentals/security/#importing-from-the-web",
"--allow-net": "/runtime/fundamentals/security/#network-access",
"--allow-read": "/runtime/fundamentals/security/#file-system-read-access",
"--allow-run": "/runtime/fundamentals/security/#running-subprocesses",
"--allow-sys": "/runtime/fundamentals/security/#system-information",
"--allow-write": "/runtime/fundamentals/security/#file-system-write-access",
"--unsafely-ignore-certificate-errors": "/runtime/fundamentals/security/#tls-certificates-errors",
"bench": "/runtime/manual/tools/benchmarker",
"cache": "/runtime/manual/tools/cache",
"check": "/runtime/manual/tools/check",
"commonjs": "/runtime/fundamentals/node/#commonjs-support",
"compile": "/runtime/manual/tools/compiler",
"config": "/runtime/fundamentals/configuration/",
"coverage": "/runtime/manual/tools/coverage",
"doc": "/runtime/manual/tools/documentation_generator",
"env-vars": "/runtime/reference/env_variables",
"eval": "/runtime/manual/tools/eval",
"fmt": "/runtime/manual/tools/formatter",
"ide": "/runtime/getting_started/setup_your_environment/#setting-up-your-editor%2Fide",
"import_maps": "/runtime/manual/basics/import_maps",
"info": "/runtime/manual/tools/dependency_inspector",
"lint": "/runtime/manual/tools/linter",
"lsp": "/runtime/reference/cli/lsp",
"permissions": "/runtime/fundamentals/security/",
"run": "/runtime/manual/tools/run",
"serve": "/runtime/manual/tools/serve",
"test": "/runtime/manual/tools/test",
"upgrade": "/runtime/manual/tools/upgrade"
}