Skip to main content

Module typescript

Module typescript 

Source
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§

GenerateOptions
Options for TypeScript code generation.
TypeScriptGenerator

Enums§

Error
Code generation error.

Constants§

RUNES_SVELTE_TS
Runes content shared between schema-aware and stub generation paths.