Expand description
TypeScript code generation for SvelteKit frontends.
The orchestrator generates all TypeScript artifacts from the schema registry.
Each sub-module is a pure function generate(...) -> Result<String> that
produces file content without touching the filesystem.
Structs§
- Generate
Options - Options for TypeScript code generation.
- Type
Script Generator
Enums§
- Error
- Code generation error.
Constants§
- RUNES_
SVELTE_ TS - Runes content shared between schema-aware and stub generation paths.