2020-05-06 18:21:13 -04:00
|
|
|
{
|
|
|
|
"introduction": {
|
|
|
|
"name": "Introduction"
|
|
|
|
},
|
|
|
|
"getting_started": {
|
|
|
|
"name": "Getting Started",
|
|
|
|
"children": {
|
|
|
|
"installation": "Installation",
|
|
|
|
"setup_your_environment": "Setup your environment",
|
|
|
|
"first_steps": "First steps",
|
2020-06-08 09:49:32 -04:00
|
|
|
"command_line_interface": "Command line interface",
|
2020-05-06 18:21:13 -04:00
|
|
|
"permissions": "Permissions",
|
|
|
|
"typescript": "Using TypeScript",
|
|
|
|
"webassembly": "Using WebAssembly"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"name": "The Runtime",
|
|
|
|
"children": {
|
2020-05-09 09:15:26 -04:00
|
|
|
"stability": "Stability",
|
2020-05-09 21:09:42 -04:00
|
|
|
"program_lifecycle": "Program lifecycle",
|
2020-08-18 16:29:32 -04:00
|
|
|
"permission_apis": "Permission APIs",
|
2020-05-06 18:21:13 -04:00
|
|
|
"compiler_apis": "Compiler APIs",
|
2020-05-07 15:15:59 -04:00
|
|
|
"workers": "Workers"
|
2020-05-06 18:21:13 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"linking_to_external_code": {
|
|
|
|
"name": "Linking to external code",
|
|
|
|
"children": {
|
|
|
|
"reloading_modules": "Reloading modules",
|
|
|
|
"integrity_checking": "Integrity checking",
|
|
|
|
"proxies": "Proxies",
|
|
|
|
"import_maps": "Import maps"
|
|
|
|
}
|
|
|
|
},
|
2020-05-13 13:19:29 -04:00
|
|
|
"standard_library": {
|
|
|
|
"name": "Standard library"
|
|
|
|
},
|
2020-05-06 18:21:13 -04:00
|
|
|
"testing": {
|
2020-06-18 05:27:09 -04:00
|
|
|
"name": "Testing",
|
|
|
|
"children": {
|
|
|
|
"assertions": "Assertions"
|
|
|
|
}
|
2020-05-06 18:21:13 -04:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"name": "Tools",
|
|
|
|
"children": {
|
|
|
|
"debugger": "Debugger",
|
|
|
|
"script_installer": "Script installer",
|
|
|
|
"formatter": "Formatter",
|
|
|
|
"bundler": "Bundler",
|
|
|
|
"documentation_generator": "Documentation generator",
|
2020-06-12 09:31:04 -04:00
|
|
|
"dependency_inspector": "Dependency inspector",
|
|
|
|
"linter": "Linter"
|
2020-05-06 18:21:13 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"embedding_deno": {
|
|
|
|
"name": "Embedding Deno"
|
|
|
|
},
|
|
|
|
"contributing": {
|
|
|
|
"name": "Contributing",
|
|
|
|
"children": {
|
|
|
|
"building_from_source": "Building from source",
|
|
|
|
"development_tools": "Development tools",
|
2020-05-09 09:05:23 -04:00
|
|
|
"style_guide": "Style guide",
|
2020-05-06 18:21:13 -04:00
|
|
|
"architecture": "Architecture"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"examples": {
|
|
|
|
"name": "Examples",
|
|
|
|
"children": {
|
2020-08-06 11:35:08 -04:00
|
|
|
"hello_world": "Hello World",
|
|
|
|
"import_export": "Import and Export Modules",
|
|
|
|
"manage_dependencies": "Manage Dependencies",
|
2020-05-06 18:21:13 -04:00
|
|
|
"unix_cat": "Unix cat program",
|
2020-05-09 21:09:42 -04:00
|
|
|
"file_server": "File server",
|
2020-05-06 18:21:13 -04:00
|
|
|
"tcp_echo": "TCP echo server",
|
|
|
|
"subprocess": "Creating a subprocess",
|
|
|
|
"os_signals": "OS Signals",
|
|
|
|
"file_system_events": "File system events",
|
|
|
|
"testing_if_main": "Checking if file is main"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|