Snapshotmain · 89f33cb
A TypeScript entry module moving through CLI setup, module loading, permissions, V8, Rust ops, and the outside world.
Click a building or route
System map8 components · 10 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
SpecifierA URL-like module identifier such as file:///app.ts, https://example/mod.ts, or npm:chalk.
How to study this repo
- 1Trace deno run
Follow parsed RunFlags into the worker factory and mark the point where the entry module executes.
- 2Follow one op
Use fetch() to connect the JavaScript API, Rust op, permission check, async client, and returned resource.
- 3Compare permissions
Run the same small program with no flag, a narrow --allow-net host, and broad access to observe each decision.