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",
|
2020-09-11 10:28:25 -04:00
|
|
|
"webassembly": "Using WebAssembly",
|
|
|
|
"debugging_your_code": "Debugging your code"
|
2020-05-06 18:21:13 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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-11-25 09:09:22 -05:00
|
|
|
"web_platform_apis": "Web Platform APIs",
|
2021-01-07 13:06:08 -05:00
|
|
|
"location_api": "Location API",
|
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"
|
|
|
|
}
|
|
|
|
},
|
2021-01-19 17:28:58 -05:00
|
|
|
"typescript": {
|
|
|
|
"name": "Using TypeScript",
|
|
|
|
"children": {
|
|
|
|
"overview": "Overview",
|
|
|
|
"configuration": "Configuration",
|
|
|
|
"types": "Types and type declarations",
|
|
|
|
"migration": "Migrating to/from JavaScript",
|
|
|
|
"runtime": "Runtime compiler APIs",
|
|
|
|
"faqs": "Frequently asked questions"
|
|
|
|
}
|
|
|
|
},
|
2020-05-13 13:19:29 -04:00
|
|
|
"standard_library": {
|
|
|
|
"name": "Standard library"
|
|
|
|
},
|
2020-09-12 08:03:18 -04:00
|
|
|
"examples": {
|
|
|
|
"name": "Examples",
|
|
|
|
"children": {
|
2020-09-21 08:01:25 -04:00
|
|
|
"hello_world": "Hello world",
|
|
|
|
"import_export": "Import and export modules",
|
|
|
|
"manage_dependencies": "Manage dependencies",
|
|
|
|
"fetch_data": "Fetch data",
|
|
|
|
"read_write_files": "Read and write files",
|
2020-09-12 08:03:18 -04:00
|
|
|
"unix_cat": "Unix cat program",
|
|
|
|
"http_server": "HTTP web server",
|
|
|
|
"file_server": "File server",
|
|
|
|
"tcp_echo": "TCP echo server",
|
|
|
|
"subprocess": "Creating a subprocess",
|
2020-12-06 11:23:56 -05:00
|
|
|
"os_signals": "OS signals",
|
2020-09-12 08:03:18 -04:00
|
|
|
"file_system_events": "File system events",
|
|
|
|
"module_metadata": "Module metadata"
|
|
|
|
}
|
|
|
|
},
|
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": {
|
|
|
|
"script_installer": "Script installer",
|
|
|
|
"formatter": "Formatter",
|
2020-11-02 12:09:03 -05:00
|
|
|
"repl": "Read-eval-print-loop",
|
2020-05-06 18:21:13 -04:00
|
|
|
"bundler": "Bundler",
|
2020-12-05 11:10:10 -05:00
|
|
|
"compiler": "Compiling executables",
|
2020-05-06 18:21:13 -04:00
|
|
|
"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",
|
2020-11-30 08:06:30 -05:00
|
|
|
"release_schedule": "Release schedule",
|
2020-05-06 18:21:13 -04:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|