Snapshotmain · c0987c0
A multi-phase compiler analyzes components and emits code that drives a fine-grained reactive runtime.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
RuneSvelte syntax that declares reactive state, derived values, effects, or component inputs.
How to study this repo
- 1Parse a component
Follow markup and script source into the compiler's component AST.
- 2Inspect generated code
See how analysis metadata becomes client initialization and template operations.
- 3Follow one state write
Trace a changed signal through effect scheduling into a DOM mutation.